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