summaryrefslogtreecommitdiffstats
path: root/searchcore/src/tests/proton/documentdb/executor_threading_service
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@yahoo-inc.com>2021-11-29 21:34:06 +0000
committerHenning Baldersheim <balder@yahoo-inc.com>2021-11-30 13:50:43 +0000
commitaabf1addb8c3693257ef96f3642f0b18b8ab4178 (patch)
tree3bd0d0700e56d061d453bf289f932173bc879de8 /searchcore/src/tests/proton/documentdb/executor_threading_service
parentd0476e64b77f9cde4324cd1bbc1366fd24281ef6 (diff)
Use new InvokerService for doing wakeup calls at regular intervals.
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 4629ebec854..8d7e842bc89 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
@@ -32,6 +32,7 @@ public:
void setup(uint32_t indexing_threads, SharedFieldWriterExecutor shared_field_writer) {
service = std::make_unique<ExecutorThreadingService>(shared_executor,
field_writer_executor.get(),
+ nullptr,
ThreadingServiceConfig::make(indexing_threads, shared_field_writer));
}
SequencedTaskExecutor* index_inverter() {