15 lines
262 B
YAML
15 lines
262 B
YAML
test_kind: js_test
|
|
|
|
selector:
|
|
roots:
|
|
- jstests/serverless/*.js
|
|
- src/mongo/db/modules/*/jstests/serverless/**/*.js
|
|
|
|
executor:
|
|
config:
|
|
shell_options:
|
|
nodb: ""
|
|
global_vars:
|
|
TestData:
|
|
hashTestNamesForMultitenancy: true
|