summaryrefslogtreecommitdiffstats
path: root/config-model/src/test/java
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@yahoo-inc.com>2024-02-05 11:21:23 +0100
committerGitHub <noreply@github.com>2024-02-05 11:21:23 +0100
commitb2fc8e4051afa7c5398ba198f34d6141e6a07fed (patch)
tree07f861765d08ca4c2028cce860c08fa01c8e054a /config-model/src/test/java
parent98aece8d30708d24285c6e8bf2473061cdc36b36 (diff)
parent1e27c802c89362fd00009f2359730508a840e4af (diff)
Merge pull request #30161 from vespa-engine/balder/throttle_individual_merge_feed_ops_and_common_merge_chain_optimalization
Balder/throttle individual merge feed ops and common merge chain optimalization
Diffstat (limited to 'config-model/src/test/java')
-rw-r--r--config-model/src/test/java/com/yahoo/vespa/model/content/StorageClusterTest.java1
1 files changed, 0 insertions, 1 deletions
diff --git a/config-model/src/test/java/com/yahoo/vespa/model/content/StorageClusterTest.java b/config-model/src/test/java/com/yahoo/vespa/model/content/StorageClusterTest.java
index 7c3e66aa109..46590d18b40 100644
--- a/config-model/src/test/java/com/yahoo/vespa/model/content/StorageClusterTest.java
+++ b/config-model/src/test/java/com/yahoo/vespa/model/content/StorageClusterTest.java
@@ -337,7 +337,6 @@ public class StorageClusterTest {
assertEquals(20, config.async_operation_throttler().min_window_size());
assertEquals(-1, config.async_operation_throttler().max_window_size()); // <=0 implies +inf
assertEquals(3.0, config.async_operation_throttler().resize_rate(), 0.0001);
- assertTrue(config.async_operation_throttler().throttle_individual_merge_feed_ops());
}
@Test