Files
impala/tests/webserver
Joe McDonnell 51f30a6b90 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.

webserver/test_web_page.py contains several tests that xfail but
still have run=True. Those tests are broken and use wait_for_state()
heavily, so disable those while IMPALA-8059 is being fixed.

Change-Id: Iaed0a9b292d431a64e22b460c92f6ef57b6abd1e
Reviewed-on: http://gerrit.cloudera.org:8080/12207
Reviewed-by: Sahil Takiar <stakiar@cloudera.com>
Reviewed-by: Pooja Nilangekar <pooja.nilangekar@cloudera.com>
Tested-by: Impala Public Jenkins <impala-public-jenkins@cloudera.com>
Reviewed-by: Joe McDonnell <joemcdonnell@cloudera.com>
2019-01-10 21:19:02 +00:00
..