parent
23b0d9b3ed
commit
58301ead6d
|
@ -342,6 +342,7 @@ public class IndexShardIT extends ESSingleNodeTestCase {
|
||||||
assertPathHasBeenCleared(endDir.toAbsolutePath());
|
assertPathHasBeenCleared(endDir.toAbsolutePath());
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/37896")
|
||||||
public void testMaybeFlush() throws Exception {
|
public void testMaybeFlush() throws Exception {
|
||||||
createIndex("test", Settings.builder().put(IndexSettings.INDEX_TRANSLOG_DURABILITY_SETTING.getKey(), Translog.Durability.REQUEST)
|
createIndex("test", Settings.builder().put(IndexSettings.INDEX_TRANSLOG_DURABILITY_SETTING.getKey(), Translog.Durability.REQUEST)
|
||||||
.build());
|
.build());
|
||||||
|
|
Loading…
Reference in New Issue