Michael Smith has uploaded this change for review. ( http://gerrit.cloudera.org:8080/21345
Change subject: IMPALA-12997: Use graceful shutdown for query log tests ...................................................................... IMPALA-12997: Use graceful shutdown for query log tests Uses graceful shutdown for all tests that might insert into 'sys.impala_query_log' to avoid leaving the table locked in HMS by a SIGTERM. That's primarily any test that sets 'query_log_write_interval_s' or 'query_log_max_queued'. 'test_query_log_table_flush_on_shutdown' is unchanged because it explicitly triggers graceful shutdown during the test. Change-Id: Ia123c53a952a77ff4a9c02736b5717ccaa3566dc --- M tests/custom_cluster/test_query_live.py M tests/custom_cluster/test_query_log.py 2 files changed, 3 insertions(+), 2 deletions(-) git pull ssh://gerrit.cloudera.org:29418/Impala-ASF refs/changes/45/21345/1 -- To view, visit http://gerrit.cloudera.org:8080/21345 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-MessageType: newchange Gerrit-Change-Id: Ia123c53a952a77ff4a9c02736b5717ccaa3566dc Gerrit-Change-Number: 21345 Gerrit-PatchSet: 1 Gerrit-Owner: Michael Smith <[email protected]>
