summaryrefslogtreecommitdiff
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:19:19 -0500
commitc5932d8130a8a7fb6bcc9ef43a62f8fa2266ebce (patch)
treec19708c0405d505f1f823be862df2892de435932
parent5999d33d59a4bb1c2b025ec856c59d300aaa1f4e (diff)
downloadmongo-c5932d8130a8a7fb6bcc9ef43a62f8fa2266ebce.tar.gz
SERVER-22059 Add the authSchemaUpgrade command to the readConcern passthrough
(cherry picked from commit 3cb6b7f62a7c45694395acee75e73aa919008bf8)
-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",