golang / go

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

build: golang.org/x/net/quic failures #67956

Open gopherbot opened 2 weeks ago

gopherbot commented 2 weeks ago
#!watchflakes
default <- repo == "net" && pkg == "" && test == "golang.org/x/net/quic"

Issue created automatically to collect these failures.

Example (log):

FAIL    golang.org/x/net/quic   1200.149s

watchflakes

gopherbot commented 2 weeks ago

Found new dashboard test flakes for:

#!watchflakes
default <- repo == "net" && pkg == "" && test == "golang.org/x/net/quic"
2024-06-04 17:07 x_net-go1.21-darwin-amd64-race net@66e838c6 release-branch.go1.21@7e563a0a golang.org/x/net/quic (log) FAIL golang.org/x/net/quic 1200.149s

watchflakes

neild commented 2 weeks ago

Test failure caused by us sending a UDP datagram to localhost and not receiving it.

Not quite sure what to do about that; if this continues flaking, perhaps the tests need to stop assuming localhost is reliable. (Retry the test if the packet isn't received? Send a probe packet and t.Skip if we can't read it?)

marten-seemann commented 1 week ago

Might be related to https://github.com/golang/go/issues/67226.