Impala Public Jenkins has submitted this change and it was merged. ( 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 through 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 ImpylaHS2Connection populate its default query options by running SET ALL query. This patch speed up TestQueryConcurrency by changing it 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 Reviewed-on: http://gerrit.cloudera.org:8080/22699 Reviewed-by: Riza Suminto <[email protected]> Tested-by: Impala Public Jenkins <[email protected]> --- M be/src/service/impala-server.cc R tests/query_test/test_query_concurrency.py 2 files changed, 26 insertions(+), 35 deletions(-) Approvals: Riza Suminto: Looks good to me, approved Impala Public Jenkins: Verified -- 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: merged Gerrit-Change-Id: Ia33f7c0a36df0f1922055902974ce3e0c2fb6fdb Gerrit-Change-Number: 22699 Gerrit-PatchSet: 7 Gerrit-Owner: Riza Suminto <[email protected]> Gerrit-Reviewer: Csaba Ringhofer <[email protected]> Gerrit-Reviewer: Impala Public Jenkins <[email protected]> Gerrit-Reviewer: Jason Fehr <[email protected]> Gerrit-Reviewer: Riza Suminto <[email protected]> Gerrit-Reviewer: Surya Hebbar <[email protected]>
