Joe McDonnell has uploaded this change for review. ( http://gerrit.cloudera.org:8080/12207
Change subject: IMPALA-8063: Add sleep to ImpalaTestSuite::wait_for_state() loop ...................................................................... IMPALA-8063: Add sleep to ImpalaTestSuite::wait_for_state() loop ImpalaTestSuite::wait_for_state() loops waiting for the state on the connection handle to reach the expected state. This loop does not sleep, and the get_state() does some logging, so this loop is generating a large amount of logging. This adds a 0.5 second sleep to the loop. Running test_web_pages.py shows a large reduction in logging. Change-Id: Iaed0a9b292d431a64e22b460c92f6ef57b6abd1e --- M tests/common/impala_test_suite.py 1 file changed, 1 insertion(+), 0 deletions(-) git pull ssh://gerrit.cloudera.org:29418/Impala-ASF refs/changes/07/12207/1 -- To view, visit http://gerrit.cloudera.org:8080/12207 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-MessageType: newchange Gerrit-Change-Id: Iaed0a9b292d431a64e22b460c92f6ef57b6abd1e Gerrit-Change-Number: 12207 Gerrit-PatchSet: 1 Gerrit-Owner: Joe McDonnell <[email protected]>
