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

ignite git commit: IGNITE-264 - More verbose test.

Repository: ignite
Updated Branches:
  refs/heads/ignite-264 29ce3f94d -> 179336999


IGNITE-264 - More verbose test.


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

Branch: refs/heads/ignite-264
Commit: 179336999c809481508677e69c173adb32b5bf46
Parents: 29ce3f9
Author: Alexey Goncharuk <al...@gmail.com>
Authored: Wed Sep 9 10:59:51 2015 -0700
Committer: Alexey Goncharuk <al...@gmail.com>
Committed: Wed Sep 9 10:59:51 2015 -0700

----------------------------------------------------------------------
 .../internal/processors/cache/IgniteCachePutAllRestartTest.java    | 2 ++
 1 file changed, 2 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ignite/blob/17933699/modules/core/src/test/java/org/apache/ignite/internal/processors/cache/IgniteCachePutAllRestartTest.java
----------------------------------------------------------------------
diff --git a/modules/core/src/test/java/org/apache/ignite/internal/processors/cache/IgniteCachePutAllRestartTest.java b/modules/core/src/test/java/org/apache/ignite/internal/processors/cache/IgniteCachePutAllRestartTest.java
index c5ad4ec..fc14085 100644
--- a/modules/core/src/test/java/org/apache/ignite/internal/processors/cache/IgniteCachePutAllRestartTest.java
+++ b/modules/core/src/test/java/org/apache/ignite/internal/processors/cache/IgniteCachePutAllRestartTest.java
@@ -161,6 +161,8 @@ public class IgniteCachePutAllRestartTest extends GridCommonAbstractTest {
 
             final Ignite ignite = ignite(node);
 
+            info("Running iteration on the node [idx=" + node + ", nodeId=" + ignite.cluster().localNode().id() + ']');
+
             IgniteInternalFuture<?> fut = GridTestUtils.runAsync(new Callable<Void>() {
                 @Override public Void call() throws Exception {
                     Thread.currentThread().setName("put-thread");