golang / go

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

crypto/tls: TestCrossVersionResume/TLSv12 failures #68564

Open gopherbot opened 2 months ago

gopherbot commented 2 months ago
#!watchflakes
default <- pkg == "crypto/tls" && test == "TestCrossVersionResume/TLSv12"

Issue created automatically to collect these failures.

Example (log):

=== RUN   TestCrossVersionResume/TLSv12
    handshake_test.go:495: failed to call cli.Close: close tcp 127.0.0.1:19506->127.0.0.1:31191: connection reset by peer
--- FAIL: TestCrossVersionResume/TLSv12 (0.12s)

watchflakes

gopherbot commented 2 months ago

Found new dashboard test flakes for:

#!watchflakes
default <- pkg == "crypto/tls" && test == "TestCrossVersionResume/TLSv12"
2024-07-22 21:51 gotip-freebsd-riscv64 go@b8f83e22 crypto/tls.TestCrossVersionResume/TLSv12 (log) === RUN TestCrossVersionResume/TLSv12 handshake_test.go:495: failed to call cli.Close: close tcp 127.0.0.1:19506->127.0.0.1:31191: connection reset by peer --- FAIL: TestCrossVersionResume/TLSv12 (0.12s)

watchflakes