-
Notifications
You must be signed in to change notification settings - Fork 4.4k
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
ci: Run unit tests with -race #8329
Comments
I'm seeing some of the Some of the stacks are missing (I think that is due to another bug in Go that I patched and will be in go1.15). I tried to reproduce locally and it appears to be a race with I think #7948 may fix the immediate problem with the race. stack traces
|
stack traces
|
checks is failing a lot as well it seems, on my machine, on 2nd/3rd run, this fails on master branch:
|
That last PR (#8346) should have fixed checks for HTTP and Alias. Are you seeing the other ones fail as well? I commented in that PR description that I think the problem exists in all the Check types, but I hadn't seen the rest fail yet, so I wanted to get a quick fix merged to get things green. I've been using |
indeed with the last patch I cannot reproduce anymore |
I've attempted to enable 'go test -race', but there are many failures (example). Data races could cause flaky tests, and may even cause issues in production.
I'm starting work on this in #8269. This issue is to track packages that have failures so that we can fix them incrementally.
Related issues:
The text was updated successfully, but these errors were encountered: