Jason Fehr has uploaded this change for review. ( 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 --- M tests/custom_cluster/test_query_log.py 1 file changed, 87 insertions(+), 29 deletions(-) git pull ssh://gerrit.cloudera.org:29418/Impala-ASF refs/changes/21/21221/1 -- 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: newchange Gerrit-Change-Id: I428702a210e024db95808dc2518da497426922f8 Gerrit-Change-Number: 21221 Gerrit-PatchSet: 1 Gerrit-Owner: Jason Fehr <[email protected]>
