File tree Expand file tree Collapse file tree 4 files changed +13
-23
lines changed
Expand file tree Collapse file tree 4 files changed +13
-23
lines changed Original file line number Diff line number Diff line change 3232 "database" : {
3333 "id" : " database" ,
3434 "client" : " client" ,
35- "databaseName" : " retryable-writes-tests "
35+ "databaseName" : " backpressure-connection-checkin "
3636 }
3737 },
3838 {
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" ,
Original file line number Diff line number Diff line change 112112 "database" : {
113113 "id" : " database_retryWrites_false" ,
114114 "client" : " client_retryWrites_false" ,
115- "databaseName" : " backpressure-db "
115+ "databaseName" : " retryable-writes-tests "
116116 }
117117 },
118118 {
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" ,
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 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" ,
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 11{
2- "description" : " getMore-retries -backpressure" ,
2+ "description" : " getMore-retried -backpressure" ,
33 "schemaVersion" : " 1.3" ,
44 "runOnRequirements" : [
55 {
1010 {
1111 "client" : {
1212 "id" : " client0" ,
13+ "useMultipleMongoses" : false ,
1314 "observeEvents" : [
1415 " commandStartedEvent" ,
1516 " commandFailedEvent" ,
1920 },
2021 {
2122 "client" : {
22- "id" : " failPointClient"
23+ "id" : " failPointClient" ,
24+ "useMultipleMongoses" : false
2325 }
2426 },
2527 {
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
You can’t perform that action at this time.
0 commit comments