test must start with auto_throttle enabled

This commit is contained in:
Michael McCandless 2015-01-16 13:50:17 -05:00 committed by mikemccand
parent 795c347db3
commit 6ab21e5b1b
1 changed files with 1 additions and 0 deletions

View File

@ -311,6 +311,7 @@ public class UpdateSettingsTests extends ElasticsearchIntegrationTest {
.put(TieredMergePolicyProvider.INDEX_MERGE_POLICY_SEGMENTS_PER_TIER, "2")
.put(ConcurrentMergeSchedulerProvider.MAX_THREAD_COUNT, "1")
.put(ConcurrentMergeSchedulerProvider.MAX_MERGE_COUNT, "2")
.put(ConcurrentMergeSchedulerProvider.AUTO_THROTTLE, "true")
));
// Disable auto throttle: