Skip to content

Commit a48be3f

Browse files
committed
AwaitsFix #testRecoveryAfterPrimaryPromotion
Relates #28209
1 parent 326fa1c commit a48be3f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

server/src/test/java/org/elasticsearch/index/replication/RecoveryDuringReplicationTests.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -213,6 +213,7 @@ public void testRecoveryToReplicaThatReceivedExtraDocument() throws Exception {
213213
}
214214

215215
@TestLogging("org.elasticsearch.index.shard:TRACE,org.elasticsearch.indices.recovery:TRACE")
216+
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/28209")
216217
public void testRecoveryAfterPrimaryPromotion() throws Exception {
217218
try (ReplicationGroup shards = createGroup(2)) {
218219
shards.startAll();

0 commit comments

Comments
 (0)