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

selector:
  roots:
  - src/mongo/db/modules/*/jstests/fle/*.js
  - src/mongo/db/modules/*/jstests/fle2_query_analysis/*.js
  exclude_with_any_tags:
  - unsupported_fle_2
executor:
  config:
    shell_options:
      nodb: ''
      ssl: ''
      tlsAllowInvalidHostnames: ''
      tlsAllowInvalidCertificates: ''
      tlsCAFile: jstests/libs/ca.pem
      tlsCertificateKeyFile: jstests/libs/client.pem
      global_vars:
        TestData:
          useFle2Protocol: true