golang / go

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

net/http: TestClientCallsCloseOnlyOnce/h1 failures #68777

Open gopherbot opened 3 months ago

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

Issue created automatically to collect these failures.

Example (log):

=== RUN   TestClientCallsCloseOnlyOnce/h1
=== PAUSE TestClientCallsCloseOnlyOnce/h1
=== CONT  TestClientCallsCloseOnlyOnce/h1
    client_test.go:2065: dial tcp 127.0.0.1:51531: connectex: A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond.
--- FAIL: TestClientCallsCloseOnlyOnce/h1 (1.14s)

watchflakes

gopherbot commented 3 months ago

Found new dashboard test flakes for:

#!watchflakes
default <- pkg == "net/http" && test == "TestClientCallsCloseOnlyOnce/h1"
2024-08-07 19:48 gotip-windows-386 go@5eeba95b net/http.TestClientCallsCloseOnlyOnce/h1 (log) === RUN TestClientCallsCloseOnlyOnce/h1 === PAUSE TestClientCallsCloseOnlyOnce/h1 === CONT TestClientCallsCloseOnlyOnce/h1 client_test.go:2065: dial tcp 127.0.0.1:51531: connectex: A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond. --- FAIL: TestClientCallsCloseOnlyOnce/h1 (1.14s)

watchflakes