Uh oh!
There was an error while loading. Please reload this page.
[QUIC] Fix failing parallel tests - #83687
Conversation
ghost
commented
Mar 20, 2023
Tagging subscribers to this area: @dotnet/ncl Issue DetailsFix failing parallel tests in S.N.Quic with pro-longing the cut-off time for queued operations in MsQuic, only in tests. Tested on arm machine where failures of
|
ManickaP
commented
Mar 20, 2023
/azp list |
ManickaP
commented
Mar 20, 2023
/azp run runtime-libraries-coreclr outerloop |
|
Azure Pipelines successfully started running 1 pipeline(s). |
ManickaP
commented
Mar 20, 2023
/azp run runtime-extra-platforms |
|
Azure Pipelines successfully started running 1 pipeline(s). |
ManickaP
commented
Mar 21, 2023
/azp run runtime-libraries-coreclr outerloop |
|
Azure Pipelines successfully started running 1 pipeline(s). |
Uh oh!
There was an error while loading. Please reload this page.
ManickaP
commented
Mar 22, 2023
/azp run runtime-libraries-coreclr outerloop |
|
Azure Pipelines successfully started running 1 pipeline(s). |
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
ManickaP
commented
Mar 23, 2023
/azp run runtime-libraries-coreclr outerloop |
|
Azure Pipelines successfully started running 1 pipeline(s). |
ManickaP
commented
Mar 24, 2023
Outerloop failures unrelated. |
Fix failing parallel tests in S.N.Quic with pro-longing the cut-off time for queued operations in MsQuic, only in tests.
Note that this against MsQuic recommendation, but since both client and server are on the same machine, in the same process, they are both "slow" the same way and this allows them to slowly deal with bursts of parallel requests.
Tested on arm machine where failures of
Listener_BacklogLimitRefusesConnection_ParallelClients_ClientThrows_Slowwere 100% reproducible. After the change, the test runs without any issues.Fixes#82769