Gergely Fürnstáhl has uploaded this change for review. ( 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, 8 insertions(+), 3 deletions(-) git pull ssh://gerrit.cloudera.org:29418/Impala-ASF refs/changes/24/19524/3 -- 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: newchange Gerrit-Change-Id: If25d430a871415a3884dece772b8d8105c583c05 Gerrit-Change-Number: 19524 Gerrit-PatchSet: 3 Gerrit-Owner: Gergely Fürnstáhl <[email protected]>
