Closed
Description
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.