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

sanpwc 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 7ac673ab7e IGNITE-19427 
ItPageMemoryStorageExampleTest.testPersistentExample() is muted. (#2027)
7ac673ab7e is described below

commit 7ac673ab7e50834850e18164f3c184bc2cb85b77
Author: Sergey Uttsel <[email protected]>
AuthorDate: Fri May 5 14:50:03 2023 +0300

    IGNITE-19427 ItPageMemoryStorageExampleTest.testPersistentExample() is 
muted. (#2027)
---
 .../apache/ignite/example/storage/ItPageMemoryStorageExampleTest.java   | 2 ++
 1 file changed, 2 insertions(+)

diff --git 
a/examples/src/integrationTest/java/org/apache/ignite/example/storage/ItPageMemoryStorageExampleTest.java
 
b/examples/src/integrationTest/java/org/apache/ignite/example/storage/ItPageMemoryStorageExampleTest.java
index 8a51270f65..be4671933d 100644
--- 
a/examples/src/integrationTest/java/org/apache/ignite/example/storage/ItPageMemoryStorageExampleTest.java
+++ 
b/examples/src/integrationTest/java/org/apache/ignite/example/storage/ItPageMemoryStorageExampleTest.java
@@ -25,6 +25,7 @@ import 
org.apache.ignite.internal.storage.pagememory.PersistentPageMemoryStorage
 import 
org.apache.ignite.internal.storage.pagememory.VolatilePageMemoryStorageEngine;
 import 
org.apache.ignite.internal.storage.pagememory.configuration.schema.PersistentPageMemoryStorageEngineConfiguration;
 import 
org.apache.ignite.internal.storage.pagememory.configuration.schema.VolatilePageMemoryStorageEngineConfiguration;
+import org.junit.jupiter.api.Disabled;
 import org.junit.jupiter.api.Test;
 
 /**
@@ -32,6 +33,7 @@ import org.junit.jupiter.api.Test;
  */
 public class ItPageMemoryStorageExampleTest extends AbstractExamplesTest {
     @Test
+    @Disabled("https://issues.apache.org/jira/browse/IGNITE-19427";)
     public void testPersistentExample() throws Exception {
         addPersistentDataRegionConfig("persistent");
 

Reply via email to