[ https://issues.apache.org/jira/browse/IMPALA-13639?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Work on IMPALA-13639 started by Michael Smith. ---------------------------------------------- > 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 > > 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) --------------------------------------------------------------------- To unsubscribe, e-mail: issues-all-unsubscr...@impala.apache.org For additional commands, e-mail: issues-all-h...@impala.apache.org