[
https://issues.apache.org/jira/browse/IMPALA-13560?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Andrew Sherman resolved IMPALA-13560.
-------------------------------------
Fix Version/s: Impala 4.5.0
Resolution: Fixed
Fixed at the second attempt
> 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
> Priority: Major
> Labels: broken-build
> Fix For: Impala 4.5.0
>
>
> *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}
> Also saw the following error in an other build:
> {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:2463: in run_admission_test
> assert metric_deltas['timed-out'] == 0
> E assert 1 == 0
> {noformat}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)