Repository: curator
Updated Branches:
  refs/heads/CURATOR-123 a86a667bb -> 5f5ee9665


removed printlns


Project: http://git-wip-us.apache.org/repos/asf/curator/repo
Commit: http://git-wip-us.apache.org/repos/asf/curator/commit/5f5ee966
Tree: http://git-wip-us.apache.org/repos/asf/curator/tree/5f5ee966
Diff: http://git-wip-us.apache.org/repos/asf/curator/diff/5f5ee966

Branch: refs/heads/CURATOR-123
Commit: 5f5ee966569064a8d75fd19f32cb7e7a2bd7b0e1
Parents: a86a667
Author: randgalt <[email protected]>
Authored: Tue Jul 22 17:46:19 2014 -0500
Committer: randgalt <[email protected]>
Committed: Tue Jul 22 17:46:19 2014 -0500

----------------------------------------------------------------------
 .../test/java/org/apache/curator/framework/imps/TestReadOnly.java | 3 ---
 1 file changed, 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/curator/blob/5f5ee966/curator-framework/src/test/java/org/apache/curator/framework/imps/TestReadOnly.java
----------------------------------------------------------------------
diff --git 
a/curator-framework/src/test/java/org/apache/curator/framework/imps/TestReadOnly.java
 
b/curator-framework/src/test/java/org/apache/curator/framework/imps/TestReadOnly.java
index d6d63f8..13ceec6 100644
--- 
a/curator-framework/src/test/java/org/apache/curator/framework/imps/TestReadOnly.java
+++ 
b/curator-framework/src/test/java/org/apache/curator/framework/imps/TestReadOnly.java
@@ -70,14 +70,12 @@ public class TestReadOnly
             client.close();
             client = null;
 
-            System.out.println("killing 2 instances");
             Iterator<InstanceSpec> iterator = 
cluster.getInstances().iterator();
             for ( int i = 0; i < 2; ++i )
             {
                 cluster.killServer(iterator.next());
             }
 
-            System.out.println("reconnecting client");
             client = CuratorFrameworkFactory.builder()
                 .connectString(cluster.getConnectString())
                 .sessionTimeoutMs(timing.session())
@@ -100,7 +98,6 @@ public class TestReadOnly
             );
             client.start();
 
-            System.out.println("making api call");
             client.checkExists().forPath("/");
 
             ConnectionState state = 
states.poll(timing.forWaiting().milliseconds(), TimeUnit.MILLISECONDS);

Reply via email to