mirror of
https://github.com/mongodb/mongo.git
synced 2024-11-24 16:46:00 +01:00
760a7c4776
They are no longer executed and are unmaintained.
19 lines
396 B
YAML
19 lines
396 B
YAML
selector:
|
|
js_test:
|
|
roots:
|
|
- jstests/dur/*.js
|
|
exclude_files:
|
|
# SERVER-19124 closeall.js causes the task to time out in Evergreen.
|
|
- jstests/dur/closeall.js
|
|
|
|
# Durability tests start their own mongod's.
|
|
executor:
|
|
js_test:
|
|
config:
|
|
shell_options:
|
|
global_vars:
|
|
TestData:
|
|
storageEngine: mmapv1
|
|
nodb: ''
|
|
readMode: commands
|