summaryrefslogtreecommitdiff
path: root/src/mongo/shell/utils.js
diff options
context:
space:
mode:
authorJason Carey <jcarey@argv.me>2017-11-02 15:06:54 -0400
committerJason Carey <jcarey@argv.me>2017-11-09 18:35:00 -0500
commitbf53cbe298bc6724b1f2b5bf16afbd9e3876c623 (patch)
treee09009ab740b9d3d15c48b1b9a3ec09c2086637b /src/mongo/shell/utils.js
parentc3c736d3f2755e7e8b59638fd94cb000265abdf3 (diff)
downloadmongo-bf53cbe298bc6724b1f2b5bf16afbd9e3876c623.tar.gz
SERVER-31777 deactivate logical sessions for fcv34
For anything less than fully upgraded to 3.6: * suppress logicalSessionTimeoutMinutes in isMaster * fail any commands that passes lsid
Diffstat (limited to 'src/mongo/shell/utils.js')
-rw-r--r--src/mongo/shell/utils.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mongo/shell/utils.js b/src/mongo/shell/utils.js
index 359a543075c..638580ebf3c 100644
--- a/src/mongo/shell/utils.js
+++ b/src/mongo/shell/utils.js
@@ -260,6 +260,7 @@ jsTestOptions = function() {
excludedDBsFromDBHash: TestData.excludedDBsFromDBHash,
alwaysInjectTransactionNumber: TestData.alwaysInjectTransactionNumber,
skipGossipingClusterTime: TestData.skipGossipingClusterTime || false,
+ disableEnableSessions: TestData.disableEnableSessions,
});
}
return _jsTestOptions;