summaryrefslogtreecommitdiff
path: root/buildscripts/resmokeconfig/suites/jstestfuzz_replication_fcbis.yml
blob: 0d69d7563d16e5b435514bb1f5def47fe8b5d1d8 (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:
  - jstestfuzz/out/*.js

executor:
  archive:
    hooks:
      - BackgroundInitialSync
  config:
    shell_options:
      crashOnInvalidBSONError: ""
      objcheck: ""
      global_vars:
        TestData:
          ignoreCommandsIncompatibleWithInitialSync: true
  hooks:
  - class: FuzzerRestoreSettings
  - 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: 3
          command: 2
          storage: 1
        transactionLifetimeLimitSeconds: 1
        writePeriodicNoops: 1
        initialSyncMethod: "fileCopyBased"
    num_nodes: 2
    start_initial_sync_node: True