summaryrefslogtreecommitdiffstats
path: root/config-model/src/test
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@yahoo-inc.com>2024-02-03 00:35:28 +0100
committerHenning Baldersheim <balder@yahoo-inc.com>2024-02-05 11:31:59 +0000
commitcb715c88940e51867c3fa56c71dce52804049cea (patch)
tree7e40a6cdf2ee78973c41731f59ea244f1a5b7243 /config-model/src/test
parent88798d4e0191eecb4aac41091d643ce5b30ea6d4 (diff)
GC traces of enable_multibit_split_optimalization
Diffstat (limited to 'config-model/src/test')
-rw-r--r--config-model/src/test/java/com/yahoo/vespa/model/content/ContentClusterTest.java7
-rw-r--r--config-model/src/test/java/com/yahoo/vespa/model/content/StorageClusterTest.java2
2 files changed, 0 insertions, 9 deletions
diff --git a/config-model/src/test/java/com/yahoo/vespa/model/content/ContentClusterTest.java b/config-model/src/test/java/com/yahoo/vespa/model/content/ContentClusterTest.java
index de962ff1924..1ba5bebea7e 100644
--- a/config-model/src/test/java/com/yahoo/vespa/model/content/ContentClusterTest.java
+++ b/config-model/src/test/java/com/yahoo/vespa/model/content/ContentClusterTest.java
@@ -447,13 +447,6 @@ public class ContentClusterTest extends ContentBaseTest {
StorDistributormanagerConfig config = new StorDistributormanagerConfig(builder);
assertFalse(config.inlinebucketsplitting());
}
-
- {
- StorFilestorConfig.Builder builder = new StorFilestorConfig.Builder();
- model.getConfig(builder, "bar/storage/0");
- StorFilestorConfig config = new StorFilestorConfig(builder);
- assertFalse(config.enable_multibit_split_optimalization());
- }
}
@Test
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 574f5b04075..0dd03d258b9 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
@@ -231,7 +231,6 @@ public class StorageClusterTest {
var config = filestorConfigFromProducer(stc);
assertEquals(7, config.num_threads());
- assertFalse(config.enable_multibit_split_optimalization());
assertEquals(2, config.num_response_threads());
}
{
@@ -275,7 +274,6 @@ public class StorageClusterTest {
var config = filestorConfigFromProducer(stc);
assertEquals(4, config.num_threads());
- assertFalse(config.enable_multibit_split_optimalization());
}
{
assertEquals(1, stc.getChildren().size());