-
Notifications
You must be signed in to change notification settings - Fork 17.5k
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
path/filepath: TestEvalSymlinksAboveRoot failures on macOS #37910
Comments
Given the general flakiness of macOS filesystems, I wouldn't be surprised if this is due to a platform bug. (But I wouldn't be entirely surprised if it's a Go bug either.) |
I've run into this failure on darwin/arm64 as well, so it's not just darwin/amd64. It seems to be quite easy to reproduce when the system is under load with:
But hard to reproduce when the system isn't under load. |
Change https://golang.org/cl/332009 mentions this issue: |
On darwin, under load, it appears that the system occasionally deletes the temp dir mid-test. Don't fail the test when that happens. It would be nice to fix this in a deeper way. See golang.org/cl/332009 for some discussion. In the meantime, this will at least stop the flakiness. Updates #37910 Change-Id: I6669e466fed9abda4a87ca88345c04cd7986b41e Reviewed-on: https://go-review.googlesource.com/c/go/+/332009 Trust: Josh Bleecher Snyder <josharian@gmail.com> Run-TryBot: Josh Bleecher Snyder <josharian@gmail.com> TryBot-Result: Go Bot <gobot@golang.org> Reviewed-by: Bryan C. Mills <bcmills@google.com>
2020-03-17T20:48:23-0eeec4f/darwin-amd64-race
See previously #35201.
The text was updated successfully, but these errors were encountered: