summaryrefslogtreecommitdiffstats
path: root/storage/src/tests/distributor/getoperationtest.cpp
diff options
context:
space:
mode:
authorTor Egge <Tor.Egge@oath.com>2017-11-03 14:23:07 +0000
committerTor Egge <Tor.Egge@oath.com>2017-11-03 14:23:07 +0000
commit27ec059fa2656d1a5009bbbf3abff20ae0c699b3 (patch)
tree7bc3b5a24f0b3eea171949403a2f01b6add1527e /storage/src/tests/distributor/getoperationtest.cpp
parentaf114174557efbecdac25a1164cc7fdb5f7e21ab (diff)
Pass distributor bucket space to get operation, put operation, two phase
update operation and update operation.
Diffstat (limited to 'storage/src/tests/distributor/getoperationtest.cpp')
-rw-r--r--storage/src/tests/distributor/getoperationtest.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/storage/src/tests/distributor/getoperationtest.cpp b/storage/src/tests/distributor/getoperationtest.cpp
index ee1ea70163f..8bb8e24c17a 100644
--- a/storage/src/tests/distributor/getoperationtest.cpp
+++ b/storage/src/tests/distributor/getoperationtest.cpp
@@ -75,6 +75,7 @@ public:
new api::GetCommand(makeDocumentBucket(document::BucketId(0)), docId, "[all]"));
op.reset(new GetOperation(getExternalOperationHandler(),
+ getDistributorBucketSpace(),
msg,
getDistributor().getMetrics().
gets[msg->getLoadType()]));