Skip to content

Commit 57705ec

Browse files
committed
Mute CcrRetentionLeaseIT tests (#40090)
1 parent 315e539 commit 57705ec

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

x-pack/plugin/ccr/src/test/java/org/elasticsearch/xpack/ccr/CcrRetentionLeaseIT.java

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -266,6 +266,7 @@ public void testRetentionLeaseIsRenewedDuringRecovery() throws Exception {
266266

267267
}
268268

269+
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/40089")
269270
public void testRetentionLeasesAreNotBeingRenewedAfterRecoveryCompletes() throws Exception {
270271
final String leaderIndex = "leader";
271272
final int numberOfShards = randomIntBetween(1, 3);
@@ -462,6 +463,7 @@ public void testUnfollowRemovesRetentionLeases() throws Exception {
462463
}
463464
}
464465

466+
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/40089")
465467
public void testUnfollowFailsToRemoveRetentionLeases() throws Exception {
466468
final String leaderIndex = "leader";
467469
final String followerIndex = "follower";
@@ -532,6 +534,7 @@ public void testUnfollowFailsToRemoveRetentionLeases() throws Exception {
532534
}
533535
}
534536

537+
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/40089")
535538
public void testRetentionLeaseRenewedWhileFollowing() throws Exception {
536539
final String leaderIndex = "leader";
537540
final String followerIndex = "follower";
@@ -745,6 +748,7 @@ public void testRetentionLeaseRenewalIsResumedWhenFollowingIsResumed() throws Ex
745748
assertRetentionLeaseRenewal(numberOfShards, numberOfReplicas, followerIndex, leaderIndex);
746749
}
747750

751+
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/40089")
748752
public void testRetentionLeaseIsAddedIfItDisappearsWhileFollowing() throws Exception {
749753
final String leaderIndex = "leader";
750754
final String followerIndex = "follower";

0 commit comments

Comments
 (0)