Skip to content

Commit 30edfde

Browse files
committed
PYTHON-2570 Resync unified tests version 1.1 or lower (#601)
(cherry picked from commit 7c85710)
1 parent e368027 commit 30edfde

24 files changed

+490
-61
lines changed
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
{
2+
"description": "entity-client-serverApi-version-type",
3+
"schemaVersion": "1.1",
4+
"createEntities": [
5+
{
6+
"client": {
7+
"id": "client0",
8+
"serverApi": {
9+
"version": "1",
10+
"deprecationErrors": 0
11+
}
12+
}
13+
}
14+
],
15+
"tests": [
16+
{
17+
"description": "foo",
18+
"operations": []
19+
}
20+
]
21+
}
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
{
2+
"description": "entity-client-serverApi-version-type",
3+
"schemaVersion": "1.1",
4+
"createEntities": [
5+
{
6+
"client": {
7+
"id": "client0",
8+
"serverApi": {
9+
"version": "1",
10+
"strict": 0
11+
}
12+
}
13+
}
14+
],
15+
"tests": [
16+
{
17+
"description": "foo",
18+
"operations": []
19+
}
20+
]
21+
}
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
{
2+
"description": "entity-client-serverApi-type",
3+
"schemaVersion": "1.1",
4+
"createEntities": [
5+
{
6+
"client": {
7+
"id": "client0",
8+
"serverApi": 0
9+
}
10+
}
11+
],
12+
"tests": [
13+
{
14+
"description": "foo",
15+
"operations": []
16+
}
17+
]
18+
}
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
{
2+
"description": "entity-client-serverApi-version-required",
3+
"schemaVersion": "1.1",
4+
"createEntities": [
5+
{
6+
"client": {
7+
"id": "client0",
8+
"serverApi": {}
9+
}
10+
}
11+
],
12+
"tests": [
13+
{
14+
"description": "foo",
15+
"operations": []
16+
}
17+
]
18+
}
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
{
2+
"description": "entity-client-serverApi-version-type",
3+
"schemaVersion": "1.1",
4+
"createEntities": [
5+
{
6+
"client": {
7+
"id": "client0",
8+
"serverApi": {
9+
"version": 0
10+
}
11+
}
12+
}
13+
],
14+
"tests": [
15+
{
16+
"description": "foo",
17+
"operations": []
18+
}
19+
]
20+
}
Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
{
2+
"description": "expectedCommandEvent-additionalProperties",
3+
"schemaVersion": "1.0",
4+
"createEntities": [
5+
{
6+
"client": {
7+
"id": "client0"
8+
}
9+
}
10+
],
11+
"tests": [
12+
{
13+
"description": "foo",
14+
"operations": [],
15+
"expectEvents": [
16+
{
17+
"client": "client0",
18+
"events": [
19+
{
20+
"foo": 0
21+
}
22+
]
23+
}
24+
]
25+
}
26+
]
27+
}
Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
{
2+
"description": "expectedCommandEvent-commandFailedEvent-commandName-type",
3+
"schemaVersion": "1.0",
4+
"createEntities": [
5+
{
6+
"client": {
7+
"id": "client0"
8+
}
9+
}
10+
],
11+
"tests": [
12+
{
13+
"description": "foo",
14+
"operations": [],
15+
"expectEvents": [
16+
{
17+
"client": "client0",
18+
"events": [
19+
{
20+
"commandFailedEvent": {
21+
"commandName": 0
22+
}
23+
}
24+
]
25+
}
26+
]
27+
}
28+
]
29+
}
Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
{
2+
"description": "expectedCommandEvent-commandStartedEvent-additionalProperties",
3+
"schemaVersion": "1.0",
4+
"createEntities": [
5+
{
6+
"client": {
7+
"id": "client0"
8+
}
9+
}
10+
],
11+
"tests": [
12+
{
13+
"description": "foo",
14+
"operations": [],
15+
"expectEvents": [
16+
{
17+
"client": "client0",
18+
"events": [
19+
{
20+
"commandStartedEvent": {
21+
"foo": 0
22+
}
23+
}
24+
]
25+
}
26+
]
27+
}
28+
]
29+
}
Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
{
2+
"description": "expectedCommandEvent-commandStartedEvent-command-type",
3+
"schemaVersion": "1.0",
4+
"createEntities": [
5+
{
6+
"client": {
7+
"id": "client0"
8+
}
9+
}
10+
],
11+
"tests": [
12+
{
13+
"description": "foo",
14+
"operations": [],
15+
"expectEvents": [
16+
{
17+
"client": "client0",
18+
"events": [
19+
{
20+
"commandStartedEvent": {
21+
"command": 0
22+
}
23+
}
24+
]
25+
}
26+
]
27+
}
28+
]
29+
}
Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
{
2+
"description": "expectedCommandEvent-commandStartedEvent-commandName-type",
3+
"schemaVersion": "1.0",
4+
"createEntities": [
5+
{
6+
"client": {
7+
"id": "client0"
8+
}
9+
}
10+
],
11+
"tests": [
12+
{
13+
"description": "foo",
14+
"operations": [],
15+
"expectEvents": [
16+
{
17+
"client": "client0",
18+
"events": [
19+
{
20+
"commandStartedEvent": {
21+
"commandName": 0
22+
}
23+
}
24+
]
25+
}
26+
]
27+
}
28+
]
29+
}

0 commit comments

Comments
 (0)