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/05/03 02:43:03 UTC

git commit: test checkin

Updated Branches:
  refs/heads/master d26addcf1 -> 59401c223


test checkin


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

Branch: refs/heads/master
Commit: 59401c2236e7f89616be344571259124bd7d2782
Parents: d26addc
Author: zzhang <zz...@apache.org>
Authored: Thu May 2 17:09:54 2013 -0700
Committer: zzhang <zz...@apache.org>
Committed: Thu May 2 17:09:54 2013 -0700

----------------------------------------------------------------------
 .../integration/TestZkCallbackHandlerLeak.java     |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-helix/blob/59401c22/helix-core/src/test/java/org/apache/helix/integration/TestZkCallbackHandlerLeak.java
----------------------------------------------------------------------
diff --git a/helix-core/src/test/java/org/apache/helix/integration/TestZkCallbackHandlerLeak.java b/helix-core/src/test/java/org/apache/helix/integration/TestZkCallbackHandlerLeak.java
index 6b0488f..03cf4f8 100644
--- a/helix-core/src/test/java/org/apache/helix/integration/TestZkCallbackHandlerLeak.java
+++ b/helix-core/src/test/java/org/apache/helix/integration/TestZkCallbackHandlerLeak.java
@@ -340,7 +340,7 @@ public class TestZkCallbackHandlerLeak extends ZkUnitTestBase {
                     @Override
                     public void onStateChange(String instanceName, List<CurrentState> statesInfo, NotificationContext changeContext) {
                         //To change body of implemented methods use File | Settings | File Templates.
-                        System.out.println(instanceName + " on current-state change, type: " + changeContext.getType());
+                        // System.out.println(instanceName + " on current-state change, type: " + changeContext.getType());
                     }
                 }, manager.getInstanceName(), manager.getSessionId());
             }