Zoltán Borók-Nagy created IMPALA-13889:
------------------------------------------
Summary: TestWebPage::test_query_progress sometimes fails in ASAN
build
Key: IMPALA-13889
URL: https://issues.apache.org/jira/browse/IMPALA-13889
Project: IMPALA
Issue Type: Bug
Components: Infrastructure
Reporter: Zoltán Borók-Nagy
TestWebPage::test_query_progress sometimes fail with the following error:
{noformat}
webserver/test_web_pages.py:1047: in test_query_progress
assert json_part["query_progress"] == "0 / 4 ( 0%)"
E assert 'N/A' == '0 / 4 ( 0%)'
E - N/A
E + 0 / 4 ( 0%){noformat}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)