You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
bsiegert opened this issue
Apr 12, 2018
· 3 comments
Labels
NeedsFixThe path to resolution is known, but the work has not been done.OS-NetBSDTestingAn issue that has been verified to require only test changes, not just a test failure.
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.
The text was updated successfully, but these errors were encountered:
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
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>
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.
NeedsFixThe path to resolution is known, but the work has not been done.OS-NetBSDTestingAn issue that has been verified to require only test changes, not just a test failure.
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
The text was updated successfully, but these errors were encountered: