File tree Expand file tree Collapse file tree 4 files changed +10
-11
lines changed
test/spec/client-backpressure Expand file tree Collapse file tree 4 files changed +10
-11
lines changed Original file line number Diff line number Diff line change 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" ,
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" ,
Original file line number Diff line number Diff 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-
Original file line number Diff line number Diff line change 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" ,
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" ,
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments