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] Remove the option to test with remote cluster

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

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

Change subject: [java] Remove the option to test with remote cluster
......................................................................

[java] Remove the option to test with remote cluster

I added this option years ago to be able to run the java unit tests
from my MBPr, but it's not needed anymore. Also the last time I tried
it I saw it was broken, usually around the parts where we try to kill
nodes.

Change-Id: I3c0136d6af4f0b4066ef94d603e35cbc4a55e4cb
---
M java/kudu-client/src/test/java/org/kududb/client/BaseKuduTest.java
M java/kudu-client/src/test/java/org/kududb/client/TestLeaderFailover.java
M java/kudu-client/src/test/java/org/kududb/client/TestUtils.java
3 files changed, 7 insertions(+), 38 deletions(-)


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

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