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

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


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

commit 96f64e1d422779ea6ef33dd81bf648f166fbe2a9
Author: amjain <[email protected]>
AuthorDate: Tue Oct 17 13:28:02 2023 +0530

    OAK-10495: Ignore DocumentStoreIndexerIT#parallelReindex* tests
    
    - Ignored testParallelIndexing test as well
---
 .../java/org/apache/jackrabbit/oak/index/DocumentStoreIndexerIT.java     | 1 +
 1 file changed, 1 insertion(+)

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 69edd00839..f22ecc70fd 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
@@ -380,6 +380,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