You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ignite.apache.org by sb...@apache.org on 2015/06/01 19:20:35 UTC

incubator-ignite git commit: # ignite-648: add log info about remote node join.

Repository: incubator-ignite
Updated Branches:
  refs/heads/ignite-648 c6fafea98 -> 9c5ccb317


# ignite-648: add log info about remote node join.


Project: http://git-wip-us.apache.org/repos/asf/incubator-ignite/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-ignite/commit/9c5ccb31
Tree: http://git-wip-us.apache.org/repos/asf/incubator-ignite/tree/9c5ccb31
Diff: http://git-wip-us.apache.org/repos/asf/incubator-ignite/diff/9c5ccb31

Branch: refs/heads/ignite-648
Commit: 9c5ccb317d3baa89072469fcdb785a8ba0c30942
Parents: c6fafea
Author: ashutak <as...@gridgain.com>
Authored: Mon Jun 1 20:20:25 2015 +0300
Committer: ashutak <as...@gridgain.com>
Committed: Mon Jun 1 20:20:25 2015 +0300

----------------------------------------------------------------------
 .../processors/cache/multijvm/framework/IgniteExProcessProxy.java  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/9c5ccb31/modules/core/src/test/java/org/apache/ignite/internal/processors/cache/multijvm/framework/IgniteExProcessProxy.java
----------------------------------------------------------------------
diff --git a/modules/core/src/test/java/org/apache/ignite/internal/processors/cache/multijvm/framework/IgniteExProcessProxy.java b/modules/core/src/test/java/org/apache/ignite/internal/processors/cache/multijvm/framework/IgniteExProcessProxy.java
index 12e818a..ffc74d7 100644
--- a/modules/core/src/test/java/org/apache/ignite/internal/processors/cache/multijvm/framework/IgniteExProcessProxy.java
+++ b/modules/core/src/test/java/org/apache/ignite/internal/processors/cache/multijvm/framework/IgniteExProcessProxy.java
@@ -114,7 +114,7 @@ public class IgniteExProcessProxy implements IgniteEx {
             System.getProperty("surefire.test.class.path")
         );
 
-        assert rmtNodeStartedLatch.await(3, TimeUnit.SECONDS);
+        assert rmtNodeStartedLatch.await(3, TimeUnit.SECONDS): "Remote node with id=" + id + " didn't join.";
 
         gridProxies.put(cfg.getGridName(), this);