summaryrefslogtreecommitdiff
path: root/buildscripts/resmokeconfig/suites/cqf.yml
blob: 67a5281be5c1e25eb31d839ec4e2f70ffc6b2850 (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:
  - jstests/cqf/**/*.js

executor:
  archive:
    hooks:
      - ValidateCollections
  config:
    shell_options:
      crashOnInvalidBSONError: ""
      objcheck: ""
      eval: |
        load("jstests/libs/override_methods/detect_spawning_own_mongod.js");
        load("jstests/libs/set_force_bonsai.js");
  hooks:
  - class: ValidateCollections
    shell_options:
      global_vars:
        TestData:
          skipValidationOnNamespaceNotFound: false
  - class: CleanEveryN
    n: 20
  fixture:
    class: MongoDFixture
    mongod_options:
      # Keep in sync with query_golden_cqf.yml.
      set_parameters:
        enableTestCommands: 1
        featureFlagCommonQueryFramework: true
        internalQueryFrameworkControl: "forceBonsai"