Skip to content

Commit 3f64de3

Browse files
authored
1 parent a7fc68f commit 3f64de3

File tree

4 files changed

+13
-23
lines changed

4 files changed

+13
-23
lines changed

test/client-backpressure/backpressure-connection-checkin.json

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"database": {
3333
"id": "database",
3434
"client": "client",
35-
"databaseName": "retryable-writes-tests"
35+
"databaseName": "backpressure-connection-checkin"
3636
}
3737
},
3838
{
@@ -43,18 +43,6 @@
4343
}
4444
}
4545
],
46-
"initialData": [
47-
{
48-
"collectionName": "coll",
49-
"databaseName": "retryable-writes-tests",
50-
"documents": [
51-
{
52-
"_id": 1,
53-
"x": 11
54-
}
55-
]
56-
}
57-
],
5846
"tests": [
5947
{
6048
"description": "overload error retry attempts return connections to the pool",

test/client-backpressure/backpressure-retry-loop.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@
112112
"database": {
113113
"id": "database_retryWrites_false",
114114
"client": "client_retryWrites_false",
115-
"databaseName": "backpressure-db"
115+
"databaseName": "retryable-writes-tests"
116116
}
117117
},
118118
{
@@ -711,7 +711,7 @@
711711
]
712712
},
713713
{
714-
"description": "database.aggregate retries using operation loop",
714+
"description": "database.aggregate read retries using operation loop",
715715
"operations": [
716716
{
717717
"name": "failPoint",
@@ -1480,7 +1480,7 @@
14801480
]
14811481
},
14821482
{
1483-
"description": "collection.aggregate retries using operation loop",
1483+
"description": "collection.aggregate read retries using operation loop",
14841484
"operations": [
14851485
{
14861486
"name": "failPoint",
@@ -4734,7 +4734,7 @@
47344734
]
47354735
},
47364736
{
4737-
"description": "collection.aggregate retries using operation loop",
4737+
"description": "collection.aggregate write retries using operation loop",
47384738
"operations": [
47394739
{
47404740
"name": "failPoint",

test/client-backpressure/backpressure-retry-max-attempts.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -496,7 +496,7 @@
496496
]
497497
},
498498
{
499-
"description": "database.aggregate retries at most maxAttempts=5 times",
499+
"description": "database.aggregate read retries at most maxAttempts=5 times",
500500
"operations": [
501501
{
502502
"name": "failPoint",
@@ -1026,7 +1026,7 @@
10261026
]
10271027
},
10281028
{
1029-
"description": "collection.aggregate retries at most maxAttempts=5 times",
1029+
"description": "collection.aggregate read retries at most maxAttempts=5 times",
10301030
"operations": [
10311031
{
10321032
"name": "failPoint",
@@ -3448,7 +3448,7 @@
34483448
]
34493449
},
34503450
{
3451-
"description": "collection.aggregate retries at most maxAttempts=5 times",
3451+
"description": "collection.aggregate write retries at most maxAttempts=5 times",
34523452
"operations": [
34533453
{
34543454
"name": "failPoint",

test/client-backpressure/getMore-retried.json

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"description": "getMore-retries-backpressure",
2+
"description": "getMore-retried-backpressure",
33
"schemaVersion": "1.3",
44
"runOnRequirements": [
55
{
@@ -10,6 +10,7 @@
1010
{
1111
"client": {
1212
"id": "client0",
13+
"useMultipleMongoses": false,
1314
"observeEvents": [
1415
"commandStartedEvent",
1516
"commandFailedEvent",
@@ -19,7 +20,8 @@
1920
},
2021
{
2122
"client": {
22-
"id": "failPointClient"
23+
"id": "failPointClient",
24+
"useMultipleMongoses": false
2325
}
2426
},
2527
{
@@ -83,14 +85,14 @@
8385
},
8486
{
8587
"name": "find",
88+
"object": "coll",
8689
"arguments": {
8790
"batchSize": 2,
8891
"filter": {},
8992
"sort": {
9093
"a": 1
9194
}
9295
},
93-
"object": "coll",
9496
"expectResult": [
9597
{
9698
"a": 1

0 commit comments

Comments
 (0)