Riza Suminto has uploaded this change for review. ( http://gerrit.cloudera.org:8080/22621
Change subject: IMPALA-13842: Enable graceful shutdown for test_redaction ...................................................................... IMPALA-13842: Enable graceful shutdown for test_redaction test_redation in both test_query_live.py and test_query_log.py enables workload management feature, but not followed by enabling graceful shutdown. As consequence, if test cluster is shutting down, HMS lock might still held and not unlocked properly. Other tests that want to write to sys.impala_query_log will not able to obtain the HMS lock needed. This patch fix the issue by enabling graceful shutdown for test_redaction. Testing: - Run and pass the tests. Change-Id: Iefabe07b9d32fbc74957bf3fa1cb8445ad7e2b71 --- M tests/custom_cluster/test_query_live.py M tests/custom_cluster/test_query_log.py 2 files changed, 2 insertions(+), 0 deletions(-) git pull ssh://gerrit.cloudera.org:29418/Impala-ASF refs/changes/21/22621/1 -- To view, visit http://gerrit.cloudera.org:8080/22621 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-MessageType: newchange Gerrit-Change-Id: Iefabe07b9d32fbc74957bf3fa1cb8445ad7e2b71 Gerrit-Change-Number: 22621 Gerrit-PatchSet: 1 Gerrit-Owner: Riza Suminto <riza.sumi...@cloudera.com>