Commit e06977e
committed
test: fix flaky TestAdd_Close_concurrent
An error may appear in a test if a connection to an instance was
canceled by a concurrent pool.Close() call:
```
failed to dial: dial tcp host:port: operation was canceled
```
It is expected behavior and we should to fix the test.1 parent ebdf986 commit e06977e
1 file changed
+6
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
676 | 676 | | |
677 | 677 | | |
678 | 678 | | |
679 | | - | |
| 679 | + | |
| 680 | + | |
| 681 | + | |
| 682 | + | |
| 683 | + | |
| 684 | + | |
680 | 685 | | |
681 | 686 | | |
682 | 687 | | |
| |||
0 commit comments