summaryrefslogtreecommitdiff
path: root/buildscripts/resmokeconfig/suites/json_schema.yml
blob: 5d6f134a055b267e240a6c819dbb463a832bc968 (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
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:
  archive:
    hooks:
      - ValidateCollections
  config: {}
  hooks:
  - class: ValidateCollections
  - class: CleanEveryN
    n: 20
  fixture:
    class: MongoDFixture
    mongod_options:
      set_parameters:
        enableTestCommands: 1