Will Berkeley has submitted this change and it was merged. Change subject: [python] Fix undefined TimeoutError in tests ......................................................................
[python] Fix undefined TimeoutError in tests The tests use TimeoutError, which is not defined in Python 2 (but is in Python 3). I added a minimal definition of TimeoutError. Change-Id: I1c6c634803cf5cc8f083f4480606aed10f86db91 Reviewed-on: http://gerrit.cloudera.org:8080/7078 Tested-by: Kudu Jenkins Reviewed-by: Will Berkeley <[email protected]> --- M python/kudu/tests/common.py M python/kudu/tests/test_scanner.py 2 files changed, 6 insertions(+), 1 deletion(-) Approvals: Will Berkeley: Looks good to me, approved Kudu Jenkins: Verified -- To view, visit http://gerrit.cloudera.org:8080/7078 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-MessageType: merged Gerrit-Change-Id: I1c6c634803cf5cc8f083f4480606aed10f86db91 Gerrit-PatchSet: 3 Gerrit-Project: kudu Gerrit-Branch: master Gerrit-Owner: Will Berkeley <[email protected]> Gerrit-Reviewer: Kudu Jenkins Gerrit-Reviewer: Todd Lipcon <[email protected]> Gerrit-Reviewer: Will Berkeley <[email protected]>
