Impala Public Jenkins has submitted this change and it was merged. ( 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 Reviewed-on: http://gerrit.cloudera.org:8080/14985 Reviewed-by: Sahil Takiar <[email protected]> Tested-by: Impala Public Jenkins <[email protected]> --- M tests/custom_cluster/test_blacklist.py 1 file changed, 5 insertions(+), 3 deletions(-) Approvals: Sahil Takiar: Looks good to me, approved Impala Public Jenkins: Verified -- 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: merged Gerrit-Change-Id: I8129323a7eb62cef61f1c6c34da06f08cf6d4b06 Gerrit-Change-Number: 14985 Gerrit-PatchSet: 4 Gerrit-Owner: Sahil Takiar <[email protected]> Gerrit-Reviewer: Impala Public Jenkins <[email protected]> Gerrit-Reviewer: Sahil Takiar <[email protected]> Gerrit-Reviewer: Thomas Tauber-Marshall <[email protected]>
