Mute two tests in FlushIT with @AwaitsFix.

The issue is being tracked in #29392.
This commit is contained in:
Julie Tibshirani 2018-05-10 23:16:35 -07:00
parent a82acac3e7
commit 73b08d937b
1 changed files with 2 additions and 0 deletions

View File

@ -255,6 +255,7 @@ public class FlushIT extends ESIntegTestCase {
}
@TestLogging("_root:DEBUG")
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/29392")
public void testSyncedFlushSkipOutOfSyncReplicas() throws Exception {
internalCluster().ensureAtLeastNumDataNodes(between(2, 3));
final int numberOfReplicas = internalCluster().numDataNodes() - 1;
@ -297,6 +298,7 @@ public class FlushIT extends ESIntegTestCase {
}
@TestLogging("_root:DEBUG")
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/29392")
public void testDoNotRenewSyncedFlushWhenAllSealed() throws Exception {
internalCluster().ensureAtLeastNumDataNodes(between(2, 3));
final int numberOfReplicas = internalCluster().numDataNodes() - 1;