aboutsummaryrefslogtreecommitdiffstats
path: root/container-search/src/test/java/com/yahoo/search/query/profile/config/test/typed
diff options
context:
space:
mode:
authorgjoranv <gv@verizonmedia.com>2020-05-20 01:23:33 +0200
committergjoranv <gv@verizonmedia.com>2020-05-22 14:34:10 +0200
commitefe1fa16620c5958bd7bc6d6946dec88d3403b21 (patch)
tree91589d8774389464a397fd120cba40a6357240da /container-search/src/test/java/com/yahoo/search/query/profile/config/test/typed
parent1c388b496607030bc01b0a3d6640f550831c39dd (diff)
Add the query profile registry to the set of test components
.. for all integration style tests. Note that these tests were written before the DI framework, and typically used the former 'handlers' config as only handlers and searchers could be configured at the time.
Diffstat (limited to 'container-search/src/test/java/com/yahoo/search/query/profile/config/test/typed')
-rw-r--r--container-search/src/test/java/com/yahoo/search/query/profile/config/test/typed/components.cfg1
1 files changed, 1 insertions, 0 deletions
diff --git a/container-search/src/test/java/com/yahoo/search/query/profile/config/test/typed/components.cfg b/container-search/src/test/java/com/yahoo/search/query/profile/config/test/typed/components.cfg
index a047ae1cb73..04dcbb22d5d 100644
--- a/container-search/src/test/java/com/yahoo/search/query/profile/config/test/typed/components.cfg
+++ b/container-search/src/test/java/com/yahoo/search/query/profile/config/test/typed/components.cfg
@@ -10,3 +10,4 @@ components[3].classId com.yahoo.search.query.profile.config.test.QueryProfileInt
components[4].id com.yahoo.search.handler.SearchHandler
components[5].id com.yahoo.container.core.config.HandlersConfigurerDi$RegistriesHack
components[6].id com.yahoo.search.searchchain.ExecutionFactory
+components[7].id com.yahoo.search.query.profile.compiled.CompiledQueryProfileRegistry