golang / go

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

crypto/tls: TestResumptionKeepsOCSPAndSCT/TLSv12 failures #68461

Open gopherbot opened 3 months ago

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

Issue created automatically to collect these failures.

Example (log):

=== RUN   TestResumptionKeepsOCSPAndSCT/TLSv12
    handshake_test.go:425: failed to call cli.Close: close tcp 127.0.0.1:60043->127.0.0.1:65488: connection reset by peer
--- FAIL: TestResumptionKeepsOCSPAndSCT/TLSv12 (0.02s)

watchflakes

gopherbot commented 3 months ago

Found new dashboard test flakes for:

#!watchflakes
default <- pkg == "crypto/tls" && test == "TestResumptionKeepsOCSPAndSCT/TLSv12"
2024-06-21 16:32 go1.23-freebsd-riscv64 release-branch.go1.23@7dff7439 crypto/tls.TestResumptionKeepsOCSPAndSCT/TLSv12 (log) === RUN TestResumptionKeepsOCSPAndSCT/TLSv12 handshake_test.go:425: failed to call cli.Close: close tcp 127.0.0.1:60043->127.0.0.1:65488: connection reset by peer --- FAIL: TestResumptionKeepsOCSPAndSCT/TLSv12 (0.02s)

watchflakes