Zoltán Borók-Nagy created IMPALA-13560:
------------------------------------------
Summary: test_admission_controller_with_quota_configs fails with
assertion error
Key: IMPALA-13560
URL: https://issues.apache.org/jira/browse/IMPALA-13560
Project: IMPALA
Issue Type: Bug
Reporter: Zoltán Borók-Nagy
Assignee: Andrew Sherman
I saw the following in an ASAN build:
h2. Error Message
{noformat}
assert 0 >= 5
{noformat}
h2. Stacktrace
{noformat}
custom_cluster/test_admission_controller.py:2542: in
test_admission_controller_with_quota_configs
check_user_aggregates=True)
custom_cluster/test_admission_controller.py:2453: in run_admission_test
assert metric_deltas['admitted'] >= expected_admitted
E assert 0 >= 5
{noformat}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)