AwaitsFix #testRecoveryAfterPrimaryPromotion

Relates #28209
This commit is contained in:
Nhat Nguyen 2018-01-13 11:43:15 -05:00
parent 82722ebad3
commit fafdb8d9e3
1 changed files with 1 additions and 0 deletions

View File

@ -215,6 +215,7 @@ public class RecoveryDuringReplicationTests extends ESIndexLevelReplicationTestC
} }
@TestLogging("org.elasticsearch.index.shard:TRACE,org.elasticsearch.indices.recovery:TRACE") @TestLogging("org.elasticsearch.index.shard:TRACE,org.elasticsearch.indices.recovery:TRACE")
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/28209")
public void testRecoveryAfterPrimaryPromotion() throws Exception { public void testRecoveryAfterPrimaryPromotion() throws Exception {
try (ReplicationGroup shards = createGroup(2)) { try (ReplicationGroup shards = createGroup(2)) {
shards.startAll(); shards.startAll();