This commit is contained in:
Martijn van Groningen 2019-03-07 17:55:28 +01:00
parent 8043fefcf6
commit 3dfd62cf51
No known key found for this signature in database
GPG Key ID: AB236F4FCF2AF12A
1 changed files with 3 additions and 2 deletions

View File

@ -207,9 +207,10 @@ public class CcrRollingUpgradeIT extends AbstractMultiClusterUpgradeTestCase {
} }
} }
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/39355")
public void testCannotFollowLeaderInUpgradedCluster() throws Exception { public void testCannotFollowLeaderInUpgradedCluster() throws Exception {
assumeTrue("Tests only runs with upgrade_state [all]", upgradeState == UpgradeState.ALL); if (upgradeState != UpgradeState.ALL) {
return;
}
if (clusterName == ClusterName.FOLLOWER) { if (clusterName == ClusterName.FOLLOWER) {
// At this point the leader cluster has not been upgraded, but follower cluster has been upgrade. // At this point the leader cluster has not been upgraded, but follower cluster has been upgrade.