We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c6e4bcd commit bb78930Copy full SHA for bb78930
server/src/internalClusterTest/java/org/opensearch/remotestore/ReplicaToPrimaryPromotionIT.java
@@ -122,6 +122,7 @@ public void testPromoteReplicaToPrimary() throws Exception {
122
assertHitCount(client().prepareSearch(indexName).setSize(0).get(), numOfDocs);
123
}
124
125
+ @AwaitsFix(bugUrl = "https://github.com/opensearch-project/OpenSearch/issues/9130")
126
public void testFailoverWhileIndexing() throws Exception {
127
internalCluster().startNode();
128
0 commit comments