0
0
mirror of https://github.com/mongodb/mongo.git synced 2024-11-24 16:46:00 +01:00
mongodb/buildscripts/resmokeconfig/suites/views_rs.yml
2016-08-01 16:32:15 -04:00

28 lines
609 B
YAML

selector:
js_test:
roots:
- jstests/views/*.js
exclude_files:
# This test starts its own mongod's, so won't be replicated.
- jstests/views/durable_view_catalog.js
executor:
js_test:
config:
shell_options:
eval: "testingReplication = true;"
readMode: commands
hooks:
- class: ValidateCollections
- class: CheckReplDBHash
- class: CleanEveryN
n: 20
fixture:
class: ReplicaSetFixture
mongod_options:
oplogSize: 511
set_parameters:
enableTestCommands: 1
enableViews: 1
num_nodes: 2