Skip to content

Commit

Permalink
AwaitsFix #testRecoveryAfterPrimaryPromotion
Browse files Browse the repository at this point in the history
  • Loading branch information
dnhatn committed Jan 13, 2018
1 parent 82722eb commit fafdb8d
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -215,6 +215,7 @@ public void testRecoveryToReplicaThatReceivedExtraDocument() throws Exception {
}

@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 {
try (ReplicationGroup shards = createGroup(2)) {
shards.startAll();
Expand Down

0 comments on commit fafdb8d

Please sign in to comment.