Joe McDonnell created IMPALA-14163: -------------------------------------- Summary: TestAdmissionControllerWithACService.test_pool_config_change_while_queued timing out Key: IMPALA-14163 URL: https://issues.apache.org/jira/browse/IMPALA-14163 Project: IMPALA Issue Type: Bug Components: Test Affects Versions: Impala 5.0.0 Reporter: Joe McDonnell
TestAdmissionControllerWithACService.test_pool_config_change_while_queued still sometimes hits a timeout like this: {noformat} custom_cluster/test_admission_controller.py:1492: in test_pool_config_change_while_queued config.set_config_value(pool_name, config_str, 0) common/resource_pool_config.py:54: in set_config_value self.__wait_for_impala_to_pickup_config_change(pool_name, config_str, str(target_val)) common/resource_pool_config.py:81: in __wait_for_impala_to_pickup_config_change metric_key, target_val, current_val) E AssertionError: Timed out waiting for admission-controller.pool-max-query-mem-limit.root.invalidTestPool to reach 0. Current: 1{noformat} This test was deflaked by IMPALA-14098, but this is happening after that fix. -- This message was sent by Atlassian Jira (v8.20.10#820010)