You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by ma...@apache.org on 2021/04/16 19:27:27 UTC

[lucene] branch main updated: Temporarily mute BaseTermVectorsFormatTestCase::testMerge (#89)

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

mayya pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/lucene.git


The following commit(s) were added to refs/heads/main by this push:
     new 52e2abc  Temporarily mute BaseTermVectorsFormatTestCase::testMerge (#89)
52e2abc is described below

commit 52e2abc6653b48050f3c64eff693d4d4101945be
Author: Mayya Sharipova <ma...@elastic.co>
AuthorDate: Fri Apr 16 15:27:17 2021 -0400

    Temporarily mute BaseTermVectorsFormatTestCase::testMerge (#89)
    
    Relates to #11, and #86
---
 .../src/java/org/apache/lucene/index/BaseTermVectorsFormatTestCase.java  | 1 +
 1 file changed, 1 insertion(+)

diff --git a/lucene/test-framework/src/java/org/apache/lucene/index/BaseTermVectorsFormatTestCase.java b/lucene/test-framework/src/java/org/apache/lucene/index/BaseTermVectorsFormatTestCase.java
index 0d0604e..4928532 100644
--- a/lucene/test-framework/src/java/org/apache/lucene/index/BaseTermVectorsFormatTestCase.java
+++ b/lucene/test-framework/src/java/org/apache/lucene/index/BaseTermVectorsFormatTestCase.java
@@ -667,6 +667,7 @@ public abstract class BaseTermVectorsFormatTestCase extends BaseIndexFileFormatT
     dir.close();
   }
 
+  @AwaitsFix(bugUrl = "https://issues.apache.org/jira/browse/LUCENE-9334")
   public void testMerge() throws IOException {
     final RandomDocumentFactory docFactory = new RandomDocumentFactory(5, 20);
     final int numDocs = atLeast(100);