This is an automated email from the ASF dual-hosted git repository.
ngupta 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 084b1f1 OAK-9561 |Ignoring flaky test till it's fixed to unblock
builds.
084b1f1 is described below
commit 084b1f11556f9abf60388c6892f3330c11b9ba1b
Author: nit0906 <[email protected]>
AuthorDate: Fri Sep 3 10:51:42 2021 +0530
OAK-9561 |Ignoring flaky test till it's fixed to unblock builds.
---
.../oak/plugins/index/lucene/hybrid/DelayedFacetReadTest.java | 2 ++
1 file changed, 2 insertions(+)
diff --git
a/oak-lucene/src/test/java/org/apache/jackrabbit/oak/plugins/index/lucene/hybrid/DelayedFacetReadTest.java
b/oak-lucene/src/test/java/org/apache/jackrabbit/oak/plugins/index/lucene/hybrid/DelayedFacetReadTest.java
index c33270e..423e828 100644
---
a/oak-lucene/src/test/java/org/apache/jackrabbit/oak/plugins/index/lucene/hybrid/DelayedFacetReadTest.java
+++
b/oak-lucene/src/test/java/org/apache/jackrabbit/oak/plugins/index/lucene/hybrid/DelayedFacetReadTest.java
@@ -185,6 +185,8 @@ public class DelayedFacetReadTest extends AbstractQueryTest
{
This test's counter part is
MultithreadedOldLuceneFacetProviderReadFailureTest which test old
implementation having race condition on index reader opening
and closing. The test in
MultithreadedOldLuceneFacetProviderReadFailureTest is marked as ignored but can
be tested on demand.
*/
+ // OAK-9561 Flaky test
+ @Ignore
@Test
public void facet() throws Exception {
// Explicitly setting following configs to run
DelayedLuceneFacetProvider and a thread sleep of 50 ms in refresh readers.
Refer: OAK-8898