File tree 1 file changed +2
-0
lines changed
server/src/internalClusterTest/java/org/opensearch/indices/replication
1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change 20
20
import org .apache .lucene .index .IndexWriter ;
21
21
import org .apache .lucene .index .IndexWriterConfig ;
22
22
import org .apache .lucene .index .SegmentInfos ;
23
+ import org .apache .lucene .tests .util .LuceneTestCase ;
23
24
import org .apache .lucene .tests .util .TestUtil ;
24
25
import org .apache .lucene .util .BytesRef ;
25
26
import org .opensearch .action .admin .cluster .stats .ClusterStatsResponse ;
110
111
/**
111
112
* This class runs Segment Replication Integ test suite with partial locality indices (warm indices).
112
113
*/
114
+ @ LuceneTestCase .AwaitsFix (bugUrl = "https://github.com/opensearch-project/OpenSearch/issues/18157" )
113
115
@ OpenSearchIntegTestCase .ClusterScope (scope = OpenSearchIntegTestCase .Scope .TEST , numDataNodes = 0 )
114
116
@ ThreadLeakFilters (filters = CleanerDaemonThreadLeakFilter .class )
115
117
public class WarmIndexSegmentReplicationIT extends SegmentReplicationBaseIT {
You can’t perform that action at this time.
0 commit comments