summaryrefslogtreecommitdiff
path: root/buildscripts
diff options
context:
space:
mode:
authorMike Grundy <michael.grundy@10gen.com>2016-04-21 09:46:53 -0400
committerMike Grundy <michael.grundy@10gen.com>2016-04-26 15:14:45 -0400
commit19d3e69975d32bf8f358aafe4067d578a4bf4440 (patch)
tree6363568970ce9ba9d34000f5de67da6f620a42b1 /buildscripts
parent821c605f9aff83958e1c584a82d691b725e9adb6 (diff)
downloadmongo-19d3e69975d32bf8f358aafe4067d578a4bf4440.tar.gz
SERVER-23491 set_majority_read_and_write_concerns.js doesn't work for updates
Diffstat (limited to 'buildscripts')
-rw-r--r--buildscripts/resmokeconfig/suites/read_concern_majority_passthrough.yml5
1 files changed, 2 insertions, 3 deletions
diff --git a/buildscripts/resmokeconfig/suites/read_concern_majority_passthrough.yml b/buildscripts/resmokeconfig/suites/read_concern_majority_passthrough.yml
index da97c11d67b..cc7a15dab0a 100644
--- a/buildscripts/resmokeconfig/suites/read_concern_majority_passthrough.yml
+++ b/buildscripts/resmokeconfig/suites/read_concern_majority_passthrough.yml
@@ -60,13 +60,12 @@ selector:
- jstests/core/shellkillop.js # db.eval() used
- jstests/core/shell_writeconcern.js # checks write concern shell helpers
- jstests/core/storefunc.js # db.eval() used
+ - jstests/core/write_result.js # Tests invalid writeConcern, we shouldn't override.
# Tests that need triaging & remediation | blacklist decision
# Comments list possible problem point under review.
- jstests/core/capped6.js # Uses captrunc test command.
- jstests/core/convert_to_capped_nonexistant.js # Uses convertToCapped and captrunc command.
- jstests/core/stages_delete.js # Uses stageDebug command for deletes.
- - jstests/core/update_multi5.js # bulk_api not calling getWriteConcern when writeConcern passed in update
-
executor:
js_test:
@@ -85,4 +84,4 @@ executor:
enableMajorityReadConcern: ''
num_nodes: 2
# Needs to be set for any ephemeral or no-journaling storage engine
- write_concern_majority_journal_default: false \ No newline at end of file
+ write_concern_majority_journal_default: false