summaryrefslogtreecommitdiffstats
path: root/searchcore/src/tests/proton/documentdb/feedhandler/feedhandler_test.cpp
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@yahoo-inc.com>2021-11-16 09:20:31 +0000
committerHenning Baldersheim <balder@yahoo-inc.com>2021-11-16 09:20:31 +0000
commit9ce8b90851a655c814280ad8efca0e58bf739a6b (patch)
tree66526feeade12bba4256cd602f9b2acdc97ab43a /searchcore/src/tests/proton/documentdb/feedhandler/feedhandler_test.cpp
parent0077017e233d2f666ccc281c54772d6f73fc686e (diff)
Do not inherit Syncable. sync -> sync_all_executors to make its call sites more evident.
Diffstat (limited to 'searchcore/src/tests/proton/documentdb/feedhandler/feedhandler_test.cpp')
-rw-r--r--searchcore/src/tests/proton/documentdb/feedhandler/feedhandler_test.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/searchcore/src/tests/proton/documentdb/feedhandler/feedhandler_test.cpp b/searchcore/src/tests/proton/documentdb/feedhandler/feedhandler_test.cpp
index 5384a985af0..977c899ab11 100644
--- a/searchcore/src/tests/proton/documentdb/feedhandler/feedhandler_test.cpp
+++ b/searchcore/src/tests/proton/documentdb/feedhandler/feedhandler_test.cpp
@@ -455,7 +455,7 @@ struct FeedHandlerFixture
}
~FeedHandlerFixture() {
- writeService.sync();
+ writeService.sync_all_executors();
}
template <class FunctionType>
inline void runAsMaster(FunctionType &&function) {