parent
cc7093645c
commit
93d419b9c8
|
@ -23,6 +23,12 @@ import static org.hamcrest.Matchers.equalTo;
|
|||
|
||||
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);
|
||||
|
||||
|
@ -90,6 +96,7 @@ public class CcrRollingUpgradeIT extends AbstractMultiClusterUpgradeTestCase {
|
|||
}
|
||||
}
|
||||
|
||||
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/59625")
|
||||
public void testAutoFollowing() throws Exception {
|
||||
String leaderIndex1 = "logs-20200101";
|
||||
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 {
|
||||
if (upgradeState != UpgradeState.ALL) {
|
||||
return;
|
||||
|
@ -235,6 +243,7 @@ public class CcrRollingUpgradeIT extends AbstractMultiClusterUpgradeTestCase {
|
|||
}
|
||||
}
|
||||
|
||||
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/59625")
|
||||
public void testBiDirectionalIndexFollowing() throws Exception {
|
||||
logger.info("clusterName={}, upgradeState={}", clusterName, upgradeState);
|
||||
|
||||
|
|
Loading…
Reference in New Issue