[ 
https://issues.apache.org/jira/browse/IMPALA-13889?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Zoltán Borók-Nagy updated IMPALA-13889:
---------------------------------------
    Description: 
TestWebPage::test_query_progress sometimes fail with the following error in 
ASAN builds:
{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}
h3. Standard Error
{noformat}
-- 2025-03-13 22:56:17,881 INFO     MainThread: beeswax: 

set 
client_identifier=webserver/test_web_pages.py::TestWebPage::()::test_query_progress;

-- 2025-03-13 22:56:17,881 INFO     MainThread: hs2: 

set 
client_identifier=webserver/test_web_pages.py::TestWebPage::()::test_query_progress;

-- 2025-03-13 22:56:17,881 INFO     MainThread: hs2-http: 

set 
client_identifier=webserver/test_web_pages.py::TestWebPage::()::test_query_progress;

-- 2025-03-13 22:56:17,882 INFO     MainThread: beeswax: executing async 
localhost:21000

select count(*) from functional_parquet.alltypes where bool_col = sleep(100);

-- 2025-03-13 22:56:18,006 INFO     MainThread: Started query 
114a2b65ed87c1c8:c88af23900000000
-- 2025-03-13 22:56:18,007 INFO     MainThread: 
114a2b65ed87c1c8:c88af23900000000: getting state
-- 2025-03-13 22:56:18,057 INFO     MainThread: 
114a2b65ed87c1c8:c88af23900000000: getting state
-- 2025-03-13 22:56:18,094 INFO     MainThread: 
114a2b65ed87c1c8:c88af23900000000: canceling operation
-- 2025-03-13 22:56:18,099 INFO     MainThread: 
114a2b65ed87c1c8:c88af23900000000: closing query for operation{noformat}

  was:
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}


> 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
>            Priority: Major
>              Labels: broken-build
>
> TestWebPage::test_query_progress sometimes fail with the following error in 
> ASAN builds:
> {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}
> h3. Standard Error
> {noformat}
> -- 2025-03-13 22:56:17,881 INFO     MainThread: beeswax: 
> set 
> client_identifier=webserver/test_web_pages.py::TestWebPage::()::test_query_progress;
> -- 2025-03-13 22:56:17,881 INFO     MainThread: hs2: 
> set 
> client_identifier=webserver/test_web_pages.py::TestWebPage::()::test_query_progress;
> -- 2025-03-13 22:56:17,881 INFO     MainThread: hs2-http: 
> set 
> client_identifier=webserver/test_web_pages.py::TestWebPage::()::test_query_progress;
> -- 2025-03-13 22:56:17,882 INFO     MainThread: beeswax: executing async 
> localhost:21000
> select count(*) from functional_parquet.alltypes where bool_col = sleep(100);
> -- 2025-03-13 22:56:18,006 INFO     MainThread: Started query 
> 114a2b65ed87c1c8:c88af23900000000
> -- 2025-03-13 22:56:18,007 INFO     MainThread: 
> 114a2b65ed87c1c8:c88af23900000000: getting state
> -- 2025-03-13 22:56:18,057 INFO     MainThread: 
> 114a2b65ed87c1c8:c88af23900000000: getting state
> -- 2025-03-13 22:56:18,094 INFO     MainThread: 
> 114a2b65ed87c1c8:c88af23900000000: canceling operation
> -- 2025-03-13 22:56:18,099 INFO     MainThread: 
> 114a2b65ed87c1c8:c88af23900000000: closing query for operation{noformat}



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to