summaryrefslogtreecommitdiffstats
path: root/searchcore/src/tests/proton/index/indexmanager_test.cpp
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@yahoo-inc.com>2021-11-16 11:51:16 +0100
committerGitHub <noreply@github.com>2021-11-16 11:51:16 +0100
commitb4c8c8dc12b9190fca3c4b3740b1e8153cf90588 (patch)
tree53c439f199106a0ef665e30f474425a13096a874 /searchcore/src/tests/proton/index/indexmanager_test.cpp
parente2fa647910b94521466f96cd25ac0e8b6542e7f8 (diff)
parent76fda3f5d22820dea2c49cd0f12535a6efb29d1d (diff)
Merge pull request #20030 from vespa-engine/balder/sync-2-synch_all_executors
Do not inherit Syncable. sync -> sync_all_executors to make its call …
Diffstat (limited to 'searchcore/src/tests/proton/index/indexmanager_test.cpp')
-rw-r--r--searchcore/src/tests/proton/index/indexmanager_test.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/searchcore/src/tests/proton/index/indexmanager_test.cpp b/searchcore/src/tests/proton/index/indexmanager_test.cpp
index 4c442d38443..d34e2ae667e 100644
--- a/searchcore/src/tests/proton/index/indexmanager_test.cpp
+++ b/searchcore/src/tests/proton/index/indexmanager_test.cpp
@@ -128,7 +128,7 @@ struct IndexManagerTest : public ::testing::Test {
{
removeTestData();
vespalib::mkdir(index_dir, false);
- _writeService.sync();
+ _writeService.sync_all_executors();
resetIndexManager();
}