Skip to content

net/http: TestResponseControllerSetFutureWriteDeadline failures #56807

Closed
@gopherbot

Description

@gopherbot
#!watchflakes
post <- pkg == "net/http" && test == "TestResponseControllerSetFutureWriteDeadline"

Issue created automatically to collect these failures.

Example (log):

--- FAIL: TestResponseControllerSetFutureWriteDeadline (0.00s)
    --- FAIL: TestResponseControllerSetFutureWriteDeadline/h1 (0.00s)
        responsecontroller_test.go:146: unexpected connection error: Get "http://127.0.0.1:51242": EOF
2022/11/16 13:41:33 http: TLS handshake error from 127.0.0.1:51729: EOF
2022/11/16 13:41:57 http: TLS handshake error from 127.0.0.1:51866: read tcp 127.0.0.1:51865->127.0.0.1:51866: use of closed network connection
2022/11/16 13:42:01 http2: server: error reading preface from client 127.0.0.1:52677: bogus greeting "CONNECT golang.fake.tld:"

watchflakes

Activity

added
NeedsInvestigationSomeone must examine and confirm this is a valid issue and not a duplicate of an existing one.
on Nov 17, 2022
gopherbot

gopherbot commented on Nov 17, 2022

@gopherbot
ContributorAuthor

Found new dashboard test flakes for:

#!watchflakes
post <- pkg == "net/http" && test == "TestResponseControllerSetFutureWriteDeadline"
2022-11-16 13:26 windows-amd64-longtest go@5947a07d net/http.TestResponseControllerSetFutureWriteDeadline (log)
--- FAIL: TestResponseControllerSetFutureWriteDeadline (0.00s)
    --- FAIL: TestResponseControllerSetFutureWriteDeadline/h1 (0.00s)
        responsecontroller_test.go:146: unexpected connection error: Get "http://127.0.0.1:51242": EOF
2022/11/16 13:41:33 http: TLS handshake error from 127.0.0.1:51729: EOF
2022/11/16 13:41:57 http: TLS handshake error from 127.0.0.1:51866: read tcp 127.0.0.1:51865->127.0.0.1:51866: use of closed network connection
2022/11/16 13:42:01 http2: server: error reading preface from client 127.0.0.1:52677: bogus greeting "CONNECT golang.fake.tld:"

watchflakes

bcmills

bcmills commented on Nov 17, 2022

@bcmills
Contributor

Marking as release-blocker because this test is new as of https://go.dev/cl/436890 (attn @neild).

added this to the Go1.20 milestone on Nov 17, 2022
gopherbot

gopherbot commented on Nov 17, 2022

@gopherbot
ContributorAuthor

Change https://go.dev/cl/451715 mentions this issue: net/http: deflake TestResponseControllerSetFutureWriteDeadline

gopherbot

gopherbot commented on Feb 2, 2023

@gopherbot
ContributorAuthor

Found new dashboard test flakes for:

#!watchflakes
post <- pkg == "net/http" && test == "TestResponseControllerSetFutureWriteDeadline"
2023-02-01 19:47 linux-amd64-race go@ab0f0459 net/http.TestResponseControllerSetFutureWriteDeadline (log)
--- FAIL: TestResponseControllerSetFutureWriteDeadline (0.00s)
2023-02-01 21:30 darwin-amd64-race go@4b7f7eef net/http.TestResponseControllerSetFutureWriteDeadline (log)
--- FAIL: TestResponseControllerSetFutureWriteDeadline (0.00s)

watchflakes

bcmills

bcmills commented on Feb 2, 2023

@bcmills
Contributor

The above are #58168.

locked and limited conversation to collaborators on Feb 2, 2024

2 remaining items

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

Metadata

Metadata

Assignees

Labels

FrozenDueToAgeNeedsInvestigationSomeone must examine and confirm this is a valid issue and not a duplicate of an existing one.release-blocker

Type

No type

Projects

Status

Done

Relationships

None yet

    Development

    No branches or pull requests

      Participants

      @neild@bcmills@gopherbot

      Issue actions

        net/http: TestResponseControllerSetFutureWriteDeadline failures · Issue #56807 · golang/go