Files
mongo/buildscripts/resmokeconfig/suites/fle2_query_analysis.yml
Alex Neben b665258d9d SERVER-88970 Added yaml formatting to server repo
GitOrigin-RevId: 35db3811d8f749edd5b79ba910adcbc1ceb54cc4
2024-04-06 05:23:20 +00:00

21 lines
496 B
YAML

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