Skip to content

Commit

Permalink
Mute testCannotShrinkLeaderIndex (#38375)
Browse files Browse the repository at this point in the history
This test should not pass until CCR finishes integrating shard history
retention leases. It currently sometimes passes (which is a bug in the
test), but cannot pass reliably until the linked issue is resolved.
  • Loading branch information
gwbrown authored Feb 4, 2019
1 parent 6f553ab commit d87a097
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -326,6 +326,9 @@ public void testUnfollowInjectedBeforeShrink() throws Exception {
}
}

// Specifically, this is waiting for this bullet to be complete:
// - integrate shard history retention leases with cross-cluster replication
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/37165")
public void testCannotShrinkLeaderIndex() throws Exception {
String indexName = "shrink-leader-test";
String shrunkenIndexName = "shrink-" + indexName;
Expand Down

0 comments on commit d87a097

Please sign in to comment.