Gabor Kaszab has uploaded this change for review. ( http://gerrit.cloudera.org:8080/8852
Change subject: IMPALA-6318: Adjustment for hanging query cancellation test ...................................................................... IMPALA-6318: Adjustment for hanging query cancellation test Apparently test_query_cancellation_during_fetch hangs occasionally in Jenkins builds. The Impala debug page shows the query being cancelled, however, on the host the ImpalaShell process related to that query is still running. Since I had no luck in reproducing the issue locally I only have a theory what might be going on here: The query is cancelled successfully on Impala backend and when the test tries to get the stdout and stderr from the ImpalaShell it gets stuck. It might be the case that the thread fetching the query results holds the stdout, so as a workaround there is a new option for util/ImpalaShell to omit the stdout because this test wouldn't use it anyway. Change-Id: I082c83b91b6d0c527de92c7992f0dc9d1b290433 --- M tests/shell/test_shell_commandline.py M tests/shell/util.py 2 files changed, 9 insertions(+), 5 deletions(-) git pull ssh://gerrit.cloudera.org:29418/Impala-ASF refs/changes/52/8852/1 -- To view, visit http://gerrit.cloudera.org:8080/8852 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-MessageType: newchange Gerrit-Change-Id: I082c83b91b6d0c527de92c7992f0dc9d1b290433 Gerrit-Change-Number: 8852 Gerrit-PatchSet: 1 Gerrit-Owner: Gabor Kaszab <[email protected]>
