summaryrefslogtreecommitdiff
path: root/jstests/ssl/libs/ssl_helpers.js
diff options
context:
space:
mode:
Diffstat (limited to 'jstests/ssl/libs/ssl_helpers.js')
-rw-r--r--jstests/ssl/libs/ssl_helpers.js8
1 files changed, 6 insertions, 2 deletions
diff --git a/jstests/ssl/libs/ssl_helpers.js b/jstests/ssl/libs/ssl_helpers.js
index 5fab2f1f030..5b9ad0142a5 100644
--- a/jstests/ssl/libs/ssl_helpers.js
+++ b/jstests/ssl/libs/ssl_helpers.js
@@ -62,8 +62,12 @@ var replShouldFail = function(name, opt1, opt2) {
*/
function mixedShardTest(options1, options2, shouldSucceed) {
try {
- var st = new ShardingTest(
- {mongos: [options1], config: [options1], shards: [options1, options2]});
+ var st = new ShardingTest({
+ mongos: [options1],
+ config: [options1],
+ shards: [options1, options2],
+ other: {enableAutoSplit: true}
+ });
st.stopBalancer();
// Test mongos talking to config servers