Tamas Mate has uploaded this change for review. ( http://gerrit.cloudera.org:8080/16391
Change subject: IMPALA-10119: Fix impala-shell history duplication test ...................................................................... IMPALA-10119: Fix impala-shell history duplication test The flaky test was TestImpalaShellInteractive.test_history_does_not_duplicate_on_interrupt The test failed with timeout error when the interrupt signal arrived later after the next test query was started. The impala-shell output was ^C instead of the expected query result. This change adds an additional blocking expect call to wait for the interrupt signal to arrive before sending in the next query. Change-Id: I242eb47cc8093c4566de206f46b75b3feab1183c --- M tests/shell/test_shell_interactive.py 1 file changed, 6 insertions(+), 6 deletions(-) git pull ssh://gerrit.cloudera.org:29418/Impala-ASF refs/changes/91/16391/3 -- To view, visit http://gerrit.cloudera.org:8080/16391 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-MessageType: newchange Gerrit-Change-Id: I242eb47cc8093c4566de206f46b75b3feab1183c Gerrit-Change-Number: 16391 Gerrit-PatchSet: 3 Gerrit-Owner: Tamas Mate <tm...@cloudera.com>