summaryrefslogtreecommitdiff
path: root/buildscripts/resmokeconfig/suites/core_op_query.yml
blob: 10e359c0fdf93c1f5899acfd37a28e4be121e348 (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
test_kind: js_test

selector:
  roots:
  - jstests/core/**/*.js

executor:
  archive:
    hooks:
      - ValidateCollections
  config:
    shell_options:
      rpcProtocols: opQueryOnly
      readMode: commands
  hooks:
  - class: ValidateCollections
    shell_options:
      global_vars:
        TestData:
          skipValidationOnNamespaceNotFound: false
  - class: CleanEveryN
    n: 20
  fixture:
    class: MongoDFixture
    mongod_options:
      set_parameters:
        enableTestCommands: 1