-
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: TestDynamicRecordSizingWithStreamCipher timeout on darwin-amd64-10_12 builder #34735
Comments
This is stuck in Dial/Accept, like many other issues, and AFAICT it's not TLS specific. The crypto/tls already grew a lot of code just to try to get a connected TCP pipe, and I feel like it's getting out of scope. There should probably be some helper package that crypto/tls and others can rely on. |
Agreed — ideally exported somewhere. (If we can't write non-flaky tests using the |
Retitling to reflect #34920. (The |
From the
darwin-amd64-race
builder (https://build.golang.org/log/f1bbcc56f8b0a11004fddd58fdf1942d658c9e1c), a timeout due to anIO wait
incrypto/tls.TestDynamicRecordSizingWithStreamCipher
:See previously #27902, #27833 (
crypto/tls
timeouts ondarwin
); #32919, #29225, #32534 (various timeout-related errors in thenet
package ondarwin
).CC @FiloSottile @ianlancetaylor @mikioh
The text was updated successfully, but these errors were encountered: