[TEST] awaitFix FullClusterRestartIT testWatcher&testSecurityNativeRealm

Original commit: elastic/x-pack-elasticsearch@5dae5e9b07
This commit is contained in:
Tal Levy 2018-02-16 11:49:42 -08:00
parent 5a445c82fb
commit e22b9aed86
1 changed files with 2 additions and 0 deletions

View File

@ -115,6 +115,7 @@ public class FullClusterRestartIT extends ESRestTestCase {
} }
@SuppressWarnings("unchecked") @SuppressWarnings("unchecked")
@AwaitsFix(bugUrl = "https://github.com/elastic/x-pack-elasticsearch/issues/3975")
public void testSecurityNativeRealm() throws Exception { public void testSecurityNativeRealm() throws Exception {
if (runningAgainstOldCluster) { if (runningAgainstOldCluster) {
createUser("preupgrade_user"); createUser("preupgrade_user");
@ -188,6 +189,7 @@ public class FullClusterRestartIT extends ESRestTestCase {
waitForClusterStats(expectedVersion); waitForClusterStats(expectedVersion);
} }
@AwaitsFix(bugUrl = "https://github.com/elastic/x-pack-elasticsearch/issues/3975")
public void testWatcher() throws Exception { public void testWatcher() throws Exception {
if (runningAgainstOldCluster) { if (runningAgainstOldCluster) {
logger.info("Adding a watch on old cluster {}", oldClusterVersion); logger.info("Adding a watch on old cluster {}", oldClusterVersion);