summaryrefslogtreecommitdiffstats
path: root/storage/src/tests/distributor/twophaseupdateoperationtest.cpp
diff options
context:
space:
mode:
authorGeir Storli <geirst@verizonmedia.com>2020-11-30 14:36:53 +0000
committerGeir Storli <geirst@verizonmedia.com>2020-11-30 14:38:24 +0000
commitb867154afa45266c747c558f578a2cea68dae5ae (patch)
treea7943f638fe5a4da31acae2e6b33c0e46b61bafc /storage/src/tests/distributor/twophaseupdateoperationtest.cpp
parentbed35264fe263ac9954cf65f258eae2a20d544af (diff)
Add operation context interface to remove coupling between external operations and DistributorComponent.
Diffstat (limited to 'storage/src/tests/distributor/twophaseupdateoperationtest.cpp')
-rw-r--r--storage/src/tests/distributor/twophaseupdateoperationtest.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/storage/src/tests/distributor/twophaseupdateoperationtest.cpp b/storage/src/tests/distributor/twophaseupdateoperationtest.cpp
index 200a98e352f..6e3837afa43 100644
--- a/storage/src/tests/distributor/twophaseupdateoperationtest.cpp
+++ b/storage/src/tests/distributor/twophaseupdateoperationtest.cpp
@@ -327,7 +327,7 @@ TwoPhaseUpdateOperationTest::sendUpdate(const std::string& bucketState,
ExternalOperationHandler& handler = getExternalOperationHandler();
return std::make_shared<TwoPhaseUpdateOperation>(
- handler, getDistributorBucketSpace(), msg, getDistributor().getMetrics());
+ handler, handler, handler, getDistributorBucketSpace(), msg, getDistributor().getMetrics());
}
TEST_F(TwoPhaseUpdateOperationTest, simple) {