diff options
author | Jonathan Abrahams <jonathan@mongodb.com> | 2015-12-08 13:19:54 -0500 |
---|---|---|
committer | Jonathan Abrahams <jonathan@mongodb.com> | 2015-12-10 11:04:43 -0500 |
commit | 56cd81631ae7bf9c17761b937ac24286d323c63f (patch) | |
tree | 8634291b5a88d3c0075e8ba3850c806879b0c805 /src/mongo/shell/utils.js | |
parent | 2a39a1d5b173e8281852018af43f236f0673b49e (diff) | |
download | mongo-56cd81631ae7bf9c17761b937ac24286d323c63f.tar.gz |
SERVER-21450 - enableMajorityReadConcern in MongoRunner to unblacklist aggregation_read_concern_majority overrride
Diffstat (limited to 'src/mongo/shell/utils.js')
-rw-r--r-- | src/mongo/shell/utils.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mongo/shell/utils.js b/src/mongo/shell/utils.js index 17fdac6ed89..64cb0eaadbb 100644 --- a/src/mongo/shell/utils.js +++ b/src/mongo/shell/utils.js @@ -194,6 +194,7 @@ jsTestOptions = function(){ useLegacyConfigServers: TestData.useLegacyConfigServers || false, useLegacyReplicationProtocol: TestData.useLegacyReplicationProtocol || false, + enableMajorityReadConcern: TestData.enableMajorityReadConcern, enableEncryption: TestData.enableEncryption, encryptionKeyFile: TestData.encryptionKeyFile, auditDestination: TestData.auditDestination, |