summaryrefslogtreecommitdiffstats
path: root/searchcore/src/tests/proton/documentdb/executor_threading_service
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@yahoo-inc.com>2022-03-07 14:33:54 +0000
committerHenning Baldersheim <balder@yahoo-inc.com>2022-03-07 14:48:40 +0000
commitafff1df19a3f532648bb55aab8dc15457ff9f062 (patch)
tree5c52580305085975c6f6c627d68ace071303995b /searchcore/src/tests/proton/documentdb/executor_threading_service
parent4a920e684c49bdc8147fc6ee5fde4b2c1802fc1b (diff)
Wire in the real clcok and use an explicit RequestContext instead of the dummy FakeRequestContext intended only for tests.
Diffstat (limited to 'searchcore/src/tests/proton/documentdb/executor_threading_service')
-rw-r--r--searchcore/src/tests/proton/documentdb/executor_threading_service/executor_threading_service_test.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/searchcore/src/tests/proton/documentdb/executor_threading_service/executor_threading_service_test.cpp b/searchcore/src/tests/proton/documentdb/executor_threading_service/executor_threading_service_test.cpp
index 934dcdb36e3..46a6419e924 100644
--- a/searchcore/src/tests/proton/documentdb/executor_threading_service/executor_threading_service_test.cpp
+++ b/searchcore/src/tests/proton/documentdb/executor_threading_service/executor_threading_service_test.cpp
@@ -33,6 +33,7 @@ public:
void setup(uint32_t indexing_threads, SharedFieldWriterExecutor shared_field_writer) {
service = std::make_unique<ExecutorThreadingService>(_transport.shared(),
_transport.transport(),
+ _transport.clock(),
field_writer_executor.get(),
nullptr,
ThreadingServiceConfig::make(indexing_threads, shared_field_writer));