Skip to content

Commit 36909f7

Browse files
committed
sync name dedupe PR
1 parent fbb85b7 commit 36909f7

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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",

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -366,7 +366,7 @@ tests:
366366
commandName: bulkWrite
367367

368368

369-
- description: 'database.aggregate retries using operation loop'
369+
- description: 'database.aggregate read retries using operation loop'
370370
operations:
371371
- name: failPoint
372372
object: testRunner

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

Lines changed: 1 addition & 1 deletion
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",

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -252,7 +252,7 @@ tests:
252252
- commandFailedEvent:
253253
commandName: bulkWrite
254254

255-
- description: 'database.aggregate retries at most maxAttempts=5 times'
255+
- description: 'database.aggregate read retries at most maxAttempts=5 times'
256256
operations:
257257
- name: failPoint
258258
object: testRunner

0 commit comments

Comments
 (0)