Philip Zeyliger has posted comments on this change. ( 
http://gerrit.cloudera.org:8080/8713 )

Change subject: IMPALA-6265 Increase timeout in test cancellation tests
......................................................................


Patch Set 1:

(1 comment)

http://gerrit.cloudera.org:8080/#/c/8713/1/tests/shell/test_shell_commandline.py
File tests/shell/test_shell_commandline.py:

http://gerrit.cloudera.org:8080/#/c/8713/1/tests/shell/test_shell_commandline.py@352
PS1, Line 352:     sleep(2.5)
> It would be nice to set this to a higher value for ASAN just to be confiden
Can we hit the Web UI in a loop to figure out where it is?

timeout = time.time() + 60
while time.time() < timeout:
  if get_state_of_query_in_webui() == "WHATEVER":
     break

You probably get the idea. These are so annoying.



--
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: comment
Gerrit-Change-Id: Ie0bff485a872df7be8efd784314a6ca91aaadd11
Gerrit-Change-Number: 8713
Gerrit-PatchSet: 1
Gerrit-Owner: Gabor Kaszab <[email protected]>
Gerrit-Reviewer: Philip Zeyliger <[email protected]>
Gerrit-Reviewer: Tim Armstrong <[email protected]>
Gerrit-Comment-Date: Fri, 01 Dec 2017 18:46:15 +0000
Gerrit-HasComments: Yes

Reply via email to