mirror of
https://github.com/mongodb/mongo.git
synced 2024-11-24 16:46:00 +01:00
22 lines
459 B
YAML
22 lines
459 B
YAML
selector:
|
|
js_test:
|
|
roots:
|
|
- src/mongo/db/modules/*/jstests/rlp/*.js
|
|
|
|
executor:
|
|
js_test:
|
|
config:
|
|
shell_options:
|
|
readMode: commands
|
|
hooks:
|
|
- class: ValidateCollections
|
|
- class: CleanEveryN
|
|
n: 20
|
|
fixture:
|
|
class: MongoDFixture
|
|
mongod_options:
|
|
basisTechRootDirectory: /opt/basis
|
|
set_parameters:
|
|
enableTestCommands: 1
|
|
rlpEnableExperimentalLanguagesForTesting: true
|