-
Notifications
You must be signed in to change notification settings - Fork 17.7k
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
testing: Cleanup races with Logf and Errorf [1.15 backport] #41034
Comments
This was a regression from Go 1.14.7, which is not affected by the race. (And that means it is likely that tests written against Go 1.14 will inadvertently trigger the race when run with Go 1.15.) |
Change https://golang.org/cl/250617 mentions this issue: |
Approved because this is a critical problem without a workaround. |
Closed by merging 45265c2 to release-branch.go1.15. |
Updates #40908 Fixes #41034 Change-Id: I25561a3f18e730a50e6fbf85aa7bd85bf1b73b6e Reviewed-on: https://go-review.googlesource.com/c/go/+/250078 Reviewed-by: Tobias Klauser <[email protected]> Run-TryBot: Bryan C. Mills <[email protected]> TryBot-Result: Gobot Gobot <[email protected]> (cherry picked from commit 00a053b) Reviewed-on: https://go-review.googlesource.com/c/go/+/250617 Reviewed-by: Emmanuel Odeke <[email protected]> Reviewed-by: Michał Łowicki <[email protected]>
@bcmills requested issue #40908 to be considered for backport to the next 1.15 minor release.
The text was updated successfully, but these errors were encountered: