Skip to content

Spurious unwrap_err() of Ok at 'net::tcp::tests::connect_timeout_unbound' on Windows #52590

Closed
@kennytm

Description

@kennytm

Symptom: On Windows, the libstd test net::tcp::tests::connect_timeout_unbound panicked for unexpectedly connected to a local closed TCP socket without timing out.

---- net::tcp::tests::connect_timeout_unbound stdout ----
thread 'net::tcp::tests::connect_timeout_unbound' panicked at 'called `Result::unwrap_err()` on an `Ok` value: TcpStream { addr: V4(127.0.0.1:3434), peer: V4(127.0.0.1:3434), socket: 1028 }', libcore\result.rs:945:5

Previous instances:

Metadata

Metadata

Assignees

No one assigned

    Labels

    A-spuriousArea: Spurious failures in builds (spuriously == for no apparent reason)C-bugCategory: This is a bug.O-windowsOperating system: WindowsT-infraRelevant to the infrastructure team, which will review and decide on the PR/issue.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions