mirror of
https://github.com/mongodb/mongo.git
synced 2024-11-24 16:46:00 +01:00
967422b380
Adds --shellReadMode flag to resmoke.py and changes Evergreen / resmoke configuration files to pass --readMode commands where appropriate.
13 lines
254 B
YAML
13 lines
254 B
YAML
selector:
|
|
js_test:
|
|
roots:
|
|
- jstests/concurrency/fsm_all_replication*.js
|
|
|
|
# Concurrency tests that run against a replica set start one themselves.
|
|
executor:
|
|
js_test:
|
|
config:
|
|
shell_options:
|
|
nodb: ''
|
|
readMode: commands
|