Skip to content

Commit d57aaa0

Browse files
adopt changes to unified test format 1.25
1 parent 1d918d4 commit d57aaa0

12 files changed

+64
-40
lines changed

test/spec/client-side-encryption/tests/unified/QE-Text-cleanupStructuredEncryptionData.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"description": "QE-Text-cleanupStructuredEncryptionData",
3-
"schemaVersion": "1.23",
3+
"schemaVersion": "1.25",
44
"runOnRequirements": [
55
{
66
"minServerVersion": "8.2.0",
@@ -9,7 +9,9 @@
99
"sharded",
1010
"load-balanced"
1111
],
12-
"csfle": true
12+
"csfle": {
13+
"minLibmongocryptVersion": "1.15.0"
14+
}
1315
}
1416
],
1517
"createEntities": [

test/spec/client-side-encryption/tests/unified/QE-Text-cleanupStructuredEncryptionData.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
description: QE-Text-cleanupStructuredEncryptionData
2-
schemaVersion: "1.23"
2+
schemaVersion: "1.25"
33
runOnRequirements:
4-
# Requires libmongocrypt 1.15.0 for SPM-4158.
54
- minServerVersion: "8.2.0" # Server 8.2.0 adds preview support for QE text queries.
65
topologies: ["replicaset", "sharded", "load-balanced"] # QE does not support standalone.
7-
csfle: true
6+
csfle:
7+
minLibmongocryptVersion: 1.15.0 # For SPM-4158.
88
createEntities:
99
- client:
1010
id: &client "client"

test/spec/client-side-encryption/tests/unified/QE-Text-compactStructuredEncryptionData.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"description": "QE-Text-compactStructuredEncryptionData",
3-
"schemaVersion": "1.23",
3+
"schemaVersion": "1.25",
44
"runOnRequirements": [
55
{
66
"minServerVersion": "8.2.0",
@@ -9,7 +9,9 @@
99
"sharded",
1010
"load-balanced"
1111
],
12-
"csfle": true
12+
"csfle": {
13+
"minLibmongocryptVersion": "1.15.0"
14+
}
1315
}
1416
],
1517
"createEntities": [

test/spec/client-side-encryption/tests/unified/QE-Text-compactStructuredEncryptionData.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
description: QE-Text-compactStructuredEncryptionData
2-
schemaVersion: "1.23"
2+
schemaVersion: "1.25"
33
runOnRequirements:
4-
# Requires libmongocrypt 1.15.0 for SPM-4158.
54
- minServerVersion: "8.2.0" # Server 8.2.0 adds preview support for QE text queries.
65
topologies: ["replicaset", "sharded", "load-balanced"] # QE does not support standalone.
7-
csfle: true
6+
csfle:
7+
minLibmongocryptVersion: 1.15.0 # For SPM-4158.
88
createEntities:
99
- client:
1010
id: &client "client"

test/spec/client-side-encryption/tests/unified/QE-Text-prefixPreview.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"description": "QE-Text-prefixPreview",
3-
"schemaVersion": "1.23",
3+
"schemaVersion": "1.25",
44
"runOnRequirements": [
55
{
66
"minServerVersion": "8.2.0",
@@ -9,7 +9,9 @@
99
"sharded",
1010
"load-balanced"
1111
],
12-
"csfle": true
12+
"csfle": {
13+
"minLibmongocryptVersion": "1.15.0"
14+
}
1315
}
1416
],
1517
"createEntities": [

test/spec/client-side-encryption/tests/unified/QE-Text-prefixPreview.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
description: QE-Text-prefixPreview
2-
schemaVersion: "1.23"
2+
schemaVersion: "1.25"
33
runOnRequirements:
4-
# Requires libmongocrypt 1.15.0 for SPM-4158.
54
- minServerVersion: "8.2.0" # Server 8.2.0 adds preview support for QE text queries.
65
topologies: ["replicaset", "sharded", "load-balanced"] # QE does not support standalone.
7-
csfle: true
6+
csfle:
7+
minLibmongocryptVersion: 1.15.0 # For SPM-4158.
88
createEntities:
99
- client:
1010
id: &client "client"

test/spec/client-side-encryption/tests/unified/QE-Text-substringPreview.json

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"description": "QE-Text-substringPreview",
3-
"schemaVersion": "1.23",
3+
"schemaVersion": "1.25",
44
"runOnRequirements": [
55
{
66
"minServerVersion": "8.2.0",
@@ -9,7 +9,9 @@
99
"sharded",
1010
"load-balanced"
1111
],
12-
"csfle": true
12+
"csfle": {
13+
"minLibmongocryptVersion": "1.15.0"
14+
}
1315
}
1416
],
1517
"createEntities": [
@@ -546,4 +548,4 @@
546548
]
547549
}
548550
]
549-
}
551+
}

test/spec/client-side-encryption/tests/unified/QE-Text-substringPreview.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
description: QE-Text-suffixPreview
2-
schemaVersion: "1.23"
1+
description: QE-Text-substringPreview
2+
schemaVersion: "1.25"
33
runOnRequirements:
4-
# Requires libmongocrypt 1.15.0 for SPM-4158.
54
- minServerVersion: "8.2.0" # Server 8.2.0 adds preview support for QE text queries.
65
topologies: ["replicaset", "sharded", "load-balanced"] # QE does not support standalone.
7-
csfle: true
6+
csfle:
7+
minLibmongocryptVersion: 1.15.0 # For SPM-4158.
88
createEntities:
99
- client:
1010
id: &client "client"

test/spec/client-side-encryption/tests/unified/QE-Text-suffixPreview.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"description": "QE-Text-suffixPreview",
3-
"schemaVersion": "1.23",
3+
"schemaVersion": "1.25",
44
"runOnRequirements": [
55
{
66
"minServerVersion": "8.2.0",
@@ -9,7 +9,9 @@
99
"sharded",
1010
"load-balanced"
1111
],
12-
"csfle": true
12+
"csfle": {
13+
"minLibmongocryptVersion": "1.15.0"
14+
}
1315
}
1416
],
1517
"createEntities": [

test/spec/client-side-encryption/tests/unified/QE-Text-suffixPreview.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
description: QE-Text-suffixPreview
2-
schemaVersion: "1.23"
2+
schemaVersion: "1.25"
33
runOnRequirements:
4-
# Requires libmongocrypt 1.15.0 for SPM-4158.
54
- minServerVersion: "8.2.0" # Server 8.2.0 adds preview support for QE text queries.
65
topologies: ["replicaset", "sharded", "load-balanced"] # QE does not support standalone.
7-
csfle: true
6+
csfle:
7+
minLibmongocryptVersion: 1.15.0 # For SPM-4158.
88
createEntities:
99
- client:
1010
id: &client "client"

0 commit comments

Comments
 (0)