Impala Public Jenkins has submitted this change and it was merged. ( http://gerrit.cloudera.org:8080/17768 )
Change subject: IMPALA-10783: Fixed flakiness in run_and_verify_query_cancellation_test ...................................................................... IMPALA-10783: Fixed flakiness in run_and_verify_query_cancellation_test The issue was that after the impala-shell is started in a seperate process and an error is encountered then the process lingers on and a long running query can hold on to resources and potentially affect other tests running on the impala cluster. This patch just makes sure that the impala-shell process is killed regardless of any errors encountered. Change-Id: I9f6d22d639921051cde5675fae1845bedb61c8cc Reviewed-on: http://gerrit.cloudera.org:8080/17768 Reviewed-by: Impala Public Jenkins <[email protected]> Tested-by: Impala Public Jenkins <[email protected]> --- M tests/shell/test_shell_commandline.py 1 file changed, 8 insertions(+), 6 deletions(-) Approvals: Impala Public Jenkins: Looks good to me, approved; Verified -- To view, visit http://gerrit.cloudera.org:8080/17768 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-MessageType: merged Gerrit-Change-Id: I9f6d22d639921051cde5675fae1845bedb61c8cc Gerrit-Change-Number: 17768 Gerrit-PatchSet: 4 Gerrit-Owner: Bikramjeet Vig <[email protected]> Gerrit-Reviewer: Bikramjeet Vig <[email protected]> Gerrit-Reviewer: Csaba Ringhofer <[email protected]> Gerrit-Reviewer: Impala Public Jenkins <[email protected]>
