mirror of
https://github.com/mongodb/mongo.git
synced 2024-11-25 00:58:53 +01:00
ae1dc3ea4d
The "views" resmoke suite tests basic views functionality. It also explicitly tests every server command in mongod for interaction with views.
21 lines
363 B
YAML
21 lines
363 B
YAML
selector:
|
|
js_test:
|
|
roots:
|
|
- jstests/views/*.js
|
|
|
|
executor:
|
|
js_test:
|
|
config:
|
|
shell_options:
|
|
readMode: commands
|
|
hooks:
|
|
- class: ValidateCollections
|
|
- class: CleanEveryN
|
|
n: 20
|
|
fixture:
|
|
class: MongoDFixture
|
|
mongod_options:
|
|
set_parameters:
|
|
enableTestCommands: 1
|
|
enableViews: 1
|