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

amitj pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/jackrabbit-oak.git


The following commit(s) were added to refs/heads/trunk by this push:
     new 13889a17d1 OAK-10495: Ignore DocumentStoreIndexerIT#parallelReindex* 
tests  (#1157)
13889a17d1 is described below

commit 13889a17d143d7a24b2907f6626f3c03f7ed07a1
Author: Amit Jain <[email protected]>
AuthorDate: Tue Oct 17 14:45:10 2023 +0530

    OAK-10495: Ignore DocumentStoreIndexerIT#parallelReindex* tests  (#1157)
    
    - Ignored tests
    
    Co-authored-by: amjain <[email protected]>
---
 .../java/org/apache/jackrabbit/oak/index/DocumentStoreIndexerIT.java  | 4 ++++
 1 file changed, 4 insertions(+)

diff --git 
a/oak-run/src/test/java/org/apache/jackrabbit/oak/index/DocumentStoreIndexerIT.java
 
b/oak-run/src/test/java/org/apache/jackrabbit/oak/index/DocumentStoreIndexerIT.java
index cb41b1093d..2b632d64ba 100644
--- 
a/oak-run/src/test/java/org/apache/jackrabbit/oak/index/DocumentStoreIndexerIT.java
+++ 
b/oak-run/src/test/java/org/apache/jackrabbit/oak/index/DocumentStoreIndexerIT.java
@@ -60,6 +60,7 @@ import org.junit.After;
 import org.junit.Assume;
 import org.junit.Before;
 import org.junit.BeforeClass;
+import org.junit.Ignore;
 import org.junit.Rule;
 import org.junit.Test;
 import org.junit.contrib.java.lang.system.RestoreSystemProperties;
@@ -168,6 +169,7 @@ public class DocumentStoreIndexerIT extends 
LuceneAbstractIndexCommandTest {
     }
 
     @Test
+    @Ignore("OAK-10495")
     public void parallelReindex() throws Exception {
         LOG.info("Starting parallelReindex");
         System.setProperty(IndexStoreUtils.OAK_INDEXER_USE_LZ4, "false");
@@ -176,6 +178,7 @@ public class DocumentStoreIndexerIT extends 
LuceneAbstractIndexCommandTest {
     }
 
     @Test
+    @Ignore("OAK-10495")
     public void parallelReindexWithLZ4() throws Exception {
         LOG.info("Starting parallelReindexWithLZ4");
         System.setProperty(OAK_INDEXER_USE_LZ4, "true");
@@ -378,6 +381,7 @@ public class DocumentStoreIndexerIT extends 
LuceneAbstractIndexCommandTest {
     }
 
     @Test
+    @Ignore("OAK-10495")
     public void testParallelIndexing() throws Exception {
         
System.setProperty(IndexerConfiguration.PROP_OAK_INDEXER_PARALLEL_INDEX, 
"true");
         
System.setProperty(IndexerConfiguration.PROP_OAK_INDEXER_THREAD_POOL_SIZE, "2");

Reply via email to