aboutsummaryrefslogtreecommitdiffstats
path: root/container-search/src/test/java/com/yahoo/prelude/cluster
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@yahoo-inc.com>2021-09-30 17:09:59 +0200
committerGitHub <noreply@github.com>2021-09-30 17:09:59 +0200
commitc75ff9433d7d8e7d1a0186592b57597ae632581c (patch)
tree9bed7a0bcca7752796a6c0bf2ead31694fcb4037 /container-search/src/test/java/com/yahoo/prelude/cluster
parent041de033862d7e9ee8ff16770cd5cc63a11b5d16 (diff)
parent253fe67dfae65ab11ed008590403ffbe10fab02e (diff)
Merge branch 'master' into balder/do-not-depend-on-clusterinfo
Diffstat (limited to 'container-search/src/test/java/com/yahoo/prelude/cluster')
-rw-r--r--container-search/src/test/java/com/yahoo/prelude/cluster/ClusterSearcherTestCase.java6
1 files changed, 3 insertions, 3 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 5382999f96a..38c231cb1bb 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
@@ -13,7 +13,6 @@ import com.yahoo.prelude.IndexFacts;
import com.yahoo.prelude.IndexModel;
import com.yahoo.prelude.SearchDefinition;
import com.yahoo.prelude.fastsearch.DocumentdbInfoConfig;
-import com.yahoo.prelude.fastsearch.FS4ResourcePool;
import com.yahoo.prelude.fastsearch.FastHit;
import com.yahoo.prelude.fastsearch.VespaBackEndSearcher;
import com.yahoo.prelude.fastsearch.test.MockMetric;
@@ -528,8 +527,9 @@ public class ClusterSearcherTestCase {
clusterConfig.build(),
documentDbConfig.build(),
dispatchers,
- new FS4ResourcePool(new QrConfig.Builder().build()),
- vipStatus);
+ new QrConfig.Builder().build(),
+ vipStatus,
+ null);
}
private static class QueryTimeoutFixture {