Skip to content

Commit 21c6bb1

Browse files
committed
PHPLIB-1088: Sync Queryable Encryption spec tests for pre-QEv2 driver
Synced with mongodb/specifications@baf3724 but omits newer range index tests, which don't apply.
1 parent 5cb1631 commit 21c6bb1

16 files changed

+176
-146
lines changed

tests/SpecTests/client-side-encryption/tests/fle2-BypassQueryAnalysis.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
11
{
22
"runOn": [
33
{
4+
"maxServerVersion": "6.2.99",
45
"minServerVersion": "6.0.0",
56
"topology": [
67
"replicaset",
7-
"sharded"
8+
"sharded",
9+
"load-balanced"
810
]
911
}
1012
],

tests/SpecTests/client-side-encryption/tests/fle2-Compact.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
11
{
22
"runOn": [
33
{
4+
"maxServerVersion": "6.2.99",
45
"minServerVersion": "6.0.0",
56
"topology": [
67
"replicaset",
7-
"sharded"
8+
"sharded",
9+
"load-balanced"
810
]
911
}
1012
],

0 commit comments

Comments
 (0)