Hello Jason Fehr, Surya Hebbar, Csaba Ringhofer, Impala Public Jenkins,
I'd like you to reexamine a change. Please visit
http://gerrit.cloudera.org:8080/22699
to look at the new patch set (#5).
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
---
M be/src/service/impala-server.cc
R tests/query_test/test_query_concurrency.py
2 files changed, 26 insertions(+), 35 deletions(-)
git pull ssh://gerrit.cloudera.org:29418/Impala-ASF refs/changes/99/22699/5
--
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: newpatchset
Gerrit-Change-Id: Ia33f7c0a36df0f1922055902974ce3e0c2fb6fdb
Gerrit-Change-Number: 22699
Gerrit-PatchSet: 5
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]>