Bug Report
YDB GO SDK version:
Environment
Current behavior:
Expected behavior:
Steps to reproduce:
Related code:
insert short code snippets here
Other information:
=== RUN TestPool/PreferredNodeID/ContextCanceledAfterSlotReservation
pool_test.go:1575: Stats before cancel: Index=2, Idle=0, CreateInProgress=1
pool_test.go:1593: Stats after cancel: Index=2, Idle=0, CreateInProgress=0
pool_test.go:1604:
Error Trace: /Users/runner/work/ydb-go-sdk/ydb-go-sdk/internal/pool/pool_test.go:1604
Error: Not equal:
expected: 4
actual : 3
Test: TestPool/PreferredNodeID/ContextCanceledAfterSlotReservation
Messages: Pool should not exceed limit
--- FAIL: TestPool (25.34s)