Joe McDonnell has submitted this change and it was merged. ( 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 Reviewed-on: http://gerrit.cloudera.org:8080/22954 Reviewed-by: Riza Suminto <[email protected]> Tested-by: Joe McDonnell <[email protected]> --- M tests/custom_cluster/test_admission_controller.py 1 file changed, 1 insertion(+), 1 deletion(-) Approvals: Riza Suminto: Looks good to me, approved Joe McDonnell: Verified -- 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: merged Gerrit-Change-Id: Iefe9306cd6b76bd27ca5be1d62b05aff1e5deafe Gerrit-Change-Number: 22954 Gerrit-PatchSet: 2 Gerrit-Owner: Joe McDonnell <[email protected]> Gerrit-Reviewer: Impala Public Jenkins <[email protected]> Gerrit-Reviewer: Joe McDonnell <[email protected]> Gerrit-Reviewer: Riza Suminto <[email protected]>
