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: TestPacketConnReadWriteUnicastICMP failures with destination unreachable #57843

Open
gopherbot opened this issue Jan 17, 2023 · 2 comments
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 == "TestPacketConnReadWriteUnicastICMP" && `got type=destination unreachable`

Issue created automatically to collect these failures.

Example (log):

--- FAIL: TestPacketConnReadWriteUnicastICMP (0.01s)
    unicast_test.go:175: got type=destination unreachable, code=3; want type=echo reply, code=0

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 == "TestPacketConnReadWriteUnicastICMP"
2023-01-05 16:42 netbsd-amd64-9_3 net@f8411da7 go@145dd384 x/net/ipv4.TestPacketConnReadWriteUnicastICMP (log)
--- FAIL: TestPacketConnReadWriteUnicastICMP (0.01s)
    unicast_test.go:175: got type=destination unreachable, code=3; want type=echo reply, code=0

watchflakes

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

bcmills commented Jan 17, 2023

See also #57842.

@bcmills bcmills changed the title x/net/ipv4: TestPacketConnReadWriteUnicastICMP failures x/net/ipv4: TestPacketConnReadWriteUnicastICMP failures with destination unreachable 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