-
Notifications
You must be signed in to change notification settings - Fork 5.1k
Open
Labels
Known Build ErrorUse this to report build issues in the .NET Helix tabUse this to report build issues in the .NET Helix tabarea-System.Net.Quicos-mac-os-xmacOS aka OSXmacOS aka OSXtest-run-coreTest failures in .NET Core test runsTest failures in .NET Core test runs
Milestone
Description
Build Information
Build: https://dev.azure.com/dnceng-public/public/_build/results?buildId=719528
Build error leg or test failing:
Error Message
Fill the error message using step by step known issues guidance.
{
"ErrorMessage": "Connection handshake was canceled due to the configured timeout of",
"BuildRetry": false,
"ExcludeConsoleLog": false
}
Known issue validation
Build: 🔎 https://dev.azure.com/dnceng-public/public/_build/results?buildId=719528
Error message validated: [Connection handshake was canceled due to the configured timeout of
]
Result validation: ✅ Known issue matched with the provided build.
Validation performed at: 7/4/2024 11:05:15 AM UTC
Report
Summary
24-Hour Hit Count | 7-Day Hit Count | 1-Month Count |
---|---|---|
3 | 9 | 55 |
Metadata
Metadata
Assignees
Labels
Known Build ErrorUse this to report build issues in the .NET Helix tabUse this to report build issues in the .NET Helix tabarea-System.Net.Quicos-mac-os-xmacOS aka OSXmacOS aka OSXtest-run-coreTest failures in .NET Core test runsTest failures in .NET Core test runs
Type
Projects
Milestone
Relationships
Development
Select code repository
Activity
dotnet-policy-service commentedon Jul 4, 2024
Tagging subscribers to this area: @dotnet/area-infrastructure-libraries
See info in area-owners.md if you want to be subscribed.
dotnet-policy-service commentedon Jul 4, 2024
Tagging subscribers to this area: @dotnet/ncl
See info in area-owners.md if you want to be subscribed.
liveans commentedon Jul 4, 2024
This issue is not directly related to #99074 (that is specific test, this is more general issue), so it's not a duplicate.
ManickaP commentedon Jul 30, 2025
Looks like this is a instance of microsoft/msquic#4132. On OSX, We're using MsQuic at this commit: microsoft/msquic@e0385b0 build from main (therefore having version of the next release - 2.4).
Historically, the above mentioned issue had a fix by that time: microsoft/msquic#4145
Unfortunately, the were at least 2 follow ups it seems:
Which are not part of the binaries with which we're testing.
Also this is likely the reason for all the other timeouts and hangs on OSX.
TL;DR This should get fixed by new MsQuic, i.e. with #114912
Alternatively, we can change the async cert validation condition to
>
in here:runtime/src/libraries/System.Net.Quic/src/System/Net/Quic/Internal/MsQuicApi.cs
Line 66 in 02596ba