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/ipv6: TestConnInitiatorPathMTU failures #60633

Closed
gopherbot opened this issue Jun 6, 2023 · 2 comments
Closed

x/net/ipv6: TestConnInitiatorPathMTU failures #60633

gopherbot opened this issue Jun 6, 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

#!watchflakes
post <- pkg == "golang.org/x/net/ipv6" && test == "TestConnInitiatorPathMTU"

Issue created automatically to collect these failures.

Example (log):

--- FAIL: TestConnInitiatorPathMTU (0.00s)
    sockopt_test.go:40: dial tcp6 [::1]:65509: connect: connection reset by peer
    asm_amd64.s:1650: accept tcp6 [::1]:65509: use of closed network connection

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 Jun 6, 2023
@gopherbot
Copy link
Author

Found new dashboard test flakes for:

#!watchflakes
post <- pkg == "golang.org/x/net/ipv6" && test == "TestConnInitiatorPathMTU"
2023-06-01 14:35 netbsd-amd64-9_3 net@10cf3880 go@db3f952b x/net/ipv6.TestConnInitiatorPathMTU (log)
--- FAIL: TestConnInitiatorPathMTU (0.00s)
    sockopt_test.go:40: dial tcp6 [::1]:65509: connect: connection reset by peer
    asm_amd64.s:1650: accept tcp6 [::1]:65509: use of closed network connection

watchflakes

@gopherbot gopherbot added this to the Unreleased milestone Jun 6, 2023
@bcmills
Copy link
Contributor

bcmills commented Jun 13, 2023

Duplicate of #58276

@bcmills bcmills marked this as a duplicate of #58276 Jun 13, 2023
@bcmills bcmills closed this as not planned Won't fix, can't repro, duplicate, stale Jun 13, 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
Archived in project
Development

No branches or pull requests

2 participants