0
0
mirror of https://github.com/mongodb/mongo.git synced 2024-11-25 00:58:53 +01:00
mongodb/buildscripts/resmokeconfig/suites/views.yml
Kyle Suarez ae1dc3ea4d SERVER-24765 integration test suite for views
The "views" resmoke suite tests basic views functionality. It also explicitly
tests every server command in mongod for interaction with views.
2016-07-08 13:09:55 -04:00

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