summaryrefslogtreecommitdiff
path: root/jstests/libs
diff options
context:
space:
mode:
authorJonathan Abrahams <jonathan@mongodb.com>2016-02-01 10:07:14 -0500
committerJonathan Abrahams <jonathan@mongodb.com>2016-02-01 10:07:33 -0500
commit3cb6b7f62a7c45694395acee75e73aa919008bf8 (patch)
treef505f26d6a02037faa68a34063dda10d14aade78 /jstests/libs
parentb56cd5cb1916e423f8803f0da2b3f3d3856588ad (diff)
downloadmongo-3cb6b7f62a7c45694395acee75e73aa919008bf8.tar.gz
SERVER-22059 Add the authSchemaUpgrade command to the readConcern passthrough
Diffstat (limited to 'jstests/libs')
-rw-r--r--jstests/libs/override_methods/set_majority_read_and_write_concerns.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/jstests/libs/override_methods/set_majority_read_and_write_concerns.js b/jstests/libs/override_methods/set_majority_read_and_write_concerns.js
index c2a6f761087..edb07c69fbb 100644
--- a/jstests/libs/override_methods/set_majority_read_and_write_concerns.js
+++ b/jstests/libs/override_methods/set_majority_read_and_write_concerns.js
@@ -30,6 +30,7 @@
// These commands directly support a writeConcern argument.
var commandsToForceWriteConcern = [
+ "authSchemaUpgrade",
"createRole",
"createUser",
"delete",