Skip to content

[QUIC] SendMoreThanStreamLimitRequestsConcurrently_LastWaits on Mocks hangs in CI #53688

Closed
@ManickaP

Description

@ManickaP

SocketsHttpHandlerTest_Http3_Mock.SendMoreThanStreamLimitRequestsConcurrently_LastWaits(10) will regularly hang in CI.
Discovered in #52704.

I'm unable to reproduce locally, even with the test running in a loop for more than an hour.

Test is disable via a condition in code:

// This combination leads to a hang manifesting in CI only. Disabling it until there's more time to investigate.
if (this.UseQuicImplementationProvider == QuicImplementationProviders.Mock)
{
    return;
}

Update: Seems like the first run of this tends to timeout (now it's the 100), disabling all mock runs for now.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions