golang / go

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

net/http: TestTransportRemovesH2ConnsAfterIdle/h2 failures #70515

Open gopherbot opened 12 hours ago

gopherbot commented 12 hours ago
#!watchflakes
default <- pkg == "net/http" && test == "TestTransportRemovesH2ConnsAfterIdle/h2"

Issue created automatically to collect these failures.

Example (log):

=== RUN   TestTransportRemovesH2ConnsAfterIdle/h2
2024/11/22 02:11:36 Error enabling Transport HTTP/2 support: protocol https already registered
    transport_test.go:4259: got error: Get "https://127.0.0.1:46039": http2: client conn could not be established
--- FAIL: TestTransportRemovesH2ConnsAfterIdle/h2 (0.01s)

watchflakes

gopherbot commented 12 hours ago

Found new dashboard test flakes for:

#!watchflakes
default <- pkg == "net/http" && test == "TestTransportRemovesH2ConnsAfterIdle/h2"
2024-11-22 02:04 gotip-linux-amd64-longtest-noswissmap go@d524c954 net/http.TestTransportRemovesH2ConnsAfterIdle/h2 (log) === RUN TestTransportRemovesH2ConnsAfterIdle/h2 2024/11/22 02:11:36 Error enabling Transport HTTP/2 support: protocol https already registered transport_test.go:4259: got error: Get "https://127.0.0.1:46039": http2: client conn could not be established --- FAIL: TestTransportRemovesH2ConnsAfterIdle/h2 (0.01s)

watchflakes

gopherbot commented 10 hours ago

Found new dashboard test flakes for:

#!watchflakes
default <- pkg == "net/http" && test == "TestTransportRemovesH2ConnsAfterIdle/h2"
2024-11-22 03:48 gotip-linux-386-longtest go@b299e9a4 net/http.TestTransportRemovesH2ConnsAfterIdle/h2 (log) === RUN TestTransportRemovesH2ConnsAfterIdle/h2 2024/11/22 03:58:57 Error enabling Transport HTTP/2 support: protocol https already registered transport_test.go:4259: got error: Get "https://127.0.0.1:40031": http2: client conn could not be established --- FAIL: TestTransportRemovesH2ConnsAfterIdle/h2 (0.05s)

watchflakes