summaryrefslogtreecommitdiffstats
path: root/container-search/src/test/java
diff options
context:
space:
mode:
authorJon Bratseth <bratseth@verizonmedia.com>2019-09-21 17:27:49 +0200
committerJon Bratseth <bratseth@verizonmedia.com>2019-09-21 17:27:49 +0200
commitf0358c83a4684f62b3608aa59715319a74a58f59 (patch)
treebfa48bad52a9002d21f1b5ec3e9936f2009073ec /container-search/src/test/java
parent68d13112bbb3922e2456281cf155b256c8139d40 (diff)
Remove unused classes and unused metric cache_hit_ratio
Diffstat (limited to 'container-search/src/test/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);