aboutsummaryrefslogtreecommitdiffstats
path: root/searchcore/src/tests/proton/documentdb/document_subdbs/document_subdbs_test.cpp
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@yahoo-inc.com>2021-11-21 17:12:08 +0000
committerHenning Baldersheim <balder@yahoo-inc.com>2021-11-21 17:12:08 +0000
commit9625a5148b8c2da60b0f54d2ce05980dfc7fccb5 (patch)
treea8fc1292355f17740fb80e410bf7dba7024ba10d /searchcore/src/tests/proton/documentdb/document_subdbs/document_subdbs_test.cpp
parent4ef7a7d4946cc944c7a95c0524717a000e1e983e (diff)
GC some unused code and less sync_all_executors.
Diffstat (limited to 'searchcore/src/tests/proton/documentdb/document_subdbs/document_subdbs_test.cpp')
-rw-r--r--searchcore/src/tests/proton/documentdb/document_subdbs/document_subdbs_test.cpp4
1 files changed, 1 insertions, 3 deletions
diff --git a/searchcore/src/tests/proton/documentdb/document_subdbs/document_subdbs_test.cpp b/searchcore/src/tests/proton/documentdb/document_subdbs/document_subdbs_test.cpp
index 17eb0ffc147..6733fbf3267 100644
--- a/searchcore/src/tests/proton/documentdb/document_subdbs/document_subdbs_test.cpp
+++ b/searchcore/src/tests/proton/documentdb/document_subdbs/document_subdbs_test.cpp
@@ -353,9 +353,7 @@ struct FixtureBase
}
_subDb.onReprocessDone(serialNum);
}
- void sync() {
- _writeService.master().sync();
- }
+
proton::IAttributeManager::SP getAttributeManager() {
return _subDb.getAttributeManager();
}