From 8f1e89803e2239bd31ecb53c85245a249b7e04ce Mon Sep 17 00:00:00 2001 From: Dianna Hohensee Date: Mon, 7 Mar 2016 11:59:40 -0500 Subject: SERVER-22157 force config primary stepdown in sharding_continuous_config_stepdown testing suite --- jstests/libs/override_methods/sharding_continuous_config_stepdown.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'jstests') 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 -- cgit v1.2.1