Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

net/http: TestTransportEventTrace_h2 flake #16414

Closed
bradfitz opened this issue Jul 18, 2016 · 3 comments
Closed

net/http: TestTransportEventTrace_h2 flake #16414

bradfitz opened this issue Jul 18, 2016 · 3 comments
Labels
FrozenDueToAge NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
Milestone

Comments

@bradfitz
Copy link
Contributor

Just noticed this flake:

https://build.golang.org/log/25f4c603239103f3ffa549abbf917a7e5f4b5be9

--- FAIL: TestTransportEventTrace_h2 (0.01s)
    transport_test.go:3329: expected substring "WroteRequest: {Err:<nil>}" exactly once in output.
    transport_test.go:3355: Output:
        Getting conn for dns-is-faked.golang:40463 ...
        DNS start: {Host:dns-is-faked.golang}
        DNS done: {Addrs:[{IP:127.0.0.1 Zone:}] Err:<nil> Coalesced:false}
        ConnectStart: Connecting to tcp 127.0.0.1:40463 ...
        ConnectDone: connected to tcp 127.0.0.1:40463 = <nil>
        got conn: {Conn:0xc420146000 Reused:false WasIdle:false IdleTime:0s}
        Wait100Continue
        first response byte
        Got100Continue
        got roundtrip.response
        consumed body
FAIL
@bradfitz bradfitz added this to the Go1.8 milestone Jul 18, 2016
@bradfitz bradfitz self-assigned this Jul 18, 2016
@bradfitz bradfitz added the NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one. label Jul 18, 2016
@bradfitz
Copy link
Contributor Author

@bradfitz
Copy link
Contributor Author

@gopherbot
Copy link

CL https://golang.org/cl/28078 mentions this issue.

@golang golang locked and limited conversation to collaborators Aug 30, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
FrozenDueToAge NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
Projects
None yet
Development

No branches or pull requests

2 participants