summaryrefslogtreecommitdiff
path: root/jstests/sharding/config_rs_change.js
diff options
context:
space:
mode:
authorTess Avitabile <tess.avitabile@mongodb.com>2017-06-02 15:29:32 -0400
committerTess Avitabile <tess.avitabile@mongodb.com>2017-06-09 15:05:04 -0400
commit67500efdc1c677173c737ecde2b07b42015ae5fd (patch)
tree4a735cf4c6561e28b76f65117d47231e9a677d04 /jstests/sharding/config_rs_change.js
parentf9c36696a25d3837f512421755952736236bbed0 (diff)
downloadmongo-67500efdc1c677173c737ecde2b07b42015ae5fd.tar.gz
SERVER-29350 Bump featureCompatibilityVersion to 3.6
Diffstat (limited to 'jstests/sharding/config_rs_change.js')
-rw-r--r--jstests/sharding/config_rs_change.js4
1 files changed, 4 insertions, 0 deletions
diff --git a/jstests/sharding/config_rs_change.js b/jstests/sharding/config_rs_change.js
index 62e6a8f99e4..219e37b751b 100644
--- a/jstests/sharding/config_rs_change.js
+++ b/jstests/sharding/config_rs_change.js
@@ -8,6 +8,10 @@ var replConfig = configRS.getReplSetConfig();
replConfig.configsvr = true;
configRS.initiate(replConfig);
+// Ensure the featureCompatibilityVersion is 3.4 so that the mongos can connect if it is version
+// 3.4.
+assert.commandWorked(configRS.getPrimary().adminCommand({setFeatureCompatibilityVersion: "3.4"}));
+
// Build a seed list for the config servers to pass to mongos that uses "localhost" for the
// hostnames even though the replica set config uses the hostname.
var configHosts = [];