Files
impala/tests/custom_cluster
Riza Suminto b9c074d283 IMPALA-13926: Remove teardown in TestWorkloadManagementInitNoWait
test_start_invalid_version and test_start_unknown_version of
TestWorkloadManagementInitNoWait hit assertion error during teardown.
These tests are set up with expect_startup_fail=True.

This patch attempts to deflake the issue by removing the
teardown_method() and moves wait_for_wm_idle() at the end of tests that
are not set up with expect_startup_fail=True.

Testing:
Loop TestWorkloadManagementInitNoWait 10 times and pass them all.

Change-Id: I03c748dc100f5447820a9a77c527facb832521d6
Reviewed-on: http://gerrit.cloudera.org:8080/22725
Reviewed-by: Impala Public Jenkins <impala-public-jenkins@cloudera.com>
Tested-by: Impala Public Jenkins <impala-public-jenkins@cloudera.com>
2025-04-03 04:50:53 +00:00
..