Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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.
- Loading branch information