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 9e4e54d commit d8cc450Copy full SHA for d8cc450
server/src/internalClusterTest/java/org/opensearch/indices/replication/SegmentReplicationIT.java
@@ -435,6 +435,7 @@ public void testNodeDropWithOngoingReplication() throws Exception {
435
refresh(INDEX_NAME);
436
blockFileCopy.countDown();
437
internalCluster().stopRandomNode(InternalTestCluster.nameFilter(primaryNode));
438
+ ensureYellow(INDEX_NAME);
439
assertBusy(() -> { assertDocCounts(docCount, replicaNode); });
440
state = client().admin().cluster().prepareState().execute().actionGet().getState();
441
// replica now promoted as primary should have same allocation id
0 commit comments