summaryrefslogtreecommitdiff
path: root/buildscripts/resmokeconfig/suites/concurrency.yml
blob: 80f2f1259537eb09e1fea9af969a6b64767e5ab5 (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
test_kind: fsm_workload_test

selector:
  roots:
  - jstests/concurrency/fsm_workloads/**/*.js
  exclude_with_any_tags:
  - uses_transactions
  - requires_replication
  - requires_sharding

executor:
  archive:
    hooks:
      - ValidateCollections
    tests: true
  config:
    shell_options:
      readMode: commands
  hooks:
  - class: ValidateCollections
    shell_options:
      global_vars:
        TestData:
          skipValidationOnNamespaceNotFound: false
  - class: CleanupConcurrencyWorkloads
  fixture:
    class: MongoDFixture
    mongod_options:
      set_parameters:
        enableTestCommands: 1