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: TestPacketConnReadWriteUnicastUDP failures with i/o timeout #57842

Open
gopherbot opened this issue Jan 17, 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 Jan 17, 2023

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

Issue created automatically to collect these failures.

Example (log):

--- FAIL: TestPacketConnReadWriteUnicastUDP (0.10s)
    unicast_test.go:79: read udp 127.0.0.1:65493: raw-read udp4 127.0.0.1:65493: 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 Jan 17, 2023
@gopherbot
Copy link
Author

Found new dashboard test flakes for:

#!watchflakes
post <- pkg == "golang.org/x/net/ipv4" && test == "TestPacketConnReadWriteUnicastUDP"
2023-01-05 16:42 netbsd-amd64-9_3 net@f8411da7 go@145dd384 x/net/ipv4.TestPacketConnReadWriteUnicastUDP (log)
--- FAIL: TestPacketConnReadWriteUnicastUDP (0.10s)
    unicast_test.go:79: read udp 127.0.0.1:65493: raw-read udp4 127.0.0.1:65493: i/o timeout

watchflakes

@gopherbot gopherbot added this to the Unreleased milestone Jan 17, 2023
@bcmills
Copy link
Contributor

bcmills commented Jan 17, 2023

See previously #53402.

@bcmills bcmills changed the title x/net/ipv4: TestPacketConnReadWriteUnicastUDP failures x/net/ipv4: TestPacketConnReadWriteUnicastUDP failures with i/o timeout Mar 16, 2023
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