summaryrefslogtreecommitdiff
path: root/jstests/multiVersion
diff options
context:
space:
mode:
authorEsha Maharishi <esha.maharishi@mongodb.com>2016-03-10 18:41:17 -0500
committerEsha Maharishi <esha.maharishi@mongodb.com>2016-03-14 16:26:55 -0400
commit25b851b56e93f3ee1c207d46d141a189a8babc1c (patch)
treef9d8f41311076f8c7fb64554fd2919c5dcd14ae0 /jstests/multiVersion
parent3a29ba32703e1b10cf4aa3d48a7f05f1a76481ca (diff)
downloadmongo-25b851b56e93f3ee1c207d46d141a189a8babc1c.tar.gz
SERVER-22942 enable dumprestore_sharded.js test now that readMode and writeMode in the multiversion suite are default not legacy
Diffstat (limited to 'jstests/multiVersion')
-rw-r--r--jstests/multiVersion/libs/dumprestore_helpers.js2
1 files changed, 0 insertions, 2 deletions
diff --git a/jstests/multiVersion/libs/dumprestore_helpers.js b/jstests/multiVersion/libs/dumprestore_helpers.js
index a2b7d22d20c..619d6379830 100644
--- a/jstests/multiVersion/libs/dumprestore_helpers.js
+++ b/jstests/multiVersion/libs/dumprestore_helpers.js
@@ -51,7 +51,6 @@ function multiVersionDumpRestoreTest(configObj) {
resetDbpath(configObj.testDbpath);
if (configObj.dumpType === "mongos") {
var shardingTestConfig = {
- sync: true, // Mixed version clusters can't use replsets for config servers
name: testBaseName + "_sharded_source",
mongos: [{binVersion: configObj.serverSourceVersion}],
shards: [{binVersion: configObj.serverSourceVersion}],
@@ -114,7 +113,6 @@ function multiVersionDumpRestoreTest(configObj) {
});
} else { /* "mongos" */
var shardingTestConfig = {
- sync: true, // Mixed version clusters can't use replsets for config servers
name: testBaseName + "_sharded_dest",
mongos: [{binVersion: configObj.serverDestVersion}],
shards: [{binVersion: configObj.serverDestVersion}],