Skip to content
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

Disable SocketsHttpHandler_HttpClientHandler_MaxResponseHeadersLength_Http3 Test Suite #101110

Merged

Update src/libraries/System.Net.Http/tests/FunctionalTests/SocketsHtt…

b861b4c
Select commit
Loading
Failed to load commit list.
Merged

Disable SocketsHttpHandler_HttpClientHandler_MaxResponseHeadersLength_Http3 Test Suite #101110

Update src/libraries/System.Net.Http/tests/FunctionalTests/SocketsHtt…
b861b4c
Select commit
Loading
Failed to load commit list.
Build Analysis / Build Analysis failed Apr 17, 2024 in 0s

.NET Result Analysis

Details

Tip

To unconditionally bypass the build analysis check (turn it green), you can use the escape mechanism feature. The completion time may vary, potentially taking several minutes, depending on the build analysis workload at the moment.

⚠️ The following pipeline(s) will not be analyzed as has been explicited excluded from analysis

Known Infrastructure Errors

Build Failures

runtime / Build / Libraries Test Run release coreclr linux x64 Debug / Send to Helix

[ 🚧 Report infrastructure issue] [ 📄 Report repository issue]
    ❌.packages/microsoft.dotnet.helix.sdk/9.0.0-beta.24212.4/tools/azure-pipelines/AzurePipelines.MultiQueue.targets(44,5): error : Test System.Net.Http.Functional.Tests.SocketsHttpHandlerTest_Cookies_Http3.GetAsync_SetCookieContainerAndCookieHeader_BothCookiesSent has failed. Check the Test tab or [this console log]

Known test errors

Test Failures (1 tests failed)

🔹 [All failing tests from runtime]

    System.Net.Http.Functional.Tests.SocketsHttpHandler_HttpClientHandler_AltSvc_Test_Http3.AltSvc_ConnectionFrame_UpgradeFrom20_Success [Console] [Details] [Artifacts] [0.02% failure rate]
    [ 🚧 Report test infrastructure issue] [ 📄 Report test repository issue]

    Failing Configuration

    Exception Message
    System.TimeoutException : The operation has timed out.
    CallStack
       at System.Threading.Tasks.TaskTimeoutExtensions.WhenAllOrAnyFailed(Task[] tasks, Int32 millisecondsTimeout) in /_/src/libraries/Common/tests/System/Threading/Tasks/TaskTimeoutExtensions.cs:line 55
       at System.Net.Http.Functional.Tests.HttpClientHandler_AltSvc_Test.AltSvc_Upgrade_Success(GenericLoopbackServer firstServer, Http3LoopbackServer secondServer, HttpClient client) in /_/src/libraries/System.Net.Http/tests/FunctionalTests/HttpClientHandlerTest.AltSvc.cs:line 130
       at System.Net.Http.Functional.Tests.HttpClientHandler_AltSvc_Test.AltSvc_ConnectionFrame_UpgradeFrom20_Success() in /_/src/libraries/System.Net.Http/tests/FunctionalTests/HttpClientHandlerTest.AltSvc.cs:line 96
    --- End of stack trace from previous location ---

Was this helpful? Yes No