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

crypto/x509: test is sometimes very slow #10692

Closed
rsc opened this issue May 5, 2015 · 4 comments
Closed

crypto/x509: test is sometimes very slow #10692

rsc opened this issue May 5, 2015 · 4 comments

Comments

@rsc
Copy link
Contributor

rsc commented May 5, 2015

On my OS X laptop, during go test -a -short std, crypto/x509 sometimes completes in a second or two; other times it takes 17+ seconds. There doesn't seem to be an in-between. Investigate once fewer fires are burning.

@rsc rsc added this to the Go1.5 milestone May 5, 2015
@rsc rsc modified the milestones: Unplanned, Go1.5 Jul 14, 2015
@FiloSottile
Copy link
Contributor

Can't reproduce with for i in $(seq 100); do go test -short crypto/x509; done. Close?

@bradfitz
Copy link
Contributor

@FiloSottile, on a Mac? Macs often have low ulimits. But yeah, we can close. It's been awhile.

@FiloSottile
Copy link
Contributor

Yep on my Mac. for i in $(seq 100); do go test -a -short std | grep '\tcrypto/x509\t'; done is also 1-2s even with thermal throttling, closing.

@FiloSottile
Copy link
Contributor

OTOH that command triggered a kernel panic after a few iterations. Something about com.apple.filesystems.apfs, com.apple.kec.corecrypto and link. Exciting.

I'm reproducing it another day.

@golang golang locked and limited conversation to collaborators Feb 10, 2019
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

4 participants