aboutsummaryrefslogtreecommitdiffstats
path: root/searchcore/src/tests/proton/documentdb/documentbucketmover/documentbucketmover_test.cpp
diff options
context:
space:
mode:
authorGeir Storli <geirst@yahoo-inc.com>2017-07-03 14:31:47 +0000
committerGeir Storli <geirst@yahoo-inc.com>2017-07-03 14:31:47 +0000
commit040b3f71eea03dcc1b6b450ef15b2458dc73eab1 (patch)
treeae26d692d7398a15cdabf6dce575675ed24af2a2 /searchcore/src/tests/proton/documentdb/documentbucketmover/documentbucketmover_test.cpp
parent668443e1e20bd7c7381d369e45b430d6f6e060f1 (diff)
Block lid space compaction job when it has too many outstanding move operations.
Diffstat (limited to 'searchcore/src/tests/proton/documentdb/documentbucketmover/documentbucketmover_test.cpp')
-rw-r--r--searchcore/src/tests/proton/documentdb/documentbucketmover/documentbucketmover_test.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/searchcore/src/tests/proton/documentdb/documentbucketmover/documentbucketmover_test.cpp b/searchcore/src/tests/proton/documentdb/documentbucketmover/documentbucketmover_test.cpp
index 18ffda06927..c8f3f1eab0a 100644
--- a/searchcore/src/tests/proton/documentdb/documentbucketmover/documentbucketmover_test.cpp
+++ b/searchcore/src/tests/proton/documentdb/documentbucketmover/documentbucketmover_test.cpp
@@ -600,7 +600,7 @@ ControllerFixtureBase::ControllerFixtureBase(double resourceLimitFactor)
_diskMemUsageNotifier(),
_bmj(_calc, _moveHandler, _modifiedHandler, _ready._subDb,
_notReady._subDb, _fbh, _clusterStateHandler, _bucketHandler,
- _diskMemUsageNotifier, resourceLimitFactor,
+ _diskMemUsageNotifier, BlockableMaintenanceJobConfig(resourceLimitFactor, 10),
"test")
{}
ControllerFixtureBase::~ControllerFixtureBase() {}