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 2020/05/13 15:58:22 UTC

[ignite] branch master updated: IGNITE-12780: Ignore failing and hanging due to deadlock IgniteSequentialNodeCrashRecoveryTest (#7801)

This is an automated email from the ASF dual-hosted git repository.

av pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ignite.git


The following commit(s) were added to refs/heads/master by this push:
     new e5dd754  IGNITE-12780: Ignore failing and hanging due to deadlock IgniteSequentialNodeCrashRecoveryTest (#7801)
e5dd754 is described below

commit e5dd754b054cab2c3e58b6087d460b61d8c94575
Author: Ivan Daschinskiy <iv...@gmail.com>
AuthorDate: Wed May 13 18:57:57 2020 +0300

    IGNITE-12780: Ignore failing and hanging due to deadlock IgniteSequentialNodeCrashRecoveryTest (#7801)
---
 .../cache/persistence/db/IgniteSequentialNodeCrashRecoveryTest.java     | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/modules/core/src/test/java/org/apache/ignite/internal/processors/cache/persistence/db/IgniteSequentialNodeCrashRecoveryTest.java b/modules/core/src/test/java/org/apache/ignite/internal/processors/cache/persistence/db/IgniteSequentialNodeCrashRecoveryTest.java
index b4ad8c8..27e387f 100644
--- a/modules/core/src/test/java/org/apache/ignite/internal/processors/cache/persistence/db/IgniteSequentialNodeCrashRecoveryTest.java
+++ b/modules/core/src/test/java/org/apache/ignite/internal/processors/cache/persistence/db/IgniteSequentialNodeCrashRecoveryTest.java
@@ -53,6 +53,7 @@ import org.apache.ignite.internal.util.typedef.internal.S;
 import org.apache.ignite.internal.util.typedef.internal.U;
 import org.apache.ignite.testframework.GridTestUtils;
 import org.apache.ignite.testframework.junits.common.GridCommonAbstractTest;
+import org.junit.Ignore;
 import org.junit.Test;
 
 /**
@@ -113,6 +114,7 @@ public class IgniteSequentialNodeCrashRecoveryTest extends GridCommonAbstractTes
      * @throws Exception if failed.
      */
     @Test
+    @Ignore("https://issues.apache.org/jira/browse/IGNITE-12780")
     public void testCrashOnCheckpointAfterLogicalRecovery() throws Exception {
         IgniteEx g = startGrid(0);