-
Notifications
You must be signed in to change notification settings - Fork 18k
cmd/go/internal/renameio: TestConcurrentReadsAndWrites flaky on darwin-*-10_14 #33041
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
Comments
(Note that that's still consistent with the “kernel bug on macOS 10.14” theory.) |
|
|
darwin-amd64-nocgo at 5bb59b6: https://build.golang.org/log/54c73a2f81a6c9cdb8e247471802e7ab22103ee9 I've tried to repro on linux/amd64 with no luck, even after pumping up the attempts+concurrency numbers and using -race. |
|
More I think it's time to file a bug against macOS 10.14. |
Change https://golang.org/cl/197517 mentions this issue: |
Turned out to be easier to extend the existing Windows-flakiness workaround. |
Still flaky, but at a much lower rate that manifests as deadlocked syscalls. Still looks like a kernel regression to me. Guess we need to file a bug with @apple after all.
|
Change https://golang.org/cl/222158 mentions this issue: |
Issue #37695 has been completed and pushed to prod. |
Seen on the
darwin-amd64-10_14
builder in https://build.golang.org/log/49d29b0fff39a3acd249d95364eada3b72dac5f9:I haven't seen this failure on any other builder. Could be a kernel bug on macOS 10.14, perhaps?
Filing an issue mostly so that we have a place to look for patterns.
The text was updated successfully, but these errors were encountered: