summaryrefslogtreecommitdiff
path: root/buildscripts/resmokeconfig/suites/master_slave_jscore_passthrough.yml
blob: 4af7ba65c02784de6ae6e616ccae3c6252417990 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
selector:
  js_test:
    roots:
    - jstests/core/**/*.js
    exclude_files:
    # These tests are not expected to pass with master-slave:
    - jstests/core/dbadmin.js
    - jstests/core/opcounters_write_cmd.js
    - jstests/core/capped_update.js

executor:
  js_test:
    config:
      shell_options:
        eval: "testingReplication = true;"
        readMode: commands
    hooks:
    - class: ValidateCollections
    - class: CheckReplDBHash
    - class: CleanEveryN
      n: 20
    fixture:
      class: MasterSlaveFixture
      mongod_options:
        oplogSize: 511
        set_parameters:
          enableTestCommands: 1