[TEST] adds AwaitsFix on two failing tests

This commit is contained in:
Ali Beyad 2017-01-31 22:42:23 -05:00
parent 6f2222f8fb
commit f436a06971
2 changed files with 4 additions and 2 deletions

View File

@ -1009,10 +1009,11 @@ public final class ClusterAllocationExplainIT extends ESIntegTestCase {
}
}
@AwaitsFix(bugUrl = "")
public void testCannotAllocateStaleReplicaExplanation() throws Exception {
logger.info("--> starting 3 nodes");
String masterNode = internalCluster().startNode();
internalCluster().startDataOnlyNodes(2);
internalCluster().startNodes(3);
String masterNode = internalCluster().getMasterName();
logger.info("--> creating an index with 1 primary and 1 replica");
createIndexAndIndexData(1, 1,

View File

@ -206,6 +206,7 @@ public class OldIndexBackwardsCompatibilityIT extends ESIntegTestCase {
}
}
@AwaitsFix(bugUrl = "")
public void testOldIndexes() throws Exception {
setupCluster();