File tree Expand file tree Collapse file tree 3 files changed +71
-7
lines changed Expand file tree Collapse file tree 3 files changed +71
-7
lines changed Original file line number Diff line number Diff line change
1
+ diff --git a/test/load_balancer/cursors.json b/test/load_balancer/cursors.json
2
+ index 43e4fbb4f..4e2a55fd4 100644
3
+ --- a/test/load_balancer/cursors.json
4
+ +++ b/test/load_balancer/cursors.json
5
+ @@ -376,7 +376,7 @@
6
+ ]
7
+ },
8
+ {
9
+ + "description": "pinned connections are not returned after an network error during getMore",
10
+ - "description": "pinned connections are returned after an network error during getMore",
11
+ "operations": [
12
+ {
13
+ "name": "failPoint",
14
+ @@ -440,7 +440,7 @@
15
+ "object": "testRunner",
16
+ "arguments": {
17
+ "client": "client0",
18
+ + "connections": 1
19
+ - "connections": 0
20
+ }
21
+ },
22
+ {
23
+ @@ -659,7 +659,7 @@
24
+ ]
25
+ },
26
+ {
27
+ + "description": "pinned connections are not returned to the pool after a non-network error on getMore",
28
+ - "description": "pinned connections are returned to the pool after a non-network error on getMore",
29
+ "operations": [
30
+ {
31
+ "name": "failPoint",
32
+ @@ -715,7 +715,7 @@
33
+ "object": "testRunner",
34
+ "arguments": {
35
+ "client": "client0",
36
+ + "connections": 1
37
+ - "connections": 0
38
+ }
39
+ },
40
+ {
41
+ diff --git a/test/load_balancer/sdam-error-handling.json b/test/load_balancer/sdam-error-handling.json
42
+ index 63aabc04d..462fa0aac 100644
43
+ --- a/test/load_balancer/sdam-error-handling.json
44
+ +++ b/test/load_balancer/sdam-error-handling.json
45
+ @@ -366,6 +366,9 @@
46
+ {
47
+ "connectionCreatedEvent": {}
48
+ },
49
+ + {
50
+ + "poolClearedEvent": {}
51
+ + },
52
+ {
53
+ "connectionClosedEvent": {
54
+ "reason": "error"
55
+ @@ -378,9 +375,6 @@
56
+ "connectionCheckOutFailedEvent": {
57
+ "reason": "connectionError"
58
+ }
59
+ - },
60
+ - {
61
+ - "poolClearedEvent": {}
62
+ }
63
+ ]
64
+ }
Original file line number Diff line number Diff line change 385
385
]
386
386
},
387
387
{
388
- "description" : " pinned connections are not returned after an network error during getMore" ,
388
+ "description" : " pinned connections are returned after an network error during getMore" ,
389
389
"operations" : [
390
390
{
391
391
"name" : " failPoint" ,
449
449
"object" : " testRunner" ,
450
450
"arguments" : {
451
451
"client" : " client0" ,
452
- "connections" : 1
452
+ "connections" : 0
453
453
}
454
454
},
455
455
{
677
677
]
678
678
},
679
679
{
680
- "description" : " pinned connections are not returned to the pool after a non-network error on getMore" ,
680
+ "description" : " pinned connections are returned to the pool after a non-network error on getMore" ,
681
681
"operations" : [
682
682
{
683
683
"name" : " failPoint" ,
733
733
"object" : " testRunner" ,
734
734
"arguments" : {
735
735
"client" : " client0" ,
736
- "connections" : 1
736
+ "connections" : 0
737
737
}
738
738
},
739
739
{
Original file line number Diff line number Diff line change 372
372
{
373
373
"connectionCreatedEvent" : {}
374
374
},
375
- {
376
- "poolClearedEvent" : {}
377
- },
378
375
{
379
376
"connectionClosedEvent" : {
380
377
"reason" : " error"
384
381
"connectionCheckOutFailedEvent" : {
385
382
"reason" : " connectionError"
386
383
}
384
+ },
385
+ {
386
+ "poolClearedEvent" : {}
387
387
}
388
388
]
389
389
}
You can’t perform that action at this time.
0 commit comments