21 lines
496 B
YAML
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
|