Impala Public Jenkins has submitted this change and it was merged. ( http://gerrit.cloudera.org:8080/22200 )
Change subject: IMPALA-13536: Workload Management Tests Failing on Init Check ...................................................................... IMPALA-13536: Workload Management Tests Failing on Init Check Most of the workload management tests verify that the workload management process has successfully completed. Part of this verification ensures a catalog update has propagated the workload management changes to the coordinators by determining the catalog version, from the catalogd logs, that contains the workload management table changes and ensuring that version is in the coordinator logs. The test flakiness occurs when multiple catalogd versions are combined into a later version. Specifically, tests were failing because the coordinator logs were checked for catalog version X but the actual version in the coordinator logs was X+1. The fix for the test flakiness is to allow for the exepected catalog version or any later version. Change-Id: I9f20a149ab1f45ee3506f098f8594965a24a89d3 Reviewed-on: http://gerrit.cloudera.org:8080/22200 Reviewed-by: Jason Fehr <[email protected]> Tested-by: Impala Public Jenkins <[email protected]> --- M tests/common/custom_cluster_test_suite.py M tests/custom_cluster/test_query_live.py M tests/custom_cluster/test_query_log.py 3 files changed, 70 insertions(+), 33 deletions(-) Approvals: Jason Fehr: Looks good to me, approved Impala Public Jenkins: Verified -- To view, visit http://gerrit.cloudera.org:8080/22200 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-MessageType: merged Gerrit-Change-Id: I9f20a149ab1f45ee3506f098f8594965a24a89d3 Gerrit-Change-Number: 22200 Gerrit-PatchSet: 8 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]>
