Files
impala/tests/webserver
Riza Suminto e02ee90287 IMPALA-12245: Move test_display_src_socket_in_query_cause
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>
2023-06-27 07:24:33 +00:00
..