diff options
author | Charlie Swanson <charlie.swanson@mongodb.com> | 2018-03-02 17:13:03 -0500 |
---|---|---|
committer | Charlie Swanson <charlie.swanson@mongodb.com> | 2018-03-09 12:13:29 -0500 |
commit | f6322389f657cc9c48c7e2d59ede590e1ba55a5c (patch) | |
tree | 1a3015ccd875da1e255c0199ad401bba1d3de09f /buildscripts | |
parent | 0a6d007775e948e97c0b7564303a0ba587a4e851 (diff) | |
download | mongo-f6322389f657cc9c48c7e2d59ede590e1ba55a5c.tar.gz |
SERVER-33640 Blacklist test from causally consistent passthroughs.
find_and_modify_concurrent_update.js uses startParallelShell to do a
write which it expects to see later in the test.
(cherry picked from commit c96692173158566c92a78b10df1a6d3d9f570eb1)
Diffstat (limited to 'buildscripts')
-rw-r--r-- | buildscripts/resmokeconfig/suites/causally_consistent_jscore_passthrough.yml | 3 | ||||
-rw-r--r-- | buildscripts/resmokeconfig/suites/causally_consistent_jscore_passthrough_auth.yml | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/buildscripts/resmokeconfig/suites/causally_consistent_jscore_passthrough.yml b/buildscripts/resmokeconfig/suites/causally_consistent_jscore_passthrough.yml index 04df33f67a8..e25854a4eea 100644 --- a/buildscripts/resmokeconfig/suites/causally_consistent_jscore_passthrough.yml +++ b/buildscripts/resmokeconfig/suites/causally_consistent_jscore_passthrough.yml @@ -125,8 +125,9 @@ selector: - jstests/core/index_filter_commands.js # Parallel shell is not causally consistent - jstests/core/count10.js - - jstests/core/cursora.js - jstests/core/count_plan_summary.js + - jstests/core/cursora.js + - jstests/core/find_and_modify_concurrent_update.js - jstests/core/shellstartparallel.js # TODO SERVER-30466 - jstests/core/explain_multi_plan.js diff --git a/buildscripts/resmokeconfig/suites/causally_consistent_jscore_passthrough_auth.yml b/buildscripts/resmokeconfig/suites/causally_consistent_jscore_passthrough_auth.yml index 0afa45f28c3..a27b5271a64 100644 --- a/buildscripts/resmokeconfig/suites/causally_consistent_jscore_passthrough_auth.yml +++ b/buildscripts/resmokeconfig/suites/causally_consistent_jscore_passthrough_auth.yml @@ -140,8 +140,9 @@ selector: - jstests/core/index_filter_commands.js # Parallel shell is not causally consistent - jstests/core/count10.js - - jstests/core/cursora.js - jstests/core/count_plan_summary.js + - jstests/core/cursora.js + - jstests/core/find_and_modify_concurrent_update.js - jstests/core/shellstartparallel.js # TODO SERVER-30466 - jstests/core/explain_multi_plan.js |