Michael Smith has submitted this change and it was merged. ( http://gerrit.cloudera.org:8080/21221 )
Change subject: IMPALA-12944: Fixes Workload Management Test Flakiness ...................................................................... IMPALA-12944: Fixes Workload Management Test Flakiness The custom cluster workload management tests are flaky because the tests can actually run before the completed queries table has been fully created by the Impala startup process. The table create sql runs asynchronously during startup and thus can take longer to finish than the custom cluster tests take to execute. This change adds checks at the beginning of each test to ensure the completed queries table sql has finished before any of the test code runs. Change-Id: I428702a210e024db95808dc2518da497426922f8 Reviewed-on: http://gerrit.cloudera.org:8080/21221 Reviewed-by: Michael Smith <[email protected]> Tested-by: Impala Public Jenkins <[email protected]> --- M tests/common/impala_test_suite.py M tests/custom_cluster/test_query_log.py 2 files changed, 43 insertions(+), 22 deletions(-) Approvals: Michael Smith: Looks good to me, approved Impala Public Jenkins: Verified -- To view, visit http://gerrit.cloudera.org:8080/21221 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-MessageType: merged Gerrit-Change-Id: I428702a210e024db95808dc2518da497426922f8 Gerrit-Change-Number: 21221 Gerrit-PatchSet: 12 Gerrit-Owner: Jason Fehr <[email protected]> Gerrit-Reviewer: Impala Public Jenkins <[email protected]> Gerrit-Reviewer: Jason Fehr <[email protected]> Gerrit-Reviewer: Michael Smith <[email protected]> Gerrit-Reviewer: Riza Suminto <[email protected]>
