You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@kudu.apache.org by "Jean-Daniel Cryans (Code Review)" <ge...@ip-10-146-233-104.ec2.internal> on 2016/01/22 18:43:48 UTC

[kudu-CR] [java] waitForTabletServers should belong to the mini cluster

Jean-Daniel Cryans has uploaded a new change for review.

  http://gerrit.cloudera.org:8080/1875

Change subject: [java] waitForTabletServers should belong to the mini cluster
......................................................................

[java] waitForTabletServers should belong to the mini cluster

Waiting for the number of tservers to reach a certain point is a
common enough need that it should be part of the mini cluster.

Change-Id: I527b09e3dc530f186a7f5cf141c3f460613cf51c
---
M java/kudu-client/src/test/java/org/kududb/client/BaseKuduTest.java
M java/kudu-client/src/test/java/org/kududb/client/MiniKuduCluster.java
2 files changed, 34 insertions(+), 20 deletions(-)


  git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/75/1875/1
-- 
To view, visit http://gerrit.cloudera.org:8080/1875
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I527b09e3dc530f186a7f5cf141c3f460613cf51c
Gerrit-PatchSet: 1
Gerrit-Project: kudu
Gerrit-Branch: master
Gerrit-Owner: Jean-Daniel Cryans