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

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

executor:
  archive:
    hooks:
      - ValidateCollections
  config:
    shell_options:
      global_vars:
        TestData:
          checkForInterruptFailpointChance: 0.05
      eval: load('jstests/libs/jstestfuzz/check_for_interrupt_hook.js')
      crashOnInvalidBSONError: ""
      objcheck: ""
  hooks:
  - class: FuzzerRestoreSettings
  - class: ValidateCollections
    shell_options:
      global_vars:
        TestData:
          skipValidationOnInvalidViewDefinitions: true
          skipValidationOnNamespaceNotFound: false
  fixture:
    class: MongoDFixture
    mongod_options:
      set_parameters:
        disableLogicalSessionCacheRefresh: false
        enableTestCommands: 1
      verbose: ''