summaryrefslogtreecommitdiffstats
path: root/container-search/src/test/java/com/yahoo/prelude/cluster/ClusterSearcherTestCase.java
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@yahoo-inc.com>2019-09-21 17:39:42 +0200
committerGitHub <noreply@github.com>2019-09-21 17:39:42 +0200
commit5944399213e87c5416b50297fd5dd87a63554992 (patch)
tree32ade303573e811e79b26ead964c000539daf229 /container-search/src/test/java/com/yahoo/prelude/cluster/ClusterSearcherTestCase.java
parentff63348305a64c60c4225285c28a1f1c28754b57 (diff)
parentf0358c83a4684f62b3608aa59715319a74a58f59 (diff)
Merge pull request #10757 from vespa-engine/bratseth/cleanup-prelude-cluster
Remove unused classes and unused metric cache_hit_ratio
Diffstat (limited to 'container-search/src/test/java/com/yahoo/prelude/cluster/ClusterSearcherTestCase.java')
-rw-r--r--container-search/src/test/java/com/yahoo/prelude/cluster/ClusterSearcherTestCase.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/container-search/src/test/java/com/yahoo/prelude/cluster/ClusterSearcherTestCase.java b/container-search/src/test/java/com/yahoo/prelude/cluster/ClusterSearcherTestCase.java
index 3e6e88c72c1..c772300876b 100644
--- a/container-search/src/test/java/com/yahoo/prelude/cluster/ClusterSearcherTestCase.java
+++ b/container-search/src/test/java/com/yahoo/prelude/cluster/ClusterSearcherTestCase.java
@@ -47,6 +47,7 @@ import static org.junit.Assert.assertTrue;
* @author bratseth
*/
public class ClusterSearcherTestCase {
+
private static final double DELTA = 0.0000000000000001;
@Test
@@ -544,7 +545,6 @@ public class ClusterSearcherTestCase {
documentDbConfig.build(),
new DispatchConfig.Builder().build(),
createClusterInfoConfig(),
- Statistics.nullImplementation,
new MockMetric(),
new FS4ResourcePool(new QrConfig.Builder().build()),
vipStatus);