golang / go

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

net/http: TestOptions/h1 failures #69002

Open gopherbot opened 3 weeks ago

gopherbot commented 3 weeks ago
#!watchflakes
default <- pkg == "net/http" && test == "TestOptions/h1"

Issue created automatically to collect these failures.

Example (log):

=== RUN   TestOptions/h1
=== PAUSE TestOptions/h1
=== CONT  TestOptions/h1
    serve_test.go:3682: Get "http://127.0.0.1:53667/second": net/http: HTTP/1.x transport connection broken: http: CloseIdleConnections called
--- FAIL: TestOptions/h1 (0.03s)

watchflakes

gopherbot commented 3 weeks ago

Found new dashboard test flakes for:

#!watchflakes
default <- pkg == "net/http" && test == "TestOptions/h1"
2024-08-21 18:23 gotip-darwin-arm64_11 go@c5a9c8d0 net/http.TestOptions/h1 (log) === RUN TestOptions/h1 === PAUSE TestOptions/h1 === CONT TestOptions/h1 serve_test.go:3682: Get "http://127.0.0.1:53667/second": net/http: HTTP/1.x transport connection broken: http: CloseIdleConnections called --- FAIL: TestOptions/h1 (0.03s)

watchflakes