Skip to content

Commit 3f3bcb2

Browse files
DaveCTurnerdavidkyle
authored andcommitted
AwaitsFix testForceStaleReplicaToBePromotedToPrimary
Relates #44049
1 parent 3129f5b commit 3f3bcb2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

server/src/test/java/org/elasticsearch/cluster/routing/PrimaryAllocationIT.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -222,6 +222,7 @@ public void testFailedAllocationOfStalePrimaryToDataNodeWithNoData() throws Exce
222222
.getShards().get(0).primaryShard().unassignedInfo().getReason(), equalTo(UnassignedInfo.Reason.NODE_LEFT));
223223
}
224224

225+
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/44049")
225226
public void testForceStaleReplicaToBePromotedToPrimary() throws Exception {
226227
logger.info("--> starting 3 nodes, 1 master, 2 data");
227228
String master = internalCluster().startMasterOnlyNode(Settings.EMPTY);

0 commit comments

Comments
 (0)