Skip to content

Commit

Permalink
Mute CcrRollingUpgradeIT
Browse files Browse the repository at this point in the history
Tracked at #59625
  • Loading branch information
dnhatn committed Jul 16, 2020
1 parent 834bc2b commit 9034268
Showing 1 changed file with 9 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,12 @@

public class CcrRollingUpgradeIT extends AbstractMultiClusterUpgradeTestCase {

// TODO: Remove this empty test
public void testEmpty() {

}

@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/59625")
public void testUniDirectionalIndexFollowing() throws Exception {
logger.info("clusterName={}, upgradeState={}", clusterName, upgradeState);

Expand Down Expand Up @@ -90,6 +96,7 @@ public void testUniDirectionalIndexFollowing() throws Exception {
}
}

@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/59625")
public void testAutoFollowing() throws Exception {
String leaderIndex1 = "logs-20200101";
String leaderIndex2 = "logs-20200102";
Expand Down Expand Up @@ -208,6 +215,7 @@ public void testAutoFollowing() throws Exception {
}
}

@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/59625")
public void testCannotFollowLeaderInUpgradedCluster() throws Exception {
if (upgradeState != UpgradeState.ALL) {
return;
Expand Down Expand Up @@ -235,6 +243,7 @@ public void testCannotFollowLeaderInUpgradedCluster() throws Exception {
}
}

@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/59625")
public void testBiDirectionalIndexFollowing() throws Exception {
logger.info("clusterName={}, upgradeState={}", clusterName, upgradeState);

Expand Down

0 comments on commit 9034268

Please sign in to comment.