Sahil Takiar has uploaded this change for review. ( http://gerrit.cloudera.org:8080/14985
Change subject: IMPALA-9262: De-flake TestBlacklist::test_kill_impalad_with_running_queries ...................................................................... IMPALA-9262: De-flake TestBlacklist::test_kill_impalad_with_running_queries test_blacklist.py::TestBlacklist::test_kill_impalad_with_running_queries runs a query asynchronously, waits for it to reach the RUNNING or FINISHED state, kills an impalad, and then expects a fetch results request for the query to fail. The test is flaky because it is possible the query can finish successfully before an impalad is successfully killed. The fix is to make the query slower using a debug action. Testing: * Looped the test for several hours Change-Id: I8129323a7eb62cef61f1c6c34da06f08cf6d4b06 --- M tests/custom_cluster/test_blacklist.py 1 file changed, 3 insertions(+), 1 deletion(-) git pull ssh://gerrit.cloudera.org:29418/Impala-ASF refs/changes/85/14985/1 -- To view, visit http://gerrit.cloudera.org:8080/14985 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-MessageType: newchange Gerrit-Change-Id: I8129323a7eb62cef61f1c6c34da06f08cf6d4b06 Gerrit-Change-Number: 14985 Gerrit-PatchSet: 1 Gerrit-Owner: Sahil Takiar <[email protected]>
