summaryrefslogtreecommitdiff
path: root/buildscripts/resmokeconfig/suites/json_schema.yml
blob: 55004c95f17a1cb3de4f4683e64ed9f863f83ecf (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
test_kind: json_schema_test

selector:
  roots:
  - src/third_party/JSON-Schema-Test-Suite/tests/draft4/**/*.json
  exclude_files:
  - src/third_party/JSON-Schema-Test-Suite/tests/draft4/default.json
  - src/third_party/JSON-Schema-Test-Suite/tests/draft4/definitions.json
  - src/third_party/JSON-Schema-Test-Suite/tests/draft4/optional/bignum.json
  - src/third_party/JSON-Schema-Test-Suite/tests/draft4/optional/ecmascript-regex.json
  - src/third_party/JSON-Schema-Test-Suite/tests/draft4/optional/format.json
  - src/third_party/JSON-Schema-Test-Suite/tests/draft4/optional/zeroTerminatedFloats.json
  - src/third_party/JSON-Schema-Test-Suite/tests/draft4/ref.json
  - src/third_party/JSON-Schema-Test-Suite/tests/draft4/refRemote.json

executor:
  config:
    shell_options:
      readMode: commands
  hooks:
  - class: ValidateCollections
  - class: CleanEveryN
    n: 20
  fixture:
    class: MongoDFixture
    mongod_options:
      set_parameters:
        enableTestCommands: 1