summaryrefslogtreecommitdiff
path: root/buildscripts/resmokeconfig/suites/change_streams_sharded_collections_passthrough.yml
blob: 9d0b301e992bc9b1efa32625e8c3f9853e450a4a (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
33
34
35
36
37
38
39
40
41
42
test_kind: js_test

selector:
  roots:
  - jstests/change_streams/**/*.js
  exclude_files:
  # Exercises an internal detail of mongos<->mongod communication. Not expected to work on mongos.
  - jstests/change_streams/report_latest_observed_oplog_timestamp.js
executor:
  config:
    shell_options:
      global_vars:
        TestData:
          defaultReadConcernLevel: majority
          enableMajorityReadConcern: ''
      eval: >-
        var testingReplication = true;
        load('jstests/libs/override_methods/set_read_and_write_concerns.js');
        load('jstests/libs/override_methods/implicitly_shard_accessed_collections.js');
      readMode: commands
  hooks:
  - class: ValidateCollections
  - class: CleanEveryN
    n: 20
  fixture:
    class: ShardedClusterFixture
    mongos_options:
      bind_ip_all: ''
      set_parameters:
        enableTestCommands: 1
    mongod_options:
      bind_ip_all: ''
      nopreallocj: ''
      set_parameters:
        enableTestCommands: 1
        writePeriodicNoops: 1
        periodicNoopIntervalSecs: 1
        numInitialSyncAttempts: 1
    num_rs_nodes_per_shard: 1
    num_shards: 2
    enable_sharding:
    - test