File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
server/src/test/java/org/opensearch/index/engine Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change 1818import org .apache .lucene .store .FilterIndexOutput ;
1919import org .apache .lucene .store .IOContext ;
2020import org .apache .lucene .store .IndexOutput ;
21+ import org .apache .lucene .tests .util .LuceneTestCase ;
2122import org .opensearch .common .CheckedBiFunction ;
2223import org .opensearch .common .lease .Releasable ;
2324import org .opensearch .common .lucene .uid .Versions ;
4445import static org .opensearch .index .seqno .SequenceNumbers .UNASSIGNED_SEQ_NO ;
4546import static org .mockito .Mockito .mock ;
4647
48+ @ LuceneTestCase .AwaitsFix (bugUrl = "https://github.com/opensearch-project/OpenSearch/issues/20005" )
4749public class CompositeIndexWriterForAppendTests extends CriteriaBasedCompositeIndexWriterBaseTests {
4850
4951 // For refresh
You can’t perform that action at this time.
0 commit comments