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/06/27 09:46:01 UTC

[ignite-3] branch main updated: IGNITE-17230 Muted FilePageStoreManagerTest.testStopAllGroupFilePageStores

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

sk0x50 pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/ignite-3.git


The following commit(s) were added to refs/heads/main by this push:
     new aa9f55dea IGNITE-17230 Muted FilePageStoreManagerTest.testStopAllGroupFilePageStores
aa9f55dea is described below

commit aa9f55deaa60b9ccf2564cb8aa04fe6f2ccc9691
Author: Slava Koptilin <sl...@gmail.com>
AuthorDate: Mon Jun 27 12:45:47 2022 +0300

    IGNITE-17230 Muted FilePageStoreManagerTest.testStopAllGroupFilePageStores
---
 .../internal/pagememory/persistence/store/FilePageStoreManagerTest.java | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/modules/page-memory/src/test/java/org/apache/ignite/internal/pagememory/persistence/store/FilePageStoreManagerTest.java b/modules/page-memory/src/test/java/org/apache/ignite/internal/pagememory/persistence/store/FilePageStoreManagerTest.java
index cb19968bc..c3a65327c 100644
--- a/modules/page-memory/src/test/java/org/apache/ignite/internal/pagememory/persistence/store/FilePageStoreManagerTest.java
+++ b/modules/page-memory/src/test/java/org/apache/ignite/internal/pagememory/persistence/store/FilePageStoreManagerTest.java
@@ -48,6 +48,7 @@ import org.apache.ignite.internal.testframework.WorkDirectory;
 import org.apache.ignite.internal.testframework.WorkDirectoryExtension;
 import org.apache.ignite.lang.IgniteInternalCheckedException;
 import org.apache.ignite.lang.IgniteLogger;
+import org.junit.jupiter.api.Disabled;
 import org.junit.jupiter.api.Test;
 import org.junit.jupiter.api.extension.ExtendWith;
 
@@ -195,6 +196,7 @@ public class FilePageStoreManagerTest {
     }
 
     @Test
+    @Disabled("https://issues.apache.org/jira/browse/IGNITE-17230")
     void testStopAllGroupFilePageStores() throws Exception {
         // Checks without clean files.