-
Notifications
You must be signed in to change notification settings - Fork 4.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Failing test System.Net.Quic.Tests.MsQuicPlatformDetectionTests.SupportedLinuxPlatforms #87038
Failing test System.Net.Quic.Tests.MsQuicPlatformDetectionTests.SupportedLinuxPlatforms #87038
Comments
Tagging subscribers to this area: @dotnet/area-infrastructure-libraries Issue DetailsBuild InformationBuild: https://dev.azure.com/dnceng-public/cbb18261-c48f-4abb-8651-8cdcb5474649/_build/results?buildId=293100 Error MessageFill the error message using step by step known issues guidance. {
"ErrorMessage": "",
"ErrorPattern": "",
"BuildRetry": false,
"ExcludeConsoleLog": false
}
|
Tagging subscribers to this area: @dotnet/ncl Issue DetailsBuild InformationBuild: https://dev.azure.com/dnceng-public/cbb18261-c48f-4abb-8651-8cdcb5474649/_build/results?buildId=293100 Error MessageFill the error message using step by step known issues guidance. {
"ErrorMessage": "",
"ErrorPattern": "",
"BuildRetry": false,
"ExcludeConsoleLog": false
}
|
System.Net.Quic.Tests.MsQuicPlatformDetectionTests.SupportedLinuxPlatforms_IsSupportedIsTrue
cc @dotnet/ncl |
this goes back to microsoft/msquic#3421 in MsQuic. |
Could someone explain to me how this started failing in runtime pipeline if that pipeline was passing in my PR #86342? |
MsQuic?
I'm wondering if microsoft/msquic#3619 got propagated somehow @nibanks |
Is it possible that packages got republished for all platforms in microsoft/msquic#3652 ? @nibanks @csujedihy |
v2.1.1 had the fix for actually consuming libnuma (where v2.2.0 didn't), but I don't think that changed since the package was published. @csujedihy to confirm |
v2.2.1 doesn't consume libnuma but microsoft/msquic#3652 uploaded packages versioned as v2.2.1 but actually have slightly newer payload, which consumes libnuma. The new PMC v4 API seems to have overridden the old v2.2.1 packages, which is unexpected to me. @CarnaViire @wfurt Is there anything we should do to help fix this? |
ideally we should merge microsoft/msquic#3670 to release branch and spin 2.2.2. The behavior when basic functionality breaks on package update is unpleasant. .NET CI updates package on regular bases and we may not be the only one. |
Build Information
Build: https://dev.azure.com/dnceng-public/cbb18261-c48f-4abb-8651-8cdcb5474649/_build/results?buildId=293100
Build error leg or test failing: System.Net.Quic.Tests.MsQuicPlatformDetectionTests.SupportedLinuxPlatforms_IsSupportedIsTrue
Pull request: #86048
Error Message
Fill the error message using step by step known issues guidance.
Report
Summary
The text was updated successfully, but these errors were encountered: