summaryrefslogtreecommitdiff
path: root/buildscripts
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:28:02 -0500
commitdac2b0d7269341c6033170aef76352bba2663422 (patch)
tree61a34e2b6be49223a85077cab19b1be9bdafcabc /buildscripts
parenteada48bf3c3377878c334389f8e68bcddd25bd2a (diff)
downloadmongo-dac2b0d7269341c6033170aef76352bba2663422.tar.gz
SERVER-22846 Add applyOps command to readConcern passthrough
Diffstat (limited to 'buildscripts')
-rw-r--r--buildscripts/resmokeconfig/suites/read_concern_majority_passthrough.yml2
1 files changed, 0 insertions, 2 deletions
diff --git a/buildscripts/resmokeconfig/suites/read_concern_majority_passthrough.yml b/buildscripts/resmokeconfig/suites/read_concern_majority_passthrough.yml
index 57f44cfbcba..8e483ea6687 100644
--- a/buildscripts/resmokeconfig/suites/read_concern_majority_passthrough.yml
+++ b/buildscripts/resmokeconfig/suites/read_concern_majority_passthrough.yml
@@ -7,10 +7,8 @@ selector:
# and/or an injected 'majority' writeConcern. Where a function is
# listed the reason is we don't have a reliable solution to override
# the write concern for that function.
- - jstests/core/apply_ops1.js # applyOps() used for writes
- jstests/core/batch_write_command*.js # these tests use various write concerns
- jstests/core/bench_test*.js # benchRun() used for writes
- - jstests/core/bypass_doc_validation.js # applyOps() used for writes
- jstests/core/capped_update.js # uses godinsert and can't run under replication.
- jstests/core/crud_api.js # has specific w:0 tests
- jstests/core/error2.js # db.eval() used