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 2017/10/24 08:47:45 UTC

[38/50] [abbrv] ignite git commit: IGNITE-5741 Enable test after fix - Fixes #2865.

IGNITE-5741 Enable test after fix - Fixes #2865.

Signed-off-by: Alexey Goncharuk <al...@gmail.com>


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

Branch: refs/heads/ignite-3478-tree
Commit: 1294bef48d79f41e4223f64220663e4bd0718f90
Parents: fcabfca
Author: dpavlov <dp...@gridgain.com>
Authored: Mon Oct 23 17:14:03 2017 +0300
Committer: Alexey Goncharuk <al...@gmail.com>
Committed: Mon Oct 23 17:14:03 2017 +0300

----------------------------------------------------------------------
 .../cache/persistence/db/IgnitePdsWholeClusterRestartTest.java     | 2 --
 1 file changed, 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ignite/blob/1294bef4/modules/core/src/test/java/org/apache/ignite/internal/processors/cache/persistence/db/IgnitePdsWholeClusterRestartTest.java
----------------------------------------------------------------------
diff --git a/modules/core/src/test/java/org/apache/ignite/internal/processors/cache/persistence/db/IgnitePdsWholeClusterRestartTest.java b/modules/core/src/test/java/org/apache/ignite/internal/processors/cache/persistence/db/IgnitePdsWholeClusterRestartTest.java
index 91380f0..f52f446 100644
--- a/modules/core/src/test/java/org/apache/ignite/internal/processors/cache/persistence/db/IgnitePdsWholeClusterRestartTest.java
+++ b/modules/core/src/test/java/org/apache/ignite/internal/processors/cache/persistence/db/IgnitePdsWholeClusterRestartTest.java
@@ -108,8 +108,6 @@ public class IgnitePdsWholeClusterRestartTest extends GridCommonAbstractTest {
      * @throws Exception if failed.
      */
     public void testRestarts() throws Exception {
-        fail("https://issues.apache.org/jira/browse/IGNITE-5741");
-
         startGrids(GRID_CNT);
 
         ignite(0).active(true);