-
Notifications
You must be signed in to change notification settings - Fork 386
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
goroutines limit 8128 exceeded on Windows and unit test failed #5261
Comments
It may indicate there is goroutine leak, hope it's only in test code. |
I think I figure out the reason of this failure. The A workaround is setting 8000 to a smaller value, or we can just safely ignore such failure. |
@ceclinux I suppose it's Ok to decrease the number? |
Currently the number of goroutines created in TestConcurrentCreateGroups is too large that sometimes the limit of 8192 goroutines of the race detector on Windows is exceeded. Reducing the number of goroutines may relieve the problem. Fixes antrea-io#5261. Signed-off-by: shi0rik0 <anguuan@outlook.com>
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 <anguuan@outlook.com>
The following errors happens occasionally, and Windows unit test will fail.
A build failure: https://github.com/antrea-io/antrea/actions/runs/5576066018/attempts/2?pr=523
The text was updated successfully, but these errors were encountered: