File tree Expand file tree Collapse file tree 2 files changed +2
-6
lines changed
src/test/spec/json/connection-monitoring-and-pooling Expand file tree Collapse file tree 2 files changed +2
-6
lines changed Original file line number Diff line number Diff line change 7373 "type" : " ConnectionCheckOutStarted" ,
7474 "address" : 42
7575 },
76- {
77- "type" : " ConnectionPoolCleared" ,
78- "address" : 42
79- },
8076 {
8177 "type" : " ConnectionCheckOutFailed" ,
8278 "reason" : " connectionError" ,
9591 ],
9692 "ignore" : [
9793 " ConnectionPoolReady" ,
94+ " ConnectionPoolCleared" ,
9895 " ConnectionPoolCreated" ,
9996 " ConnectionCreated" ,
10097 " ConnectionReady" ,
Original file line number Diff line number Diff line change @@ -44,8 +44,6 @@ events:
4444 address : 42
4545 - type : ConnectionCheckOutStarted
4646 address : 42
47- - type : ConnectionPoolCleared
48- address : 42
4947 - type : ConnectionCheckOutFailed
5048 reason : connectionError
5149 address : 42
@@ -57,6 +55,7 @@ events:
5755 address : 42
5856ignore :
5957 - ConnectionPoolReady
58+ - ConnectionPoolCleared
6059 - ConnectionPoolCreated
6160 - ConnectionCreated
6261 - ConnectionReady
You can’t perform that action at this time.
0 commit comments