golang / go

The Go programming language
https://go.dev
BSD 3-Clause "New" or "Revised" License
122.83k stars 17.51k forks source link

crypto/tls: TestTLS13OnlyClientHelloCipherSuite/some_TLS_1.2_cipher failures #68435

Open gopherbot opened 1 month ago

gopherbot commented 1 month ago
#!watchflakes
default <- pkg == "crypto/tls" && test == "TestTLS13OnlyClientHelloCipherSuite/some_TLS_1.2_cipher"

Issue created automatically to collect these failures.

Example (log):

=== RUN   TestTLS13OnlyClientHelloCipherSuite/some_TLS_1.2_cipher
=== PAUSE TestTLS13OnlyClientHelloCipherSuite/some_TLS_1.2_cipher
=== CONT  TestTLS13OnlyClientHelloCipherSuite/some_TLS_1.2_cipher
    handshake_test.go:425: failed to call cli.Close: close tcp 127.0.0.1:53159->127.0.0.1:15597: connection reset by peer
--- FAIL: TestTLS13OnlyClientHelloCipherSuite/some_TLS_1.2_cipher (0.05s)

watchflakes

gopherbot commented 1 month ago

Found new dashboard test flakes for:

#!watchflakes
default <- pkg == "crypto/tls" && test == "TestTLS13OnlyClientHelloCipherSuite/some_TLS_1.2_cipher"
2024-06-12 15:10 gotip-freebsd-riscv64 go@b589478a crypto/tls.TestTLS13OnlyClientHelloCipherSuite/some_TLS_1.2_cipher (log) === RUN TestTLS13OnlyClientHelloCipherSuite/some_TLS_1.2_cipher === PAUSE TestTLS13OnlyClientHelloCipherSuite/some_TLS_1.2_cipher === CONT TestTLS13OnlyClientHelloCipherSuite/some_TLS_1.2_cipher handshake_test.go:425: failed to call cli.Close: close tcp 127.0.0.1:53159->127.0.0.1:15597: connection reset by peer --- FAIL: TestTLS13OnlyClientHelloCipherSuite/some_TLS_1.2_cipher (0.05s)

watchflakes