Michael Smith created IMPALA-13639:
--------------------------------------
Summary: test_query_cancel_exception can fail if prior test query
has not completed
Key: IMPALA-13639
URL: https://issues.apache.org/jira/browse/IMPALA-13639
Project: IMPALA
Issue Type: Task
Components: Test
Reporter: Michael Smith
The test webserver/test_web_pages.py::TestWebPage::test_query_cancel_exception
can fail on its initial check if a prior test - such as
stress/test_update_stress.py::TestIcebergConcurrentUpdateStress::test_iceberg_updates
- completed and left a running query. A simple fix is to retry a few times for
the prior test query to complete.
The test failure looks like
{code}
webserver/test_web_pages.py:1086: in test_query_cancel_exception
assert response_json['num_in_flight_queries'] == 0
E assert 1 == 0
{code}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)