Adam Tamas has uploaded this change for review. ( http://gerrit.cloudera.org:8080/16322
Change subject: IMPALA-10066: Fix test_cancellation_mid_command fails ...................................................................... IMPALA-10066: Fix test_cancellation_mid_command fails If there is a delay between the shell "quit;" command and the Pexpect's wait() then the child process will be already dead and we end up with a Pexpect error. Since this error has nothing to do with the essence of the test we can ignore it. Testing: -ran the test_cancellation_mid_command() in a 1..500 loop Change-Id: Ib80706d52a85d2c19b13fbbe5695934658c0bf7e --- M tests/shell/test_shell_interactive.py 1 file changed, 10 insertions(+), 7 deletions(-) git pull ssh://gerrit.cloudera.org:29418/Impala-ASF refs/changes/22/16322/3 -- To view, visit http://gerrit.cloudera.org:8080/16322 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-MessageType: newchange Gerrit-Change-Id: Ib80706d52a85d2c19b13fbbe5695934658c0bf7e Gerrit-Change-Number: 16322 Gerrit-PatchSet: 3 Gerrit-Owner: Adam Tamas <[email protected]> Gerrit-Reviewer: Gabor Kaszab <[email protected]>
