Skip to content

Commit 85d2a6b

Browse files
committed
fix load balancer test
1 parent 94bc9a3 commit 85d2a6b

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

test/load_balancer/sdam-error-handling.json

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -323,15 +323,21 @@
323323
"reason": "error"
324324
}
325325
},
326+
{
327+
"poolBackoffEvent": {
328+
"attempt": 1
329+
}
330+
},
326331
{
327332
"connectionCheckOutFailedEvent": {
328333
"reason": "connectionError"
329334
}
330335
},
331336
{
332-
"poolBackoffEvent": {
333-
"attempt": 1
334-
}
337+
"connectionCreatedEvent": {}
338+
},
339+
{
340+
"connectionReadyEvent": {}
335341
},
336342
{
337343
"connectionCheckedOutEvent": {}

0 commit comments

Comments
 (0)