summaryrefslogtreecommitdiff
path: root/src/mongo/shell
diff options
context:
space:
mode:
authorMaria van Keulen <maria@mongodb.com>2018-01-17 17:17:48 -0500
committerMaria van Keulen <maria@mongodb.com>2018-02-01 18:18:32 -0500
commit00b93fd8f7ce1cb74ff25c1f20f7e548a14f6976 (patch)
tree5a500731cf56896114b7be4e12e46888775b1541 /src/mongo/shell
parentc9bc429c104c17a6ab8d971245b9b9a39636ef27 (diff)
downloadmongo-00b93fd8f7ce1cb74ff25c1f20f7e548a14f6976.tar.gz
SERVER-32741 Initialize the featureCompatibilityVersion parameter value to 3.6
Diffstat (limited to 'src/mongo/shell')
-rw-r--r--src/mongo/shell/shardingtest.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/shell/shardingtest.js b/src/mongo/shell/shardingtest.js
index 4dd72ef5705..60beac8b19f 100644
--- a/src/mongo/shell/shardingtest.js
+++ b/src/mongo/shell/shardingtest.js
@@ -1341,7 +1341,7 @@ var ShardingTest = function(params) {
const configRS = this.configRS;
if (_hasNewFeatureCompatibilityVersion() && _isMixedVersionCluster()) {
function setFeatureCompatibilityVersion() {
- assert.commandWorked(csrsPrimary.adminCommand({setFeatureCompatibilityVersion: '3.4'}));
+ assert.commandWorked(csrsPrimary.adminCommand({setFeatureCompatibilityVersion: '3.6'}));
// Wait for the new featureCompatibilityVersion to propagate to all nodes in the CSRS
// to ensure that older versions of mongos can successfully connect.