From 57580b2845dbd492d2f91b59be8db1881f89fffc Mon Sep 17 00:00:00 2001 From: Geir Storli Date: Thu, 5 Oct 2017 07:36:47 +0000 Subject: Add bucket space concept to DocumentDB and wire it into setup of PersistenceEngine. --- searchcore/src/tests/proton/documentdb/documentdb_test.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'searchcore/src/tests/proton/documentdb/documentdb_test.cpp') diff --git a/searchcore/src/tests/proton/documentdb/documentdb_test.cpp b/searchcore/src/tests/proton/documentdb/documentdb_test.cpp index 96b98dd4274..f737b2ed92c 100644 --- a/searchcore/src/tests/proton/documentdb/documentdb_test.cpp +++ b/searchcore/src/tests/proton/documentdb/documentdb_test.cpp @@ -114,6 +114,7 @@ Fixture::Fixture() mgr.forwardConfig(b); mgr.nextGeneration(0); _db.reset(new DocumentDB(".", mgr.getConfig(), "tcp/localhost:9014", _queryLimiter, _clock, DocTypeName("typea"), + document::BucketSpace::placeHolder(), *b->getProtonConfigSP(), _myDBOwner, _summaryExecutor, _summaryExecutor, _tls, _dummy, _fileHeaderContext, ConfigStore::UP(new MemoryConfigStore), std::make_shared(16, 128 * 1024), _hwInfo)); -- cgit v1.2.3