Skip to content
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

sync: tests fail with mutex profiling #17966

Closed
bradfitz opened this issue Nov 17, 2016 · 2 comments
Closed

sync: tests fail with mutex profiling #17966

bradfitz opened this issue Nov 17, 2016 · 2 comments

Comments

@bradfitz
Copy link
Contributor

As reported by @hyangah,

$ go test -v  -mutexprofile=prof.mutex -test.mutexprofilefraction=1 -test.bench=Misuse2

... sometimes fails. At least on Linux and with

Can we detect (from the sync tests) that mutex profiling is enabled and skip some tests?

@bradfitz bradfitz added this to the Go1.9Maybe milestone Nov 17, 2016
@bradfitz bradfitz changed the title sync: tests fail with mutex p sync: tests fail with mutex profiling Nov 17, 2016
@bradfitz bradfitz modified the milestones: Go1.9Maybe, Go1.10 Jul 20, 2017
@rsc
Copy link
Contributor

rsc commented Nov 29, 2017

This report is not particularly actionable. Fails how? On Linux and with what?

@rsc
Copy link
Contributor

rsc commented Nov 29, 2017

Please reopen if you have more details. I'm assuming those are lost at this point.

@rsc rsc closed this as completed Nov 29, 2017
@golang golang locked and limited conversation to collaborators Nov 29, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants