|
43 | 43 | import org.elasticsearch.plugins.Plugin; |
44 | 44 | import org.elasticsearch.snapshots.RestoreInfo; |
45 | 45 | import org.elasticsearch.snapshots.RestoreService; |
46 | | -import org.elasticsearch.test.junit.annotations.TestLogging; |
47 | 46 | import org.elasticsearch.test.transport.MockTransportService; |
48 | 47 | import org.elasticsearch.transport.ConnectTransportException; |
49 | 48 | import org.elasticsearch.transport.RemoteTransportException; |
@@ -266,7 +265,6 @@ public void testRetentionLeaseIsRenewedDuringRecovery() throws Exception { |
266 | 265 |
|
267 | 266 | } |
268 | 267 |
|
269 | | - @AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/40089") |
270 | 268 | public void testRetentionLeasesAreNotBeingRenewedAfterRecoveryCompletes() throws Exception { |
271 | 269 | final String leaderIndex = "leader"; |
272 | 270 | final int numberOfShards = randomIntBetween(1, 3); |
@@ -463,7 +461,6 @@ public void testUnfollowRemovesRetentionLeases() throws Exception { |
463 | 461 | } |
464 | 462 | } |
465 | 463 |
|
466 | | - @AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/40089") |
467 | 464 | public void testUnfollowFailsToRemoveRetentionLeases() throws Exception { |
468 | 465 | final String leaderIndex = "leader"; |
469 | 466 | final String followerIndex = "follower"; |
@@ -534,7 +531,6 @@ public void testUnfollowFailsToRemoveRetentionLeases() throws Exception { |
534 | 531 | } |
535 | 532 | } |
536 | 533 |
|
537 | | - @AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/40089") |
538 | 534 | public void testRetentionLeaseRenewedWhileFollowing() throws Exception { |
539 | 535 | final String leaderIndex = "leader"; |
540 | 536 | final String followerIndex = "follower"; |
@@ -618,7 +614,6 @@ public void testRetentionLeaseAdvancesWhileFollowing() throws Exception { |
618 | 614 | } |
619 | 615 |
|
620 | 616 | @AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/39509") |
621 | | - @TestLogging(value = "org.elasticsearch.xpack.ccr:trace") |
622 | 617 | public void testRetentionLeaseRenewalIsCancelledWhenFollowingIsPaused() throws Exception { |
623 | 618 | final String leaderIndex = "leader"; |
624 | 619 | final String followerIndex = "follower"; |
@@ -748,7 +743,6 @@ public void testRetentionLeaseRenewalIsResumedWhenFollowingIsResumed() throws Ex |
748 | 743 | assertRetentionLeaseRenewal(numberOfShards, numberOfReplicas, followerIndex, leaderIndex); |
749 | 744 | } |
750 | 745 |
|
751 | | - @AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/40089") |
752 | 746 | public void testRetentionLeaseIsAddedIfItDisappearsWhileFollowing() throws Exception { |
753 | 747 | final String leaderIndex = "leader"; |
754 | 748 | final String followerIndex = "follower"; |
|
0 commit comments