Jason Fehr has uploaded this change for review. (
http://gerrit.cloudera.org:8080/22119
Change subject: IMPALA-13536: Fix Workload Management Init Tests Issues
......................................................................
IMPALA-13536: Fix Workload Management Init Tests Issues
Several problems with the workload management code and
test_workload_mgmt_init.py tests have been uncovered by the Ozone
tests.
* test_create_on_version_1_0_0 - Test comment said it ran on 10
nodes, test configuration specified 1 node. Fix was to modify
the test configuration.
* test_create_on_version_1_1_0 - Test comment said it ran on 10
nodes, test configuration specified 1 node. Fix was to modify
the test configuration.
* test_invalid_* - All four of these tests run the same internal
function to execute the test. This internal function was not
waiting long enough for the expected failure to appear. The
fixed internal function waits longer for the expected failure.
Additionally, custom_cluster_test_suite.py now resolves the daemon
log file symlinks to their actual paths which are then logged. This
change enables easier Jenkins build debugging by enabling failed
tests to be traced to the exact log files for that test.
Modified tests passed on Ozone builds both with and without erasure
coding enabled.
Change-Id: Ie3f34088d1d925f30abb63471387e6fdb62b95a7
---
M tests/common/custom_cluster_test_suite.py
M tests/custom_cluster/test_workload_mgmt_init.py
2 files changed, 23 insertions(+), 5 deletions(-)
git pull ssh://gerrit.cloudera.org:29418/Impala-ASF refs/changes/19/22119/1
--
To view, visit http://gerrit.cloudera.org:8080/22119
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings
Gerrit-Project: Impala-ASF
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: Ie3f34088d1d925f30abb63471387e6fdb62b95a7
Gerrit-Change-Number: 22119
Gerrit-PatchSet: 1
Gerrit-Owner: Jason Fehr <[email protected]>