Skip to content

Commit

Permalink
Mute FlushIT tests
Browse files Browse the repository at this point in the history
We have identified the source causing these tests failed.
This commit mutes them again until we have a proper fix.

Relates #29392
  • Loading branch information
dnhatn committed May 30, 2018
1 parent facbb2b commit b834254
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -254,6 +254,7 @@ private String syncedFlushDescription(ShardsSyncedFlushResult result) {
result.totalShards(), result.failed(), result.failureReason(), detail);
}

@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/29392")
@TestLogging("_root:DEBUG,org.elasticsearch.indices.flush:TRACE")
public void testSyncedFlushSkipOutOfSyncReplicas() throws Exception {
internalCluster().ensureAtLeastNumDataNodes(between(2, 3));
Expand Down Expand Up @@ -296,6 +297,7 @@ public void testSyncedFlushSkipOutOfSyncReplicas() throws Exception {
assertThat(fullResult.successfulShards(), equalTo(numberOfReplicas + 1));
}

@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/29392")
@TestLogging("_root:DEBUG,org.elasticsearch.indices.flush:TRACE")
public void testDoNotRenewSyncedFlushWhenAllSealed() throws Exception {
internalCluster().ensureAtLeastNumDataNodes(between(2, 3));
Expand Down

0 comments on commit b834254

Please sign in to comment.