summaryrefslogtreecommitdiff
path: root/buildscripts/resmokeconfig/suites/replica_sets_initsync_static_jscore_passthrough.yml
blob: 5ad77fa692caf948f4cc4c9072bb600034e0151c (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
test_kind: js_test

selector:
  roots:
  - jstests/core/**/*.js
  exclude_files:
  # Having duplicate namespaces is not supported and will cause initial sync to fail.
  - jstests/core/views/duplicate_ns.js
  # Change stream pre-images are not cloned during initial sync.
  - jstests/core/write_change_stream_pit_preimage.js
  - jstests/core/write_change_stream_pit_preimage_in_transaction.js

  exclude_with_any_tags:
  - assumes_standalone_mongod
  - disabled_due_to_server_61671

run_hook_interval: &run_hook_interval 20
executor:
  archive:
    hooks:
      - IntermediateInitialSync
  config:
    shell_options:
      eval: "testingReplication = true;"
  hooks:
  - class: IntermediateInitialSync
    n: *run_hook_interval
  - class: CleanEveryN
    n: *run_hook_interval
  fixture:
    class: ReplicaSetFixture
    mongod_options:
      set_parameters:
        enableTestCommands: 1
        collectionClonerBatchSize: 10
        initialSyncOplogFetcherBatchSize: 10
    num_nodes: 2
    start_initial_sync_node: True
    replset_config_options:
      settings:
        chainingAllowed: False