golang / go

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

net/http: TestTransportDialCancelRace/h1 failures #68111

Open gopherbot opened 1 week ago

gopherbot commented 1 week ago
#!watchflakes
default <- pkg == "net/http" && test == "TestTransportDialCancelRace/h1"

Issue created automatically to collect these failures.

Example (log):

=== RUN   TestTransportDialCancelRace/h1
    transport_test.go:4299: expected canceled request error; got <nil>
--- FAIL: TestTransportDialCancelRace/h1 (0.00s)

watchflakes

gopherbot commented 1 week ago

Found new dashboard test flakes for:

#!watchflakes
default <- pkg == "net/http" && test == "TestTransportDialCancelRace/h1"
2024-05-20 15:47 gotip-linux-amd64-boringcrypto go@7ffa8d0a net/http.TestTransportDialCancelRace/h1 (log) === RUN TestTransportDialCancelRace/h1 transport_test.go:4299: expected canceled request error; got --- FAIL: TestTransportDialCancelRace/h1 (0.00s)

watchflakes

gabyhelp commented 1 week ago

Similar Issues

(Emoji vote if this was helpful or unhelpful; more detailed feedback welcome in this discussion.)