Riza Suminto has uploaded this change for review. ( http://gerrit.cloudera.org:8080/22606
Change subject: IMPALA-13847: Remove beeswax-specific way to obtain query id ...................................................................... IMPALA-13847: Remove beeswax-specific way to obtain query id With IMPALA-13682 merged, checking for query state can be done via ImpalaConnection.handle_id() that works for beeswax, hs2, and hs2-http protocol. This patch apply such change. ImpalaTestSuite.wait_for_progress() is refactored a bit to make client parameter required. Testing: - Run and pass the affected tests. Change-Id: I0a2bac1011f5a0e058f88f973ac403cce12d2b86 --- M tests/common/impala_service.py M tests/common/impala_test_suite.py M tests/custom_cluster/test_process_failures.py M tests/custom_cluster/test_query_log.py M tests/custom_cluster/test_query_retries.py M tests/custom_cluster/test_result_spooling.py M tests/query_test/test_observability.py M tests/stress/query_retries_stress_runner.py M tests/util/cancel_util.py M tests/webserver/test_web_pages.py 10 files changed, 65 insertions(+), 52 deletions(-) git pull ssh://gerrit.cloudera.org:29418/Impala-ASF refs/changes/06/22606/1 -- To view, visit http://gerrit.cloudera.org:8080/22606 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-MessageType: newchange Gerrit-Change-Id: I0a2bac1011f5a0e058f88f973ac403cce12d2b86 Gerrit-Change-Number: 22606 Gerrit-PatchSet: 1 Gerrit-Owner: Riza Suminto <[email protected]>
