net/http: TestServerKeepAlivesEnabled_h2 test flake #18701
Closed
Description
A recent trybot run showed this failure (CL is https://go-review.googlesource.com/c/35352/2):
https://storage.googleapis.com/go-build-log/ad057e0a/windows-386-gce_7ecf210b.log
--- FAIL: TestServerKeepAlivesEnabled_h2 (0.08s)
clientserver_test.go:50: Get https://127.0.0.1:50159: read tcp 127.0.0.1:50161->127.0.0.1:50159: wsarecv: An established connection was aborted by the software in your host machine.
FAIL
FAIL net/http 6.180s
/cc @bradfitz
Activity
bradfitz commentedon Jan 18, 2017
I see nothing suspicious or racy in the test.
I'm afraid I won't be able to help on this one, just like I was unable to help last time in #14061.
/cc @alexbrainman
alexbrainman commentedon Jan 18, 2017
I run
in a loop against https://go-review.googlesource.com/#/c/35352/2 on my both windows xp and windows 7. It didn't fail even once.
Alex
alexbrainman commentedon Feb 16, 2017
Another failure from dashboard https://build.golang.org/log/cf6c2853214fb8d7a7667e0872d3bc3b8520b56d
Alex
josharian commentedon Mar 11, 2017
Another from trybot: https://storage.googleapis.com/go-build-log/bebb0f25/windows-amd64-gce_fd553238.log
bradfitz commentedon Apr 21, 2017
Another: https://storage.googleapis.com/go-build-log/f5e15285/windows-amd64-gce_a7914729.log
mdempsky commentedon Jun 15, 2017
Another: https://storage.googleapis.com/go-build-log/20d6577d/windows-386-gce_75489d06.log
mvdan commentedon Aug 29, 2017
Yet another: https://storage.googleapis.com/go-build-log/55ca0192/linux-amd64_45ee111b.log
mvdan commentedon Aug 29, 2017
Err, I just noticed this was supposed to be a windows issue, and that the error is not exactly the same. Should I open a separate issue?
20 remaining items