Will Berkeley has uploaded a new change for review. http://gerrit.cloudera.org:8080/7078
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 --- M python/kudu/tests/common.py M python/kudu/tests/test_scanner.py 2 files changed, 6 insertions(+), 1 deletion(-) git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/78/7078/1 -- To view, visit http://gerrit.cloudera.org:8080/7078 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I1c6c634803cf5cc8f083f4480606aed10f86db91 Gerrit-PatchSet: 1 Gerrit-Project: kudu Gerrit-Branch: master Gerrit-Owner: Will Berkeley <[email protected]>
