0
0
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:
Charlie Swanson 2018-03-02 17:13:03 -05:00
parent bc660344cf
commit c966921731
2 changed files with 4 additions and 2 deletions

View File

@ -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

View File

@ -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