summaryrefslogtreecommitdiff
path: root/jstests
diff options
context:
space:
mode:
authorDianna Hohensee <dianna.hohensee@10gen.com>2016-03-07 11:59:40 -0500
committerDianna Hohensee <dianna.hohensee@10gen.com>2016-03-08 11:26:12 -0500
commit8f1e89803e2239bd31ecb53c85245a249b7e04ce (patch)
tree672c963d80660c14718fcef915b568c2ab4fc12e /jstests
parentd0b74ee1f5596e5b5f80c54c07cc44f0f6c951b2 (diff)
downloadmongo-8f1e89803e2239bd31ecb53c85245a249b7e04ce.tar.gz
SERVER-22157 force config primary stepdown in sharding_continuous_config_stepdown testing suite
Diffstat (limited to 'jstests')
-rw-r--r--jstests/libs/override_methods/sharding_continuous_config_stepdown.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/jstests/libs/override_methods/sharding_continuous_config_stepdown.js b/jstests/libs/override_methods/sharding_continuous_config_stepdown.js
index aa7505142bd..b2f9b6d1c79 100644
--- a/jstests/libs/override_methods/sharding_continuous_config_stepdown.js
+++ b/jstests/libs/override_methods/sharding_continuous_config_stepdown.js
@@ -74,7 +74,7 @@ ReplSetTest = function ReplSetTestWithContinuousPrimaryStepdown() {
assert.throws(function() {
var result = primary.adminCommand({
replSetStepDown: stepdownDelaySeconds,
- secondaryCatchUpPeriodSecs: stepdownDelaySeconds });
+ force: true });
print('replSetStepDown command did not throw and returned: ' + tojson(result));
// The call to replSetStepDown should never succeed