Mute CcrRollingUpgradeIT

Tracked at #59625
This commit is contained in:
Nhat Nguyen 2020-07-15 14:41:21 -04:00
parent cc7093645c
commit 93d419b9c8
1 changed files with 9 additions and 0 deletions

View File

@ -23,6 +23,12 @@ import static org.hamcrest.Matchers.equalTo;
public class CcrRollingUpgradeIT extends AbstractMultiClusterUpgradeTestCase { 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 { public void testUniDirectionalIndexFollowing() throws Exception {
logger.info("clusterName={}, upgradeState={}", clusterName, upgradeState); logger.info("clusterName={}, upgradeState={}", clusterName, upgradeState);
@ -90,6 +96,7 @@ public class CcrRollingUpgradeIT extends AbstractMultiClusterUpgradeTestCase {
} }
} }
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/59625")
public void testAutoFollowing() throws Exception { public void testAutoFollowing() throws Exception {
String leaderIndex1 = "logs-20200101"; String leaderIndex1 = "logs-20200101";
String leaderIndex2 = "logs-20200102"; String leaderIndex2 = "logs-20200102";
@ -208,6 +215,7 @@ public class CcrRollingUpgradeIT extends AbstractMultiClusterUpgradeTestCase {
} }
} }
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/59625")
public void testCannotFollowLeaderInUpgradedCluster() throws Exception { public void testCannotFollowLeaderInUpgradedCluster() throws Exception {
if (upgradeState != UpgradeState.ALL) { if (upgradeState != UpgradeState.ALL) {
return; return;
@ -235,6 +243,7 @@ public class CcrRollingUpgradeIT extends AbstractMultiClusterUpgradeTestCase {
} }
} }
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/59625")
public void testBiDirectionalIndexFollowing() throws Exception { public void testBiDirectionalIndexFollowing() throws Exception {
logger.info("clusterName={}, upgradeState={}", clusterName, upgradeState); logger.info("clusterName={}, upgradeState={}", clusterName, upgradeState);