diff options
author | Jonathan Abrahams <jonathan@mongodb.com> | 2016-02-01 10:07:14 -0500 |
---|---|---|
committer | Jonathan Abrahams <jonathan@mongodb.com> | 2016-02-01 10:07:33 -0500 |
commit | 3cb6b7f62a7c45694395acee75e73aa919008bf8 (patch) | |
tree | f505f26d6a02037faa68a34063dda10d14aade78 | |
parent | b56cd5cb1916e423f8803f0da2b3f3d3856588ad (diff) | |
download | mongo-3cb6b7f62a7c45694395acee75e73aa919008bf8.tar.gz |
SERVER-22059 Add the authSchemaUpgrade command to the readConcern passthrough
-rw-r--r-- | jstests/libs/override_methods/set_majority_read_and_write_concerns.js | 1 |
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", |