summaryrefslogtreecommitdiff
path: root/buildscripts/resmokeconfig/suites/master_slave_jscore_passthrough.yml
blob: f7aefe690fc138af6b119f622c4709ecf37aecfa (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
28
29
30
31
32
test_kind: js_test

selector:
  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:
  config:
    shell_options:
      eval: "testingReplication = true;"
      readMode: commands
  hooks:
  # The CheckReplDBHash hook waits until all operations have replicated to and have been applied
  # on the secondaries, so we run the ValidateCollections hook after it to ensure we're
  # validating the entire contents of the collection.
  - class: CheckReplDBHash
  - class: ValidateCollections
  - class: CleanEveryN
    n: 20
  fixture:
    class: MasterSlaveFixture
    mongod_options:
      oplogSize: 511
      set_parameters:
        enableTestCommands: 1
        # See SERVER-30161
        enableCollectionUUIDs: 0