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 2017/01/26 18:28:48 UTC

[4/7] ignite git commit: ignite-db-x mute unswap test

ignite-db-x mute unswap test


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

Branch: refs/heads/ignite-3477
Commit: 196c0ac371f8e6d40dee15e6906372649522c852
Parents: a7f1ef4
Author: Dmitriy Govorukhin <dg...@gridgain.com>
Authored: Thu Jan 26 12:39:09 2017 +0300
Committer: Dmitriy Govorukhin <dg...@gridgain.com>
Committed: Thu Jan 26 12:39:09 2017 +0300

----------------------------------------------------------------------
 .../replicated/GridCacheReplicatedUnswapAdvancedSelfTest.java     | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ignite/blob/196c0ac3/modules/core/src/test/java/org/apache/ignite/internal/processors/cache/distributed/replicated/GridCacheReplicatedUnswapAdvancedSelfTest.java
----------------------------------------------------------------------
diff --git a/modules/core/src/test/java/org/apache/ignite/internal/processors/cache/distributed/replicated/GridCacheReplicatedUnswapAdvancedSelfTest.java b/modules/core/src/test/java/org/apache/ignite/internal/processors/cache/distributed/replicated/GridCacheReplicatedUnswapAdvancedSelfTest.java
index 006cb87..f820593 100644
--- a/modules/core/src/test/java/org/apache/ignite/internal/processors/cache/distributed/replicated/GridCacheReplicatedUnswapAdvancedSelfTest.java
+++ b/modules/core/src/test/java/org/apache/ignite/internal/processors/cache/distributed/replicated/GridCacheReplicatedUnswapAdvancedSelfTest.java
@@ -69,8 +69,7 @@ public class GridCacheReplicatedUnswapAdvancedSelfTest extends GridCommonAbstrac
      * @throws Exception If failed.
      */
     public void testUnswapAdvanced() throws Exception {
-        //TODO GG-11141
-        fail();
+        fail("https://issues.apache.org/jira/browse/IGNITE-4551");
 
         Ignite g1 = startGrid(1);
         Ignite g2 = startGrid(2);