Riza Suminto created IMPALA-13743:
-------------------------------------
Summary: setup_method invocation is wrong at
test_admission_controller.py
Key: IMPALA-13743
URL: https://issues.apache.org/jira/browse/IMPALA-13743
Project: IMPALA
Issue Type: Bug
Components: Test
Reporter: Riza Suminto
Assignee: Riza Suminto
IMPALA-13694 reveals an issue in setup_method calls of
TestAdmissionControllerWithACService and
TestAdmissionControllerStressWithACService. They should be called with its own
class name instead of the superclass name.
[https://github.com/apache/impala/blob/d3b6cbcc20a4ff175e9b36f476fc44f329793e1e/tests/custom_cluster/test_admission_controller.py#L1798]
[https://github.com/apache/impala/blob/d3b6cbcc20a4ff175e9b36f476fc44f329793e1e/tests/custom_cluster/test_admission_controller.py#L2620]
They are run in exhaustive exploration, therefore IMPALA-13694 able to pass
precommit tests.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)