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

runtime/pprof: TestCPUProfileMultithreaded is flaky #6522

Closed
lexprfuncall opened this issue Oct 1, 2013 · 5 comments
Closed

runtime/pprof: TestCPUProfileMultithreaded is flaky #6522

lexprfuncall opened this issue Oct 1, 2013 · 5 comments

Comments

@lexprfuncall
Copy link

I get the following test failures somewhat regularly on my 16 core, 32 thread Linux
machine

--- FAIL: TestCPUProfileMultithreaded (0.69 seconds)
        pprof_test.go:129: crc32.ChecksumIEEE: 10
        pprof_test.go:129: crc32.Update: 58
        pprof_test.go:139: crc32.ChecksumIEEE has 10 samples out of 68, want at least 11, ideally 34

The numbers following crc32.ChecksumIEEE and crc32.Update vary somewhat but the error is
the same.
@lexprfuncall
Copy link
Author

Comment 1:

For what it's worth, I have observed this failure with 8g and 6g though the failure is
more frequent with 6g.

@rsc
Copy link
Contributor

rsc commented Nov 27, 2013

Comment 2:

Labels changed: added go1.3maybe.

@rsc
Copy link
Contributor

rsc commented Dec 4, 2013

Comment 3:

Labels changed: added release-none, removed go1.3maybe.

@rsc
Copy link
Contributor

rsc commented Dec 4, 2013

Comment 4:

Labels changed: added repo-main.

@rsc
Copy link
Contributor

rsc commented Apr 2, 2014

Comment 5:

Status changed to Fixed.

@golang golang locked and limited conversation to collaborators Jun 25, 2016
This issue was closed.
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