You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* add `serverless: forbid` to fle2v2 tests
This will be reverted in DRIVERS-2589
* add fle2v2 tests
The fle2v2 tests are copies of fle2-* tests
The expected payloads have been updated.
deleteTokens have been removed from the expectations.
* bump minServerVersion to 7.0.0
* note that libmongocrypt 1.8.0 is required for fle2v2 tests
* remove fle2-* tests
* require server 7.0 for QE prose tests
* skip QE prose tests on serverless pending DRIVERS-2589
Copy file name to clipboardExpand all lines: source/client-side-encryption/etc/test-templates/fle2v2-EncryptedFields-vs-EncryptedFieldsMap.yml.template
+4-3Lines changed: 4 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,8 @@
1
+
# Requires libmongocrypt 1.8.0.
1
2
runOn:
2
-
- maxServerVersion: "6.2.99"
3
-
# Do not test on server version >= 6.3.0. Server version >= 6.3.0 includes backwards breaking changes to FLE2 protocol. Refer: DRIVERS-2435
4
-
minServerVersion: "6.0.0"
3
+
- minServerVersion: "7.0.0"
4
+
serverless: "forbid"
5
+
# Skip QEv2 (also referred to as FLE2v2) tests on Serverless. Unskip once Serverless enables the QEv2 protocol.
5
6
# FLE 2 Encrypted collections are not supported on standalone.
0 commit comments