Michael Smith has submitted this change and it was merged. ( http://gerrit.cloudera.org:8080/21750 )
Change subject: IMPALA-13350: Fix Workload Management flush_on_interval Test ...................................................................... IMPALA-13350: Fix Workload Management flush_on_interval Test The test 'flush_on_interval' in test_query_log.py is failing. The cause is not allowing enough time for the workload management query processing loop to execute before checking the number of queries written to the query log table. The fix is to allow more time for the processing loop to execute. Change-Id: I2fb1034ca63e170d5e57a6ece9b47da5dafebff4 Reviewed-on: http://gerrit.cloudera.org:8080/21750 Reviewed-by: Riza Suminto <[email protected]> Tested-by: Impala Public Jenkins <[email protected]> --- M tests/custom_cluster/test_query_log.py 1 file changed, 3 insertions(+), 3 deletions(-) Approvals: Riza Suminto: Looks good to me, approved Impala Public Jenkins: Verified -- To view, visit http://gerrit.cloudera.org:8080/21750 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-MessageType: merged Gerrit-Change-Id: I2fb1034ca63e170d5e57a6ece9b47da5dafebff4 Gerrit-Change-Number: 21750 Gerrit-PatchSet: 2 Gerrit-Owner: Jason Fehr <[email protected]> Gerrit-Reviewer: Impala Public Jenkins <[email protected]> Gerrit-Reviewer: Jason Fehr <[email protected]> Gerrit-Reviewer: Michael Smith <[email protected]> Gerrit-Reviewer: Riza Suminto <[email protected]>
