go x/net/quic: 测试UDP源指定失败

fxnxkyjh  于 4个月前  发布在  Go
关注(0)|答案(1)|浏览(39)
#!watchflakes
default <- pkg == "golang.org/x/net/quic" && test == "TestUDPSourceSpecified"

自动创建的问题以收集这些故障。
示例( log ):

--- FAIL: TestUDPSourceSpecified (0.01s)
    --- FAIL: TestUDPSourceSpecified/udp6/udp6/spec (0.00s)
        udp_test.go:45: Write: write udp6 [::1]:61184->[::1]:55294: sendmsg: no buffer space available

watchflakes

hm2xizp9

hm2xizp91#

Found new dashboard test flakes for:

#!watchflakes
default <- pkg == "golang.org/x/net/quic" && test == "TestUDPSourceSpecified"

2024-04-18 22:01 darwin-amd64-longtest net@f95a3b3a go@e6891188 x/net/quic.TestUDPSourceSpecified ( log )

--- FAIL: TestUDPSourceSpecified (0.01s)
    --- FAIL: TestUDPSourceSpecified/udp6/udp6/spec (0.00s)
        udp_test.go:45: Write: write udp6 [::1]:61184->[::1]:55294: sendmsg: no buffer space available

watchflakes

相关问题