x/net/http2: some tests are hanging on Plan 9 #35904
Labels
FrozenDueToAge
NeedsFix
The path to resolution is known, but the work has not been done.
OS-Plan9
Testing
An issue that has been verified to require only test changes, not just a test failure.
Some tests are hanging and then timing out on the builder (see https://build.golang.org/log/e8cfde2d4ead686a8f9bb892621c1394d7505bce and below). This is due to plan9 not supporting
CloseWrite
on TCP connections. I think we should also callClose
on the connection on plan9, so that tests don't hang and waste time on the builder.@gopherbot add labels OS-Plan9, NeedsFix, Testing
The text was updated successfully, but these errors were encountered: