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 fails with "expected substring "WroteRequest: {Err:<nil>}" in output." after the fix of #15744 #15765

Closed
mikioh opened this issue May 20, 2016 · 1 comment

Comments

@mikioh
Copy link
Contributor

mikioh commented May 20, 2016

See https://build.golang.org/log/8ea5a0e40dc6649089f2038d09f7d1aa33a0b801

--- FAIL: TestTransportEventTrace_h2 (0.05s)
    transport_test.go:3306: expected substring "WroteRequest: {Err:<nil>}" in output.
    transport_test.go:3329: Output:
        Getting conn for dns-is-faked.golang:55935 ...
        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:55935 ...
        ConnectDone: connected to tcp 127.0.0.1:55935 = <nil>
        got conn: {Conn:0xc4203b8900 Reused:false WasIdle:false IdleTime:0s}
        Wait100Continue
        first response byte
        Got100Continue
        first response byte
        got roundtrip.response
        consumed body
FAIL
FAIL    net/http    17.453s
@mikioh mikioh added this to the Go1.7Maybe milestone May 20, 2016
@bradfitz bradfitz self-assigned this May 20, 2016
@gopherbot
Copy link

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

@golang golang locked and limited conversation to collaborators May 20, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants