mirror of
https://github.com/apache/impala.git
synced 2026-01-07 09:02:19 -05:00
At the end of the stress test, report the number of seconds the test ran like this: Test Duration: 1234 seconds Time spent calculating runtime information isn't counted in the test duration. There are some additional changes to simplify the run_queries method because Flake8 complained that it was too complex and this change was making it even longer. Testing: Ran the stress test and verified the status output and Test Duration output. Change-Id: Ic1769c6c27cf064a330026d12d50562abfaf656f Reviewed-on: http://gerrit.cloudera.org:8080/8339 Reviewed-by: Michael Brown <mikeb@cloudera.com> Tested-by: Impala Public Jenkins