Gergely Fürnstáhl has uploaded a new patch set (#5). ( http://gerrit.cloudera.org:8080/19524 )
Change subject: IMPALA-10111: Fix TestWebPage::test_query_stmt is flakiness ...................................................................... IMPALA-10111: Fix TestWebPage::test_query_stmt is flakiness The query can be someimes in in_flight_queries even though it has already finished and the HTTP handler filters out duplicates, hence not outputing it in completed_queries. Removed duplicated exection 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. Change-Id: If25d430a871415a3884dece772b8d8105c583c05 --- M tests/webserver/test_web_pages.py 1 file changed, 7 insertions(+), 4 deletions(-) git pull ssh://gerrit.cloudera.org:29418/Impala-ASF refs/changes/24/19524/5 -- 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: newpatchset Gerrit-Change-Id: If25d430a871415a3884dece772b8d8105c583c05 Gerrit-Change-Number: 19524 Gerrit-PatchSet: 5 Gerrit-Owner: Gergely Fürnstáhl <[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]>
