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 236aefd commit b66a2c8Copy full SHA for b66a2c8
pool/connection_pool_test.go
@@ -529,10 +529,7 @@ func TestAdd_unreachable(t *testing.T) {
529
defer connPool.Close()
530
531
unhealthyServ := "127.0.0.2:6667"
532
- ctx, cancel = test_helpers.GetConnectContext()
533
- defer cancel()
534
-
535
- err = connPool.Add(ctx, pool.Instance{
+ err = connPool.Add(context.Background(), pool.Instance{
536
Name: unhealthyServ,
537
Dialer: tarantool.NetDialer{
538
Address: unhealthyServ,
0 commit comments