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

net/http: TestServerDuplicateBackgroundRead crashes netbsd-arm builder #24826

Open
bsiegert opened this issue Apr 12, 2018 · 3 comments
Open
Labels
NeedsFix The path to resolution is known, but the work has not been done. OS-NetBSD Testing An issue that has been verified to require only test changes, not just a test failure.
Milestone

Comments

@bsiegert
Copy link
Contributor

One of the net/http tests, TestServerDuplicateBackgroundRead, has crashed the netbsd-arm-bsiegert builder machine several times. When this happens, the machine locks up, accepting no input on the console, and the CPU gets hot.

0232815 marks this test as skipped.

This issue is tracked upstream in NetBSD as http://gnats.netbsd.org/53173.

//cc @zoulasc @bradfitz @tklauser

@andybons andybons added Testing An issue that has been verified to require only test changes, not just a test failure. OS-NetBSD NeedsFix The path to resolution is known, but the work has not been done. labels Apr 12, 2018
@andybons andybons added this to the Unplanned milestone Apr 12, 2018
@gopherbot
Copy link

Change https://golang.org/cl/106636 mentions this issue: net/http: address comments from previous review

gopherbot pushed a commit that referenced this issue Apr 12, 2018
Move the test skip to use testenv.SkipFlaky and link to the Go issue.

Update #24826

Change-Id: I7a0ea3325ffcaa790b25f8cdc429fb52e96a41c7
Reviewed-on: https://go-review.googlesource.com/106636
Reviewed-by: Tobias Klauser <tobias.klauser@gmail.com>
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
Run-TryBot: Tobias Klauser <tobias.klauser@gmail.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
@bsiegert
Copy link
Contributor Author

The current working theory for the kernel issue is that this is related to network connectivity and/or the type of network interface. It happens with the urtwn (Realtek USB Wi-Fi) plugged in but not without.

@bcmills
Copy link
Contributor

bcmills commented Oct 30, 2023

@bsiegert, it's been a while since this was filed. Has this been fixed upstream? If so, can the skip be removed from the test?

(CC @golang/netbsd)

@bcmills bcmills modified the milestones: Unplanned, Backlog Oct 30, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
NeedsFix The path to resolution is known, but the work has not been done. OS-NetBSD Testing An issue that has been verified to require only test changes, not just a test failure.
Projects
None yet
Development

No branches or pull requests

4 participants