Riza Suminto has uploaded this change for review. ( http://gerrit.cloudera.org:8080/22699
Change subject: IMPALA-13906: Change TestQueryConcurrency to regular query_test ...................................................................... IMPALA-13906: Change TestQueryConcurrency to regular query_test TestQueryConcurrency run much slower when the test client changed from beeswax to hs2. 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. This patch speed up the thest by changing TestQueryConcurrency from custom_cluster to regular query_test, using debug action to inject slowdown, and lower the slowdown from 100s to 60s. Added debug action EXECUTE_INTERNAL_REGISTERED to replace stress_metadata_loading_pause_injection_ms flag. Testing: - Pass TestQueryConcurrency in exhaustive mode. Change-Id: Ia33f7c0a36df0f1922055902974ce3e0c2fb6fdb --- M be/src/service/impala-server.cc R tests/query_test/test_query_concurrency.py 2 files changed, 27 insertions(+), 31 deletions(-) git pull ssh://gerrit.cloudera.org:29418/Impala-ASF refs/changes/99/22699/1 -- To view, visit http://gerrit.cloudera.org:8080/22699 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-MessageType: newchange Gerrit-Change-Id: Ia33f7c0a36df0f1922055902974ce3e0c2fb6fdb Gerrit-Change-Number: 22699 Gerrit-PatchSet: 1 Gerrit-Owner: Riza Suminto <[email protected]>
