mirror of
https://github.com/mongodb/mongo.git
synced 2024-12-01 09:32:32 +01:00
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.
This commit is contained in:
parent
bc660344cf
commit
c966921731
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user