Zoltán Borók-Nagy created IMPALA-14992:
------------------------------------------
Summary: test_cancelled_nodes_in_exec_summary is flaky
Key: IMPALA-14992
URL: https://issues.apache.org/jira/browse/IMPALA-14992
Project: IMPALA
Issue Type: Bug
Reporter: Zoltán Borók-Nagy
Assignee: Quanlong Huang
test_cancelled_nodes_in_exec_summary is flaky, we can see the following in some
builds:
{noformat}
E assert 'tpch.lineitem a, CANCELLED' == 'tpch.lineitem a'
E - tpch.lineitem a
E + tpch.lineitem a, CANCELLED
query = '\n with l as (select * from tpch.lineitem UNION
ALL select * from tpch.lineitem)\n select STRAIGHT_JOIN...neitem a LIMIT
1) a\n join\n (select * from l LIMIT 125000) b\n on
a.l_orderkey = -b.l_orderkey'
{noformat}
E.g.:
*
https://jenkins.impala.io/job/ubuntu-20.04-dockerised-tests/5098/testReport/junit/query_test.test_observability/TestObservability/test_cancelled_nodes_in_exec_summary/
*
https://jenkins.impala.io/job/ubuntu-20.04-dockerised-tests/5097/testReport/junit/query_test.test_observability/TestObservability/test_cancelled_nodes_in_exec_summary/
--
This message was sent by Atlassian Jira
(v8.20.10#820010)