aboutsummaryrefslogtreecommitdiffstats
path: root/searchcore/src/tests/proton/documentdb/documentdb_test.cpp
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@yahoo-inc.com>2023-12-05 17:57:41 +0100
committerGitHub <noreply@github.com>2023-12-05 17:57:41 +0100
commita6a1cf4c977583dce103481d75878da0695ea420 (patch)
treeb6607afc60ac62c84f3595a6b356e4e54eb46c30 /searchcore/src/tests/proton/documentdb/documentdb_test.cpp
parentb35aea4c71af309887802edd21cc658f7a826390 (diff)
parent2efa228375ac27ef9b4abc1a60bdfc5e9335be9b (diff)
Merge pull request #29551 from vespa-engine/balder/gc-use-shared-executor-for-warmup
Use shared executor for warmup and GC warmup executor.
Diffstat (limited to 'searchcore/src/tests/proton/documentdb/documentdb_test.cpp')
-rw-r--r--searchcore/src/tests/proton/documentdb/documentdb_test.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/searchcore/src/tests/proton/documentdb/documentdb_test.cpp b/searchcore/src/tests/proton/documentdb/documentdb_test.cpp
index e02d6fd9634..dbe5cd409b3 100644
--- a/searchcore/src/tests/proton/documentdb/documentdb_test.cpp
+++ b/searchcore/src/tests/proton/documentdb/documentdb_test.cpp
@@ -129,7 +129,7 @@ Fixture::Fixture(bool file_config)
_dummy(),
_myDBOwner(),
_summaryExecutor(8),
- _shared_service(_summaryExecutor, _summaryExecutor),
+ _shared_service(_summaryExecutor),
_hwInfo(),
_db(),
_fileHeaderContext(),