summaryrefslogtreecommitdiff
path: root/buildscripts/resmokeconfig/suites/jstestfuzz_replication_initsync.yml
blob: 74eb0f8e11506e3ec8e436f7a95b81770dad0fd3 (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
    n: 1
    shell_options:
      global_vars:
        TestData:
          skipValidationOnInvalidViewDefinitions: true
  fixture:
    class: ReplicaSetFixture
    mongod_options:
      verbose: ''
      set_parameters:
        disableLogicalSessionCacheRefresh: false
        enableTestCommands: 1
        logComponentVerbosity:
          replication: 2
        numInitialSyncAttempts: 1
        transactionLifetimeLimitSeconds: 1
        writePeriodicNoops: 1
    num_nodes: 2
    start_initial_sync_node: True