You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ignite.apache.org by yz...@apache.org on 2015/05/27 18:13:24 UTC

[05/50] [abbrv] incubator-ignite git commit: # ignite-23

# ignite-23


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

Branch: refs/heads/ignite-943
Commit: e0542b56e4529a7f3cd81394c145c40cfe4e533f
Parents: f903ff3
Author: sboikov <se...@inria.fr>
Authored: Fri May 22 07:42:42 2015 +0300
Committer: sboikov <se...@inria.fr>
Committed: Fri May 22 07:42:42 2015 +0300

----------------------------------------------------------------------
 .../distributed/IgniteCacheClientNodeChangingTopologyTest.java     | 2 --
 1 file changed, 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/e0542b56/modules/core/src/test/java/org/apache/ignite/internal/processors/cache/distributed/IgniteCacheClientNodeChangingTopologyTest.java
----------------------------------------------------------------------
diff --git a/modules/core/src/test/java/org/apache/ignite/internal/processors/cache/distributed/IgniteCacheClientNodeChangingTopologyTest.java b/modules/core/src/test/java/org/apache/ignite/internal/processors/cache/distributed/IgniteCacheClientNodeChangingTopologyTest.java
index 0236446..c0c7614 100644
--- a/modules/core/src/test/java/org/apache/ignite/internal/processors/cache/distributed/IgniteCacheClientNodeChangingTopologyTest.java
+++ b/modules/core/src/test/java/org/apache/ignite/internal/processors/cache/distributed/IgniteCacheClientNodeChangingTopologyTest.java
@@ -778,8 +778,6 @@ public class IgniteCacheClientNodeChangingTopologyTest extends GridCommonAbstrac
                     }
                 });
 
-                updateBarrier.await(30_000, TimeUnit.MILLISECONDS);
-
                 try {
                     updateBarrier.await(30_000, TimeUnit.MILLISECONDS);
                 }