summaryrefslogtreecommitdiff
path: root/buildscripts/resmokeconfig/suites/durability.yml
blob: 9dbc458c8378cae9cace57a123dfd61f00bda0d4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
test_kind: js_test

selector:
  roots:
  - jstests/dur/*.js
  exclude_files:
  # SERVER-19124 closeall.js causes the task to time out in Evergreen.
  - jstests/dur/closeall.js

# Durability tests start their own mongod's.
executor:
  config:
    shell_options:
      global_vars:
        TestData:
          storageEngine: mmapv1
      nodb: ''
      readMode: commands