golang / go

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

crypto/tls: TestVerifyConnection/TLSv13 failures #68660

Open gopherbot opened 3 months ago

gopherbot commented 3 months ago
#!watchflakes
default <- pkg == "crypto/tls" && test == "TestVerifyConnection/TLSv13"

Issue created automatically to collect these failures.

Example (log):

=== RUN   TestVerifyConnection/TLSv13
    handshake_test.go:495: failed to call cli.Close: close tcp 127.0.0.1:24221->127.0.0.1:48674: connection reset by peer
--- FAIL: TestVerifyConnection/TLSv13 (0.16s)

watchflakes

gopherbot commented 3 months ago

Found new dashboard test flakes for:

#!watchflakes
default <- pkg == "crypto/tls" && test == "TestVerifyConnection/TLSv13"
2024-07-29 16:13 gotip-freebsd-riscv64 go@aa97a012 crypto/tls.TestVerifyConnection/TLSv13 (log) === RUN TestVerifyConnection/TLSv13 handshake_test.go:495: failed to call cli.Close: close tcp 127.0.0.1:24221->127.0.0.1:48674: connection reset by peer --- FAIL: TestVerifyConnection/TLSv13 (0.16s)

watchflakes