Impala Public Jenkins has submitted this change and it was merged. ( http://gerrit.cloudera.org:8080/19524 )
Change subject: IMPALA-10111: Fix TestWebPage::test_query_stmt flakiness ...................................................................... IMPALA-10111: Fix TestWebPage::test_query_stmt flakiness A query might be logged in "in_flight_queries" even though it has already finished. Earlier the test only looked for the executed query in "completed_queries", after this commit it will look in both lists. Moreover, removed unnecessary duplicated execution of the query and added formatting to dumped response to ease debugging in the future. Testing: - Locally reproducible for the first test run after starting the cluster. - Verified that the query is found in in_flight_queries too and the test passes in this case. Change-Id: If25d430a871415a3884dece772b8d8105c583c05 Reviewed-on: http://gerrit.cloudera.org:8080/19524 Reviewed-by: Impala Public Jenkins <[email protected]> Tested-by: Impala Public Jenkins <[email protected]> --- M tests/webserver/test_web_pages.py 1 file changed, 7 insertions(+), 4 deletions(-) Approvals: Impala Public Jenkins: Looks good to me, approved; Verified -- To view, visit http://gerrit.cloudera.org:8080/19524 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-MessageType: merged Gerrit-Change-Id: If25d430a871415a3884dece772b8d8105c583c05 Gerrit-Change-Number: 19524 Gerrit-PatchSet: 10 Gerrit-Owner: Gergely Fürnstáhl <[email protected]> Gerrit-Reviewer: Daniel Becker <[email protected]> Gerrit-Reviewer: Gergely Fürnstáhl <[email protected]> Gerrit-Reviewer: Impala Public Jenkins <[email protected]> Gerrit-Reviewer: Quanlong Huang <[email protected]> Gerrit-Reviewer: Tamas Mate <[email protected]>
