golang / go

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

net/http: TestTransportDiscardsUnneededConns/h2 failures #70299

Open gopherbot opened 2 weeks ago

gopherbot commented 2 weeks ago
#!watchflakes
default <- pkg == "net/http" && test == "TestTransportDiscardsUnneededConns/h2"

Issue created automatically to collect these failures.

Example (log):

=== RUN   TestTransportDiscardsUnneededConns/h2
=== PAUSE TestTransportDiscardsUnneededConns/h2
=== CONT  TestTransportDiscardsUnneededConns/h2
2024/11/08 14:38:34 Error enabling Transport HTTP/2 support: protocol https already registered
    clientserver_test.go:1153: 10 connections opened, 8 closed; want 9 to close
2024/11/08 14:38:45 Error enabling Transport HTTP/2 support: protocol https already registered
    clientserver_test.go:211: server log: http: TLS handshake error from 127.0.0.1:59261: read tcp 127.0.0.1:59268->127.0.0.1:59261: use of closed network connection
--- FAIL: TestTransportDiscardsUnneededConns/h2 (10.64s)

watchflakes

gopherbot commented 2 weeks ago

Found new dashboard test flakes for:

#!watchflakes
default <- pkg == "net/http" && test == "TestTransportDiscardsUnneededConns/h2"
2024-11-08 01:06 gotip-netbsd-arm go@2b334342 net/http.TestTransportDiscardsUnneededConns/h2 (log) === RUN TestTransportDiscardsUnneededConns/h2 === PAUSE TestTransportDiscardsUnneededConns/h2 === CONT TestTransportDiscardsUnneededConns/h2 2024/11/08 14:38:34 Error enabling Transport HTTP/2 support: protocol https already registered clientserver_test.go:1153: 10 connections opened, 8 closed; want 9 to close 2024/11/08 14:38:45 Error enabling Transport HTTP/2 support: protocol https already registered clientserver_test.go:211: server log: http: TLS handshake error from 127.0.0.1:59261: read tcp 127.0.0.1:59268->127.0.0.1:59261: use of closed network connection --- FAIL: TestTransportDiscardsUnneededConns/h2 (10.64s)

watchflakes