Jordan Birdsell has uploaded a new change for review. http://gerrit.cloudera.org:8080/4328
Change subject: KUDU-1304 - [python] Enable listing of tablet servers ...................................................................... KUDU-1304 - [python] Enable listing of tablet servers Kudu's python client currently doesn't expose the ListTabletServers method. To date, this has presented issues with unit tests executing before the tservers have started. This patch exposes the method and integrates it into the unit tests so that race conditions no longer occur. This patch also includes an additional test to confirm the integrity of the data returned from the method. Change-Id: I51794168750b358d8c1b371ac2bd08b5c8f15395 --- M python/kudu/client.pyx M python/kudu/libkudu_client.pxd M python/kudu/tests/common.py M python/kudu/tests/test_client.py 4 files changed, 54 insertions(+), 0 deletions(-) git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/28/4328/1 -- To view, visit http://gerrit.cloudera.org:8080/4328 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I51794168750b358d8c1b371ac2bd08b5c8f15395 Gerrit-PatchSet: 1 Gerrit-Project: kudu Gerrit-Branch: master Gerrit-Owner: Jordan Birdsell <jordantbirds...@gmail.com>