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: TestTransportEventTraceRealDNS fails on solaris #15682

Closed
mikioh opened this issue May 14, 2016 · 3 comments
Closed

net/http: TestTransportEventTraceRealDNS fails on solaris #15682

mikioh opened this issue May 14, 2016 · 3 comments
Labels
FrozenDueToAge Testing An issue that has been verified to require only test changes, not just a test failure.
Milestone

Comments

@mikioh
Copy link
Contributor

mikioh commented May 14, 2016

See https://build.golang.org/log/5af4e7607bf0c12e2973cb6c09bf39bef7e6ea63

--- FAIL: TestTransportEventTraceRealDNS (0.13s)
    transport_test.go:3344: expected substring "DNSDone: {Addrs:[] Err:" in output.
    transport_test.go:3350: should not see Connect events
    transport_test.go:3353: Output:
        DNSStart: {Host:dns-should-not-resolve.golang}
        DNSDone: {Addrs:[{IP:127.0.0.1 Zone:}] Err:<nil> Coalesced:false}
        ConnectStart: tcp 127.0.0.1:80
        ConnectDone: tcp 127.0.0.1:80 dial tcp 127.0.0.1:80: connect: connection refused
FAIL

@mikioh mikioh added the Testing An issue that has been verified to require only test changes, not just a test failure. label May 14, 2016
@mikioh mikioh added this to the Go1.7 milestone May 14, 2016
@mikioh
Copy link
Contributor Author

mikioh commented May 14, 2016

Like a bad control plane never implements discovery stuff, this issues is merged into #15685.

@mikioh mikioh closed this as completed May 14, 2016
@bradfitz
Copy link
Contributor

Like a bad control plane never implements discovery stuff

I have no clue what that means. Please explain in #15685?

@mikioh
Copy link
Contributor Author

mikioh commented May 15, 2016

No, it does mean nothing except "you have control, issue #15685". Sorry for confusing by such a local sign.

@golang golang locked and limited conversation to collaborators May 15, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
FrozenDueToAge Testing An issue that has been verified to require only test changes, not just a test failure.
Projects
None yet
Development

No branches or pull requests

3 participants