summaryrefslogtreecommitdiffstats
path: root/searchcore/src/apps/tests/persistenceconformance_test.cpp
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@yahoo-inc.com>2017-09-30 18:23:29 +0200
committerHenning Baldersheim <balder@yahoo-inc.com>2017-09-30 18:23:29 +0200
commit0b557c51c7e06a4786366b3e97c24dd19df10221 (patch)
tree36619987d17ec1a2ee6f601c3542598b60cc5e39 /searchcore/src/apps/tests/persistenceconformance_test.cpp
parent7a74c1caf57ca0ac1801e91580acd35bea52d970 (diff)
Update so that the tls direct writer is not optional.
Diffstat (limited to 'searchcore/src/apps/tests/persistenceconformance_test.cpp')
-rw-r--r--searchcore/src/apps/tests/persistenceconformance_test.cpp5
1 files changed, 2 insertions, 3 deletions
diff --git a/searchcore/src/apps/tests/persistenceconformance_test.cpp b/searchcore/src/apps/tests/persistenceconformance_test.cpp
index 905d0434886..d369fa84542 100644
--- a/searchcore/src/apps/tests/persistenceconformance_test.cpp
+++ b/searchcore/src/apps/tests/persistenceconformance_test.cpp
@@ -189,11 +189,10 @@ public:
const_cast<DocumentDBFactory &>(*this),
_summaryExecutor,
_summaryExecutor,
- NULL,
+ _tls,
_metricsWireService,
_fileHeaderContext,
- _config_stores.getConfigStore(
- docType.toString()),
+ _config_stores.getConfigStore(docType.toString()),
std::make_shared<vespalib::ThreadStackExecutor>
(16, 128 * 1024),
HwInfo()));