Skip to content

net/http: TestTransportCancelRequestInDial failing since CL 185117 #33910

Closed
@mvdan

Description

@mvdan

https://build.golang.org/log/57ed2a1981079dd230a61ecbec0e7bdfa1e04fb3

--- FAIL: TestTransportCancelRequestInDial (0.00s)
    transport_test.go:2295: Got events:
        dial: blocking
        canceling
        Get = Get "http://something.no-network.tld/": net/http: request canceled while waiting for connection
        
        Want:
        dial: blocking
        canceling
        Get = Get http://something.no-network.tld/: net/http: request canceled while waiting for connection
FAIL
FAIL	net/http	41.278s

Metadata

Metadata

Assignees

No one assigned

    Labels

    FrozenDueToAgeNeedsFixThe path to resolution is known, but the work has not been done.SoonThis needs action soon. (recent regressions, service outages, unusual time-sensitive situations)TestingAn issue that has been verified to require only test changes, not just a test failure.

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions