Impala Public Jenkins has submitted this change and it was merged. ( http://gerrit.cloudera.org:8080/8713 )
Change subject: IMPALA-6265 Query cancellation test enhancements ...................................................................... IMPALA-6265 Query cancellation test enhancements In the query cancellation tests it is essential to wait until the query gets to a desired state (waiting_to_finish, fetching) and then cancel it. Apparently, ASAN query execution happens slower than on a Release build. As a result a hard coded timeout threshold is not sufficient to cover all the builds, or should be set to a wastingly high value. As a solution the query state is checked on the Impala debug page in intervals until it reaches the desired state or the maximum retry attempt value is reached. Change-Id: Ie0bff485a872df7be8efd784314a6ca91aaadd11 Reviewed-on: http://gerrit.cloudera.org:8080/8713 Reviewed-by: Tim Armstrong <[email protected]> Tested-by: Impala Public Jenkins --- M tests/shell/test_shell_commandline.py 1 file changed, 36 insertions(+), 9 deletions(-) Approvals: Tim Armstrong: Looks good to me, approved Impala Public Jenkins: Verified -- To view, visit http://gerrit.cloudera.org:8080/8713 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-MessageType: merged Gerrit-Change-Id: Ie0bff485a872df7be8efd784314a6ca91aaadd11 Gerrit-Change-Number: 8713 Gerrit-PatchSet: 5 Gerrit-Owner: Gabor Kaszab <[email protected]> Gerrit-Reviewer: Gabor Kaszab <[email protected]> Gerrit-Reviewer: Impala Public Jenkins Gerrit-Reviewer: Philip Zeyliger <[email protected]> Gerrit-Reviewer: Tim Armstrong <[email protected]>
