[
https://issues.apache.org/jira/browse/IMPALA-13639?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Michael Smith resolved IMPALA-13639.
------------------------------------
Fix Version/s: Impala 4.5.0
Resolution: Fixed
> 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
> Assignee: Michael Smith
> Priority: Major
> Fix For: Impala 4.5.0
>
>
> 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)