You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@helix.apache.org by zz...@apache.org on 2013/02/06 00:40:52 UTC

git commit: fix test failure

Updated Branches:
  refs/heads/master c3de04f61 -> 6b8a680c4


fix test failure


Project: http://git-wip-us.apache.org/repos/asf/incubator-helix/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-helix/commit/6b8a680c
Tree: http://git-wip-us.apache.org/repos/asf/incubator-helix/tree/6b8a680c
Diff: http://git-wip-us.apache.org/repos/asf/incubator-helix/diff/6b8a680c

Branch: refs/heads/master
Commit: 6b8a680c4c74ebfed8f23c272ce2cb5ef2f9de61
Parents: c3de04f
Author: zzhang <zz...@uci.edu>
Authored: Tue Feb 5 15:40:43 2013 -0800
Committer: zzhang <zz...@uci.edu>
Committed: Tue Feb 5 15:40:43 2013 -0800

----------------------------------------------------------------------
 .../org/apache/helix/util/TestZKClientPool.java    |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-helix/blob/6b8a680c/helix-core/src/test/java/org/apache/helix/util/TestZKClientPool.java
----------------------------------------------------------------------
diff --git a/helix-core/src/test/java/org/apache/helix/util/TestZKClientPool.java b/helix-core/src/test/java/org/apache/helix/util/TestZKClientPool.java
index 17726f0..323fcef 100644
--- a/helix-core/src/test/java/org/apache/helix/util/TestZKClientPool.java
+++ b/helix-core/src/test/java/org/apache/helix/util/TestZKClientPool.java
@@ -40,7 +40,7 @@ public class TestZKClientPool
     String testName = "TestZKClientPool";
     System.out.println("START " + testName + " at " + new Date(System.currentTimeMillis()));
 
-    String zkAddr = "localhost:2187";
+    String zkAddr = "localhost:2189";
     ZkServer zkServer = TestHelper.startZkSever(zkAddr);
     ZkClient zkClient = ZKClientPool.getZkClient(zkAddr);