Skip to content

Commit c0f4705

Browse files
authored
Mute WarmIndexSegmentReplicationIT (#18176)
1 parent 84f6088 commit c0f4705

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

server/src/internalClusterTest/java/org/opensearch/indices/replication/WarmIndexSegmentReplicationIT.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
import org.apache.lucene.index.IndexWriter;
2121
import org.apache.lucene.index.IndexWriterConfig;
2222
import org.apache.lucene.index.SegmentInfos;
23+
import org.apache.lucene.tests.util.LuceneTestCase;
2324
import org.apache.lucene.tests.util.TestUtil;
2425
import org.apache.lucene.util.BytesRef;
2526
import org.opensearch.action.admin.cluster.stats.ClusterStatsResponse;
@@ -110,6 +111,7 @@
110111
/**
111112
* This class runs Segment Replication Integ test suite with partial locality indices (warm indices).
112113
*/
114+
@LuceneTestCase.AwaitsFix(bugUrl = "https://github.com/opensearch-project/OpenSearch/issues/18157")
113115
@OpenSearchIntegTestCase.ClusterScope(scope = OpenSearchIntegTestCase.Scope.TEST, numDataNodes = 0)
114116
@ThreadLeakFilters(filters = CleanerDaemonThreadLeakFilter.class)
115117
public class WarmIndexSegmentReplicationIT extends SegmentReplicationBaseIT {

0 commit comments

Comments
 (0)