summaryrefslogtreecommitdiff
path: root/jstests
diff options
context:
space:
mode:
authorJonathan Abrahams <jonathan@mongodb.com>2016-02-25 15:27:47 -0500
committerJonathan Abrahams <jonathan@mongodb.com>2016-02-25 15:30:05 -0500
commit25b4abb7dff84a61c9e9f94de89f3319f7350403 (patch)
treed324f982ee987ea286f15db92d9dab9bdfefe9cf /jstests
parent77358fcc55c37446a1964441ab27b3fb19f4b060 (diff)
downloadmongo-25b4abb7dff84a61c9e9f94de89f3319f7350403.tar.gz
SERVER-22846 Add applyOps command to readConcern passthrough
(cherry picked from commit dac2b0d7269341c6033170aef76352bba2663422)
Diffstat (limited to 'jstests')
-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 96cdef93ef1..7485be823a6 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
@@ -34,6 +34,7 @@
// These commands directly support a writeConcern argument.
var commandsToForceWriteConcern = [
+ "applyOps",
"authSchemaUpgrade",
"createRole",
"createUser",