Skip to content

Commit fff2f41

Browse files
sync run on requirement tests
1 parent 7b2560b commit fff2f41

4 files changed

+56
-0
lines changed
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
{
2+
"description": "runOnRequirement-csfle-minLibmongocryptVersion-pattern",
3+
"schemaVersion": "1.25",
4+
"runOnRequirements": [
5+
{
6+
"csfle": {
7+
"minLibmongocryptVersion": "1.2.3.4"
8+
}
9+
}
10+
],
11+
"tests": [
12+
{
13+
"description": "foo",
14+
"operations": []
15+
}
16+
]
17+
}
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
description: "runOnRequirement-csfle-minLibmongocryptVersion-pattern"
2+
3+
schemaVersion: "1.25"
4+
5+
runOnRequirements:
6+
- csfle:
7+
minLibmongocryptVersion: "1.2.3.4"
8+
9+
tests:
10+
- description: "foo"
11+
operations: []
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
{
2+
"description": "runOnRequirement-csfle-minLibmongocryptVersion-type",
3+
"schemaVersion": "1.25",
4+
"runOnRequirements": [
5+
{
6+
"csfle": {
7+
"minLibmongocryptVersion": 0
8+
}
9+
}
10+
],
11+
"tests": [
12+
{
13+
"description": "foo",
14+
"operations": []
15+
}
16+
]
17+
}
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
description: "runOnRequirement-csfle-minLibmongocryptVersion-type"
2+
3+
schemaVersion: "1.25"
4+
5+
runOnRequirements:
6+
- csfle:
7+
minLibmongocryptVersion: 0
8+
9+
tests:
10+
- description: "foo"
11+
operations: []

0 commit comments

Comments
 (0)