Skip to content

net/http: TestIssue4191_InfiniteGetTimeout is flakey #4852

Closed
@4a6f656c

Description

@4a6f656c
TestIssue4191_InfiniteGetTimeout fails occasionally across multiple platforms. A recent
example is on the linux/amd64 builder:

--- FAIL: TestIssue4191_InfiniteGetTimeout (0.26 seconds)
transport_test.go:1001:         Error issuing GET: Get http://127.0.0.1:13257/get: http:
can't write HTTP request on broken connection
FAIL
FAIL    net/http        27.716s

  http://build.golang.org/log/d06b4df0cabed6e341be9fd35970ed23c35577b9

Also on netbsd/amd64:

  http://build.golang.org/log/98b3c801c786ad478ced98f22b20d123054a0e94

And freebsd/arm:

  http://build.golang.org/log/7427c03f89b08c20c8c6a8011199c8a9da298ef0

And openbsd/amd64:

  http://build.golang.org/log/f1fdd074738ec8f25357cd4783b941a5d6281f0f

Activity

minux

minux commented on Feb 20, 2013

@minux
Member

Comment 2:

Issue #4854 has been merged into this issue.

minux

minux commented on Feb 20, 2013

@minux
Member

Comment 3:

Issue #4853 has been merged into this issue.

bradfitz

bradfitz commented on Feb 20, 2013

@bradfitz
Contributor

Comment 4:

https://golang.org/cl/7374045

Status changed to Started.

bradfitz

bradfitz commented on Feb 21, 2013

@bradfitz
Contributor

Comment 5:

This issue was closed by revision a2ade45.

Status changed to Fixed.

added this to the Go1.1 milestone on Apr 14, 2015
locked and limited conversation to collaborators on Jun 24, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

      Development

      No branches or pull requests

        Participants

        @bradfitz@rsc@minux@4a6f656c@gopherbot

        Issue actions

          net/http: TestIssue4191_InfiniteGetTimeout is flakey · Issue #4852 · golang/go