Impala Public Jenkins has submitted this change and it was merged. ( http://gerrit.cloudera.org:8080/22465 )
Change subject: IMPALA-13743: Fix setup_method calls at test_admission_controller.py ...................................................................... IMPALA-13743: Fix setup_method calls at test_admission_controller.py IMPALA-13694 reveals an issue in setup_method calls of TestAdmissionControllerWithACService and TestAdmissionControllerStressWithACService. They should be called with their own class name instead of the superclass name. Testing: - Pass TestAdmissionControllerWithACService and TestAdmissionControllerStressWithACService in exhaustive exploration. Change-Id: I092c4f397cba1908245ccb30111176190b2182ff Reviewed-on: http://gerrit.cloudera.org:8080/22465 Reviewed-by: Jason Fehr <[email protected]> Tested-by: Impala Public Jenkins <[email protected]> --- M tests/custom_cluster/test_admission_controller.py 1 file changed, 2 insertions(+), 2 deletions(-) Approvals: Jason Fehr: Looks good to me, approved Impala Public Jenkins: Verified -- To view, visit http://gerrit.cloudera.org:8080/22465 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-MessageType: merged Gerrit-Change-Id: I092c4f397cba1908245ccb30111176190b2182ff Gerrit-Change-Number: 22465 Gerrit-PatchSet: 2 Gerrit-Owner: Riza Suminto <[email protected]> Gerrit-Reviewer: Impala Public Jenkins <[email protected]> Gerrit-Reviewer: Jason Fehr <[email protected]> Gerrit-Reviewer: Michael Smith <[email protected]> Gerrit-Reviewer: Riza Suminto <[email protected]>
