mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-18 19:05:06 +00:00
Mute FlushIT tests
We have identified the source causing these tests failed. This commit mutes them again until we have a proper fix. Relates #29392
This commit is contained in:
parent
facbb2b2dc
commit
b834254862
@ -254,6 +254,7 @@ public class FlushIT extends ESIntegTestCase {
|
|||||||
result.totalShards(), result.failed(), result.failureReason(), detail);
|
result.totalShards(), result.failed(), result.failureReason(), detail);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/29392")
|
||||||
@TestLogging("_root:DEBUG,org.elasticsearch.indices.flush:TRACE")
|
@TestLogging("_root:DEBUG,org.elasticsearch.indices.flush:TRACE")
|
||||||
public void testSyncedFlushSkipOutOfSyncReplicas() throws Exception {
|
public void testSyncedFlushSkipOutOfSyncReplicas() throws Exception {
|
||||||
internalCluster().ensureAtLeastNumDataNodes(between(2, 3));
|
internalCluster().ensureAtLeastNumDataNodes(between(2, 3));
|
||||||
@ -296,6 +297,7 @@ public class FlushIT extends ESIntegTestCase {
|
|||||||
assertThat(fullResult.successfulShards(), equalTo(numberOfReplicas + 1));
|
assertThat(fullResult.successfulShards(), equalTo(numberOfReplicas + 1));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/29392")
|
||||||
@TestLogging("_root:DEBUG,org.elasticsearch.indices.flush:TRACE")
|
@TestLogging("_root:DEBUG,org.elasticsearch.indices.flush:TRACE")
|
||||||
public void testDoNotRenewSyncedFlushWhenAllSealed() throws Exception {
|
public void testDoNotRenewSyncedFlushWhenAllSealed() throws Exception {
|
||||||
internalCluster().ensureAtLeastNumDataNodes(between(2, 3));
|
internalCluster().ensureAtLeastNumDataNodes(between(2, 3));
|
||||||
|
Loading…
x
Reference in New Issue
Block a user