You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ignite.apache.org by av...@apache.org on 2016/03/22 18:36:44 UTC

[2/7] ignite git commit: Fixed CacheContinuousQueryLostPartitionTest.testAtomicClientEvent test.

Fixed CacheContinuousQueryLostPartitionTest.testAtomicClientEvent test.


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

Branch: refs/heads/ignite-2801
Commit: aafd6f77feb03b1f56efddfbef8f116b65a5ce4e
Parents: 5be5fa0
Author: nikolay_tikhonov <nt...@gridgain.com>
Authored: Mon Mar 21 18:52:08 2016 +0300
Committer: nikolay_tikhonov <nt...@gridgain.com>
Committed: Mon Mar 21 18:53:13 2016 +0300

----------------------------------------------------------------------
 .../query/continuous/CacheContinuousQueryLostPartitionTest.java    | 2 --
 1 file changed, 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ignite/blob/aafd6f77/modules/core/src/test/java/org/apache/ignite/internal/processors/cache/query/continuous/CacheContinuousQueryLostPartitionTest.java
----------------------------------------------------------------------
diff --git a/modules/core/src/test/java/org/apache/ignite/internal/processors/cache/query/continuous/CacheContinuousQueryLostPartitionTest.java b/modules/core/src/test/java/org/apache/ignite/internal/processors/cache/query/continuous/CacheContinuousQueryLostPartitionTest.java
index f4659dc..025dd80 100644
--- a/modules/core/src/test/java/org/apache/ignite/internal/processors/cache/query/continuous/CacheContinuousQueryLostPartitionTest.java
+++ b/modules/core/src/test/java/org/apache/ignite/internal/processors/cache/query/continuous/CacheContinuousQueryLostPartitionTest.java
@@ -140,8 +140,6 @@ public class CacheContinuousQueryLostPartitionTest extends GridCommonAbstractTes
         // node2 now becomes the primary for the key.
         stopGrid(0);
 
-        awaitPartitionMapExchange();
-
         cache2.put(key, "2");
 
         // Sanity check.