Jason Fehr has uploaded this change for review. ( 
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 plus the next 9 versions. All observed test failures were
because the actual catalog version was 1 greater than expected, thus
allowing for a total of 10 catalog versions will be sufficient.

Change-Id: I9f20a149ab1f45ee3506f098f8594965a24a89d3
---
M tests/common/custom_cluster_test_suite.py
1 file changed, 10 insertions(+), 1 deletion(-)



  git pull ssh://gerrit.cloudera.org:29418/Impala-ASF refs/changes/00/22200/1
--
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: newchange
Gerrit-Change-Id: I9f20a149ab1f45ee3506f098f8594965a24a89d3
Gerrit-Change-Number: 22200
Gerrit-PatchSet: 1
Gerrit-Owner: Jason Fehr <[email protected]>

Reply via email to