mirror of
https://github.com/apache/impala.git
synced 2026-02-02 06:00:36 -05:00
test_display_src_socket_in_query_cause close the session by calling coordinator WebUI directly. This can interfere with test_query_progress that run sleep query for 100 ms. This patch move test_display_src_socket_in_query_cause out of TestWebPage class into its own test class so it does not interfere with other tests in TestWebPage. Testing: - Repeat scenario mentioned in IMPALA-12245 and confirm that test_query_progress can pass. Change-Id: If19f419b26a0456f48ebf6046b0e73ae376dfbeb Reviewed-on: http://gerrit.cloudera.org:8080/20123 Reviewed-by: Impala Public Jenkins <impala-public-jenkins@cloudera.com> Tested-by: Impala Public Jenkins <impala-public-jenkins@cloudera.com>