summaryrefslogtreecommitdiffstats
path: root/storage/src/tests/distributor/removeoperationtest.cpp
diff options
context:
space:
mode:
authorTor Egge <Tor.Egge@oath.com>2017-11-03 14:31:21 +0000
committerTor Egge <Tor.Egge@oath.com>2017-11-03 14:53:00 +0000
commit8ef4d03ca2afbc3b1c6a8d720c68f5bcb0037e21 (patch)
tree5a15153eae48845d3b21954a88ebb8bd4c6daa58 /storage/src/tests/distributor/removeoperationtest.cpp
parent27ec059fa2656d1a5009bbbf3abff20ae0c699b3 (diff)
Pass distributor bucket space to remove location operation, remove
operation, stat bucket operation and visitor operation.
Diffstat (limited to 'storage/src/tests/distributor/removeoperationtest.cpp')
-rw-r--r--storage/src/tests/distributor/removeoperationtest.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/storage/src/tests/distributor/removeoperationtest.cpp b/storage/src/tests/distributor/removeoperationtest.cpp
index 4c2f1bba00d..423e0816c13 100644
--- a/storage/src/tests/distributor/removeoperationtest.cpp
+++ b/storage/src/tests/distributor/removeoperationtest.cpp
@@ -58,6 +58,7 @@ public:
new api::RemoveCommand(makeDocumentBucket(document::BucketId(0)), dId, 100));
op.reset(new RemoveOperation(getExternalOperationHandler(),
+ getDistributorBucketSpace(),
msg,
getDistributor().getMetrics().
removes[msg->getLoadType()]));