Mute two tests in FlushIT with @AwaitsFix.
The issue is being tracked in #29392.
This commit is contained in:
parent
a82acac3e7
commit
73b08d937b
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue