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: TestTransportMaxConnsPerHostDialCancellation/h1 failures #69182

Open gopherbot opened 2 weeks ago

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

Issue created automatically to collect these failures.

Example (log):

=== RUN   TestTransportMaxConnsPerHostDialCancellation/h1
    transport_test.go:767: expected error context canceled, got <nil>
--- FAIL: TestTransportMaxConnsPerHostDialCancellation/h1 (0.00s)

watchflakes

gopherbot commented 2 weeks ago

Found new dashboard test flakes for:

#!watchflakes
default <- pkg == "net/http" && test == "TestTransportMaxConnsPerHostDialCancellation/h1"
2024-08-30 19:26 gotip-netbsd-arm64 go@d0baac37 net/http.TestTransportMaxConnsPerHostDialCancellation/h1 (log) === RUN TestTransportMaxConnsPerHostDialCancellation/h1 transport_test.go:767: expected error context canceled, got --- FAIL: TestTransportMaxConnsPerHostDialCancellation/h1 (0.00s)

watchflakes