浏览代码

Mute CcrRetentionLeaseIT tests (#40090)

David Kyle 6 年之前
父节点
当前提交
65e97325d9
共有 1 个文件被更改,包括 4 次插入0 次删除
  1. 4 0
      x-pack/plugin/ccr/src/test/java/org/elasticsearch/xpack/ccr/CcrRetentionLeaseIT.java

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

@@ -266,6 +266,7 @@ public class CcrRetentionLeaseIT extends CcrIntegTestCase {
 
 
     }
     }
 
 
+    @AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/40089")
     public void testRetentionLeasesAreNotBeingRenewedAfterRecoveryCompletes() throws Exception {
     public void testRetentionLeasesAreNotBeingRenewedAfterRecoveryCompletes() throws Exception {
         final String leaderIndex = "leader";
         final String leaderIndex = "leader";
         final int numberOfShards = randomIntBetween(1, 3);
         final int numberOfShards = randomIntBetween(1, 3);
@@ -462,6 +463,7 @@ public class CcrRetentionLeaseIT extends CcrIntegTestCase {
         }
         }
     }
     }
 
 
+    @AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/40089")
     public void testUnfollowFailsToRemoveRetentionLeases() throws Exception {
     public void testUnfollowFailsToRemoveRetentionLeases() throws Exception {
         final String leaderIndex = "leader";
         final String leaderIndex = "leader";
         final String followerIndex = "follower";
         final String followerIndex = "follower";
@@ -532,6 +534,7 @@ public class CcrRetentionLeaseIT extends CcrIntegTestCase {
         }
         }
     }
     }
 
 
+    @AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/40089")
     public void testRetentionLeaseRenewedWhileFollowing() throws Exception {
     public void testRetentionLeaseRenewedWhileFollowing() throws Exception {
         final String leaderIndex = "leader";
         final String leaderIndex = "leader";
         final String followerIndex = "follower";
         final String followerIndex = "follower";
@@ -745,6 +748,7 @@ public class CcrRetentionLeaseIT extends CcrIntegTestCase {
         assertRetentionLeaseRenewal(numberOfShards, numberOfReplicas, followerIndex, leaderIndex);
         assertRetentionLeaseRenewal(numberOfShards, numberOfReplicas, followerIndex, leaderIndex);
     }
     }
 
 
+    @AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/40089")
     public void testRetentionLeaseIsAddedIfItDisappearsWhileFollowing() throws Exception {
     public void testRetentionLeaseIsAddedIfItDisappearsWhileFollowing() throws Exception {
         final String leaderIndex = "leader";
         final String leaderIndex = "leader";
         final String followerIndex = "follower";
         final String followerIndex = "follower";