File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
server/src/internalClusterTest/java/org/elasticsearch/index/engine Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -24,11 +24,11 @@ public class MergeWithLowDiskSpaceIT extends DiskUsageIntegTestCase {
2424 @ Override
2525 protected Settings nodeSettings (int nodeOrdinal , Settings otherSettings ) {
2626 return Settings .builder ()
27- .put (super .nodeSettings (nodeOrdinal , otherSettings ))
28- // the default of "5s" slows down testing
29- .put (ThreadPoolMergeExecutorService .INDICES_MERGE_DISK_CHECK_INTERVAL_SETTING .getKey (), "100ms" )
30- .put (ThreadPoolMergeScheduler .USE_THREAD_POOL_MERGE_SCHEDULER_SETTING .getKey (), true )
31- .build ();
27+ .put (super .nodeSettings (nodeOrdinal , otherSettings ))
28+ // the default of "5s" slows down testing
29+ .put (ThreadPoolMergeExecutorService .INDICES_MERGE_DISK_CHECK_INTERVAL_SETTING .getKey (), "100ms" )
30+ .put (ThreadPoolMergeScheduler .USE_THREAD_POOL_MERGE_SCHEDULER_SETTING .getKey (), true )
31+ .build ();
3232 }
3333
3434 public void testShardCloseWhenDiskSpaceInsufficient () {
You can’t perform that action at this time.
0 commit comments