Joe McDonnell created IMPALA-13444:
--------------------------------------
Summary: test_query_expiration failed with unexpected number of
queries waiting
Key: IMPALA-13444
URL: https://issues.apache.org/jira/browse/IMPALA-13444
Project: IMPALA
Issue Type: Bug
Components: Backend
Affects Versions: Impala 4.5.0
Reporter: Joe McDonnell
This symptom showed up on ARM ASAN run:
{noformat}
custom_cluster/test_query_expiration.py:114: in test_query_expiration
self._check_num_executing(impalad, 2)
custom_cluster/test_query_expiration.py:45: in _check_num_executing
assert waiting == expect_waiting, '%s out of %s queries waiting (expected
%s)' \
E AssertionError: 1 out of 3 queries waiting (expected 0)
E assert 1 == 0{noformat}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)