This website requires JavaScript.
Explore
Help
Sign In
mirrors
/
mongodb
Watch
0
Star
0
Fork
0
You've already forked mongodb
mirror of
https://github.com/mongodb/mongo.git
synced
2024-12-01 09:32:32 +01:00
Code
Issues
Releases
Activity
9597d67f96
mongodb
/
buildscripts
/
resmokeconfig
/
suites
/
no_server.yml
7 lines
98 B
YAML
Raw
Normal View
History
Unescape
Escape
SERVER-18834 Add --executor command line option to resmoke.py. Exposes a way to specify how jstests passed in on the command line should be run. Defaults to starting a standalone mongod. --executor=core_small_oplog_rs is equivalent to smoke.py's --small-oplog-rs --executor=no_server is equivalent to smoke.py's --dont-start-mongod
2015-06-23 02:18:10 +02:00
executor
:
js_test
:
config
:
shell_options
:
nodb
:
''
SERVER-20067 SERVER-19572 set readMode in shell based on wire version "compatibility" readMode now causes the shell to detect whether or not to use find/getMore commands based on wire version. "commands" mode forces use of the find/getMore commands, and "legacy" mode forces uses of legacy OP_QUERY/OP_GET_MORE reads. Also configures tests to force use of "commands" or "legacy" mode as appropriate.
2015-09-28 15:51:50 +02:00
readMode
:
commands
Copy Permalink