Skip to content

Commit e516536

Browse files
committed
de-duplicate names
1 parent 1fabddb commit e516536

File tree

4 files changed

+10
-11
lines changed

4 files changed

+10
-11
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -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/spec/client-backpressure/backpressure-retry-loop.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ initialData:
8383
_yamlAnchors:
8484
bulWriteInsertNamespace: &client_bulk_write_ns retryable-writes-tests.coll
8585

86-
tests:
86+
tests:
8787
- description: 'client.listDatabases retries using operation loop'
8888
operations:
8989
- name: failPoint
@@ -743,7 +743,7 @@ tests:
743743
commandName: aggregate
744744

745745

746-
- description: 'collection.aggregate retries using operation loop'
746+
- description: 'collection.aggregate read retries using operation loop'
747747
operations:
748748
- name: failPoint
749749
object: testRunner
@@ -2344,7 +2344,7 @@ tests:
23442344
commandName: dropIndexes
23452345

23462346

2347-
- description: 'collection.aggregate retries using operation loop'
2347+
- description: 'collection.aggregate write retries using operation loop'
23482348
operations:
23492349
- name: failPoint
23502350
object: testRunner
@@ -2411,4 +2411,3 @@ tests:
24112411
commandName: aggregate
24122412
- commandFailedEvent:
24132413
commandName: aggregate
2414-

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -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/spec/client-backpressure/backpressure-retry-max-attempts.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ initialData:
4040
- { _id: 1, x: 11 }
4141
- { _id: 2, x: 22 }
4242

43-
tests:
43+
tests:
4444
- description: 'client.listDatabases retries at most maxAttempts=5 times'
4545
operations:
4646
- name: failPoint
@@ -513,7 +513,7 @@ tests:
513513
- commandFailedEvent:
514514
commandName: aggregate
515515

516-
- description: 'collection.aggregate retries at most maxAttempts=5 times'
516+
- description: 'collection.aggregate read retries at most maxAttempts=5 times'
517517
operations:
518518
- name: failPoint
519519
object: testRunner
@@ -1711,7 +1711,7 @@ tests:
17111711
- commandFailedEvent:
17121712
commandName: dropIndexes
17131713

1714-
- description: 'collection.aggregate retries at most maxAttempts=5 times'
1714+
- description: 'collection.aggregate write retries at most maxAttempts=5 times'
17151715
operations:
17161716
- name: failPoint
17171717
object: testRunner

0 commit comments

Comments
 (0)