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-17 15:37:05 +0200
committerHenning Baldersheim <balder@yahoo-inc.com>2019-09-17 19:47:52 +0200
commit48798974ae6f39d4aa5ecaa30e5749ce3396f7d9 (patch)
tree84536dc1fe01181707dfb947fd57ac35e4981c80 /container-search/src/test/java/com/yahoo/prelude/cluster/ClusterSearcherTestCase.java
parentdf403b49ec9dd9441161aac90688169c166944a2 (diff)
No more fs4 dispatching from fastsearcher.
fs4 is gone
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.java3
1 files changed, 1 insertions, 2 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 86553a86add..11d4bc62b7c 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
@@ -8,7 +8,6 @@ import com.yahoo.container.QrSearchersConfig;
import com.yahoo.container.handler.VipStatus;
import com.yahoo.container.protect.Error;
import com.yahoo.container.search.Fs4Config;
-import com.yahoo.fs4.QueryPacket;
import com.yahoo.prelude.IndexFacts;
import com.yahoo.prelude.IndexModel;
import com.yahoo.prelude.SearchDefinition;
@@ -547,7 +546,7 @@ public class ClusterSearcherTestCase {
createClusterInfoConfig(),
Statistics.nullImplementation,
new MockMetric(),
- new FS4ResourcePool(new Fs4Config.Builder().build(), new QrConfig.Builder().build()),
+ new FS4ResourcePool(new QrConfig.Builder().build()),
new VipStatus());
}