We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 94bc9a3 commit 85d2a6bCopy full SHA for 85d2a6b
test/load_balancer/sdam-error-handling.json
@@ -323,15 +323,21 @@
323
"reason": "error"
324
}
325
},
326
+ {
327
+ "poolBackoffEvent": {
328
+ "attempt": 1
329
+ }
330
+ },
331
{
332
"connectionCheckOutFailedEvent": {
333
"reason": "connectionError"
334
335
336
- "poolBackoffEvent": {
- "attempt": 1
- }
337
+ "connectionCreatedEvent": {}
338
339
340
+ "connectionReadyEvent": {}
341
342
343
"connectionCheckedOutEvent": {}
0 commit comments