You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ignite.apache.org by sk...@apache.org on 2022/09/22 19:29:36 UTC

[ignite] branch master updated: IGNITE-17719 Muted IgnitePdsThreadInterruptionTest.testInterruptsOnWALWrite

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

sk0x50 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 050841400db IGNITE-17719 Muted IgnitePdsThreadInterruptionTest.testInterruptsOnWALWrite
050841400db is described below

commit 050841400db212aee26bee9bd30d0f7b61309009
Author: Slava Koptilin <sl...@gmail.com>
AuthorDate: Thu Sep 22 22:29:03 2022 +0300

    IGNITE-17719 Muted IgnitePdsThreadInterruptionTest.testInterruptsOnWALWrite
---
 .../cache/persistence/db/file/IgnitePdsThreadInterruptionTest.java      | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/modules/core/src/test/java/org/apache/ignite/internal/processors/cache/persistence/db/file/IgnitePdsThreadInterruptionTest.java b/modules/core/src/test/java/org/apache/ignite/internal/processors/cache/persistence/db/file/IgnitePdsThreadInterruptionTest.java
index 33b0bc0f92d..076db8fdeda 100644
--- a/modules/core/src/test/java/org/apache/ignite/internal/processors/cache/persistence/db/file/IgnitePdsThreadInterruptionTest.java
+++ b/modules/core/src/test/java/org/apache/ignite/internal/processors/cache/persistence/db/file/IgnitePdsThreadInterruptionTest.java
@@ -40,6 +40,7 @@ import org.apache.ignite.testframework.junits.common.GridCommonAbstractTest;
 import org.junit.After;
 import org.junit.Assert;
 import org.junit.Before;
+import org.junit.Ignore;
 import org.junit.Test;
 
 /**
@@ -189,6 +190,7 @@ public class IgnitePdsThreadInterruptionTest extends GridCommonAbstractTest {
      * @throws Exception If failed.
      */
     @Test
+    @Ignore("https://issues.apache.org/jira/browse/IGNITE-17719")
     public void testInterruptsOnWALWrite() throws Exception {
         Ignite ignite = startGrid();