Joe McDonnell has uploaded this change for review. ( http://gerrit.cloudera.org:8080/22954
Change subject: IMPALA-14103: Fix TestAdmissionControllerStress on Python 3 ...................................................................... IMPALA-14103: Fix TestAdmissionControllerStress on Python 3 TestAdmissionControllerStress has an invalid except clause where it catches Exception as well as ImpalaHiveServer2Service. This is an error on Python 3, because ImpalaHiveServer2Service is not an exception class. This changes the except clause to only cause Exception. Testing: - Ran TestAdmissionControllerStress locally Change-Id: Iefe9306cd6b76bd27ca5be1d62b05aff1e5deafe --- M tests/custom_cluster/test_admission_controller.py 1 file changed, 1 insertion(+), 1 deletion(-) git pull ssh://gerrit.cloudera.org:29418/Impala-ASF refs/changes/54/22954/1 -- To view, visit http://gerrit.cloudera.org:8080/22954 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-MessageType: newchange Gerrit-Change-Id: Iefe9306cd6b76bd27ca5be1d62b05aff1e5deafe Gerrit-Change-Number: 22954 Gerrit-PatchSet: 1 Gerrit-Owner: Joe McDonnell <[email protected]>
