Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

x/net/ipv4: TestPacketConnReadWriteMulticastUDP failures with i/o timeout #59073

Open
gopherbot opened this issue Mar 16, 2023 · 2 comments
Open
Labels
NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
Milestone

Comments

@gopherbot
Copy link

gopherbot commented Mar 16, 2023

#!watchflakes
post <- pkg == "golang.org/x/net/ipv4" && test == "TestPacketConnReadWriteMulticastUDP" && `i/o timeout`

Issue created automatically to collect these failures.

Example (log):

--- FAIL: TestPacketConnReadWriteMulticastUDP (0.85s)
    --- FAIL: TestPacketConnReadWriteMulticastUDP/addr=232.0.1.0:0/grp=232.0.1.254/src=127.0.0.1 (0.70s)
        multicast_test.go:117: read udp 0.0.0.0:29306: raw-read udp4 0.0.0.0:29306: i/o timeout

watchflakes

@gopherbot gopherbot added the NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one. label Mar 16, 2023
@gopherbot
Copy link
Author

Found new dashboard test flakes for:

#!watchflakes
post <- pkg == "golang.org/x/net/ipv4" && test == "TestPacketConnReadWriteMulticastUDP"
2023-03-09 22:21 freebsd-arm-paulzhol net@9f24bb44 go@5f62ba62 x/net/ipv4.TestPacketConnReadWriteMulticastUDP (log)
--- FAIL: TestPacketConnReadWriteMulticastUDP (0.85s)
    --- FAIL: TestPacketConnReadWriteMulticastUDP/addr=232.0.1.0:0/grp=232.0.1.254/src=127.0.0.1 (0.70s)
        multicast_test.go:117: read udp 0.0.0.0:29306: raw-read udp4 0.0.0.0:29306: i/o timeout

watchflakes

@gopherbot gopherbot added this to the Unreleased milestone Mar 16, 2023
@bcmills bcmills changed the title x/net/ipv4: TestPacketConnReadWriteMulticastUDP failures x/net/ipv4: TestPacketConnReadWriteMulticastUDP failures with i/o timeout Mar 16, 2023
@bcmills
Copy link
Contributor

bcmills commented Mar 16, 2023

See also #57842.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
Projects
Status: No status
Development

No branches or pull requests

2 participants