[ https://issues.apache.org/jira/browse/IMPALA-13906?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Riza Suminto resolved IMPALA-13906. ----------------------------------- Fix Version/s: Impala 5.0.0 Resolution: Fixed > Change TestQueryConcurrency to regular query_test > ------------------------------------------------- > > Key: IMPALA-13906 > URL: https://issues.apache.org/jira/browse/IMPALA-13906 > Project: IMPALA > Issue Type: Improvement > Components: Test > Reporter: Riza Suminto > Assignee: Riza Suminto > Priority: Major > Fix For: Impala 5.0.0 > > > While working on test migration to hs2 protocol, I notice that > TestQueryConcurrency run much slower than before. The reason is this test > inject slowdown though backend flag > --stress_metadata_loading_pause_injection_ms=100000 that will impact all > queries. Changing test client to ImpylaHS2Connection will cause this test run > much slower because this client populate its default query options by running > SET ALL query. > We can speed up this test by changing TestQueryConcurrency from > custom_cluster to regular query_test. We can inject the slowdown through > debug_actions option (from TQueryCtx). -- This message was sent by Atlassian Jira (v8.20.10#820010)