summaryrefslogtreecommitdiff
path: root/buildscripts/resmokeconfig/suites/jstestfuzz_replication_resync.yml
blob: 1191d311a20524144e8b0354b88ded1031b8e694 (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
test_kind: js_test

selector:
  roots:
  - jstestfuzz/out/*.js

executor:
  archive:
    hooks:
      - BackgroundInitialSync
  config:
    shell_options:
      readMode: commands
      global_vars:
        TestData:
          ignoreCommandsIncompatibleWithInitialSync: true
  hooks:
  - class: CheckPrimary
  - class: BackgroundInitialSync
    use_resync: true
    n: 1
    shell_options:
      global_vars:
        TestData:
          skipValidationOnInvalidViewDefinitions: true
  fixture:
    class: ReplicaSetFixture
    mongod_options:
      oplogSize: 511
      verbose: ''
      set_parameters:
        logComponentVerbosity:
          replication: 2
        enableTestCommands: 1
        numInitialSyncAttempts: 1
        writePeriodicNoops: 1
    num_nodes: 2
    start_initial_sync_node: True