[TEST] adds AwaitsFix on two failing tests
This commit is contained in:
parent
6f2222f8fb
commit
f436a06971
|
@ -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,
|
||||
|
|
|
@ -206,6 +206,7 @@ public class OldIndexBackwardsCompatibilityIT extends ESIntegTestCase {
|
|||
}
|
||||
}
|
||||
|
||||
@AwaitsFix(bugUrl = "")
|
||||
public void testOldIndexes() throws Exception {
|
||||
setupCluster();
|
||||
|
||||
|
|
Loading…
Reference in New Issue