-
Notifications
You must be signed in to change notification settings - Fork 17.7k
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/tls: test is flaky on Dragonfly builder #29583
Comments
Still flaky (https://build.golang.org/log/09ba39e75f0d2358b18a04f51d5064e53c3796db):
|
CC @FiloSottile |
Change https://golang.org/cl/184157 mentions this issue: |
@tdfbsd notes that there have been two more flakes after the attempted fix: |
https://build.golang.org/log/f558b293b29ffb96eeec7919c1e331433f5b8404
All of these flakes seem to feature a |
I'm fed up with this flake. I'll send a workaround. 😤 |
Change https://golang.org/cl/202557 mentions this issue: |
Change https://golang.org/cl/206759 mentions this issue: |
Looping in @tuxillo on this |
tracefile.zip
What version of Go are you using (
go version
)?Does this issue reproduce with the latest release?
yes
What operating system and processor architecture are you using (
go env
)?What did you do?
The Dragonfly builder sporadically fails on the crypto/tls test. This is a recent example:
https://build.golang.org/log/820d1356dcba0a2db4f1397b513f9ab4b744ed14
I ran this test manually enough times to get it to fail:
bin/go test -count 1 crypto/tls -test.timeout 120s -test.trace tracefile
The text was updated successfully, but these errors were encountered: