AwaitsFix testForceStaleReplicaToBePromotedToPrimary

Relates #44049
This commit is contained in:
David Turner 2019-07-08 06:22:36 +01:00 committed by David Kyle
parent 3129f5b42e
commit 3f3bcb23c2
1 changed files with 1 additions and 0 deletions

View File

@ -222,6 +222,7 @@ public class PrimaryAllocationIT extends ESIntegTestCase {
.getShards().get(0).primaryShard().unassignedInfo().getReason(), equalTo(UnassignedInfo.Reason.NODE_LEFT));
}
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/44049")
public void testForceStaleReplicaToBePromotedToPrimary() throws Exception {
logger.info("--> starting 3 nodes, 1 master, 2 data");
String master = internalCluster().startMasterOnlyNode(Settings.EMPTY);