Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Get rid of leaked goroutine in TestConcurrentRetryableError
TestConcurrentRetryableError leaks an establishRegion goroutine trying to discover the meta region. It repeats endlessly in a loop because zookeeper is mocked to always return an error. This leaked goroutine breaks a test I add in the next change.
- Loading branch information