Skip to content

net/http: TestServerKeepAlivesEnabled_h2 test flake #18701

Closed
@minux

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

added this to the Go1.9Maybe milestone on Jan 18, 2017
bradfitz

bradfitz commented on Jan 18, 2017

@bradfitz
Contributor

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

alexbrainman commented on Jan 18, 2017

@alexbrainman
Member

I run

go test -v -short -run=TestServerKeepAlivesEnabled_h2 net/http

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

alexbrainman commented on Feb 16, 2017

@alexbrainman
Member
modified the milestones: Go1.9Maybe, Go1.10 on Jul 20, 2017
mvdan

mvdan commented on Aug 29, 2017

@mvdan
Member

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      net/http: TestServerKeepAlivesEnabled_h2 test flake · Issue #18701 · golang/go