blob: 453ba6d861b6e7c39af7dc0f824ae4d4e9354564 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
test_kind: js_test
selector:
roots:
- jstests/noPassthrough/*.js
- src/mongo/db/modules/*/jstests/hot_backups/*.js
# Self-tests for the Concurrency testing framework are run as part of this test suite.
- jstests/concurrency/*.js
exclude_files:
# Disable inmem_full as per SERVER-27014
- jstests/noPassthrough/inmem_full.js
# noPassthrough tests start their own mongod's.
executor:
archive:
tests:
- jstests/noPassthrough/backup*.js
- jstests/noPassthrough/rollback_wt_cache_full.js
- jstests/noPassthrough/wt_unclean_shutdown.js
config:
shell_options:
nodb: ''
readMode: commands
|