Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Reduce number of goroutines in TestConcurrentCreateGroups (#5294)
Currently the number of goroutines created in TestConcurrentCreateGroups is so large that sometimes the limit of 8192 goroutines of the race detector on Windows is exceeded. Reducing the number of goroutines may resolve the problem. Fixes #5261. Signed-off-by: shi0rik0 <[email protected]>
- Loading branch information