golang / go

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

crypto/tls: TestVerifyCertificates/TLSv12/RequestClientCert_with_no_certs failures #68444

Closed gopherbot closed 3 weeks ago

gopherbot commented 1 month ago
#!watchflakes
default <- pkg == "crypto/tls" && test == "TestVerifyCertificates/TLSv12/RequestClientCert_with_no_certs"

Issue created automatically to collect these failures.

Example (log):

=== RUN   TestVerifyCertificates/TLSv12/RequestClientCert_with_no_certs
=== PAUSE TestVerifyCertificates/TLSv12/RequestClientCert_with_no_certs
=== CONT  TestVerifyCertificates/TLSv12/RequestClientCert_with_no_certs
    handshake_test.go:425: failed to call cli.Close: close tcp 127.0.0.1:64036->127.0.0.1:33107: connection reset by peer
--- FAIL: TestVerifyCertificates/TLSv12/RequestClientCert_with_no_certs (0.02s)

watchflakes

gopherbot commented 1 month ago

Found new dashboard test flakes for:

#!watchflakes
default <- pkg == "crypto/tls" && test == "TestVerifyCertificates/TLSv12/RequestClientCert_with_no_certs"
2024-06-21 21:01 gotip-freebsd-riscv64 go@0af2148f crypto/tls.TestVerifyCertificates/TLSv12/RequestClientCert_with_no_certs (log) === RUN TestVerifyCertificates/TLSv12/RequestClientCert_with_no_certs === PAUSE TestVerifyCertificates/TLSv12/RequestClientCert_with_no_certs === CONT TestVerifyCertificates/TLSv12/RequestClientCert_with_no_certs handshake_test.go:425: failed to call cli.Close: close tcp 127.0.0.1:64036->127.0.0.1:33107: connection reset by peer --- FAIL: TestVerifyCertificates/TLSv12/RequestClientCert_with_no_certs (0.02s)

watchflakes

gopherbot commented 1 month ago

Found new dashboard test flakes for:

#!watchflakes
default <- pkg == "crypto/tls" && test == "TestVerifyCertificates/TLSv12/RequestClientCert_with_no_certs"
2024-07-03 13:03 gotip-freebsd-riscv64 go@71f9dbb1 crypto/tls.TestVerifyCertificates/TLSv12/RequestClientCert_with_no_certs (log) === RUN TestVerifyCertificates/TLSv12/RequestClientCert_with_no_certs === PAUSE TestVerifyCertificates/TLSv12/RequestClientCert_with_no_certs === CONT TestVerifyCertificates/TLSv12/RequestClientCert_with_no_certs handshake_test.go:495: failed to call cli.Close: close tcp 127.0.0.1:39020->127.0.0.1:43674: connection reset by peer --- FAIL: TestVerifyCertificates/TLSv12/RequestClientCert_with_no_certs (0.04s)

watchflakes

FiloSottile commented 3 weeks ago

Duplicate of #68155