Impala Public Jenkins has submitted this change and it was merged. ( http://gerrit.cloudera.org:8080/22551 )
Change subject: IMPALA-13710: Fix Flaky Workload Management Custom Cluster Tests ...................................................................... IMPALA-13710: Fix Flaky Workload Management Custom Cluster Tests The custom cluster workload management tests occasionally fail with query not found errors. These failures are very few and far between but still cause test flakiness. This patch adds retries into the common assertion functions to ensure that a slightly slower than normal workload management insert dml does not cause test failures. Testing accomplished by the following test suites passing locally: * tests/custom_cluster/test_query_live.py * tests/custom_cluster/test_query_log.py * tests/custom_cluster/test_workload_mgmt_init.py * tests/custom_cluster/test_workload_mgmt_sql_details.py Change-Id: I38dad4819190fa44ca2933be9907d7f1273621e3 Reviewed-on: http://gerrit.cloudera.org:8080/22551 Reviewed-by: Impala Public Jenkins <[email protected]> Tested-by: Impala Public Jenkins <[email protected]> --- M tests/util/workload_management.py 1 file changed, 47 insertions(+), 19 deletions(-) Approvals: Impala Public Jenkins: Looks good to me, approved; Verified -- To view, visit http://gerrit.cloudera.org:8080/22551 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-MessageType: merged Gerrit-Change-Id: I38dad4819190fa44ca2933be9907d7f1273621e3 Gerrit-Change-Number: 22551 Gerrit-PatchSet: 6 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]>
