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 STJ SG unit tests on x86 hardware. #99078

Merged
merged 1 commit into from
Feb 29, 2024

Disable STJ SG unit tests on x86 hardware.

fa1efa8
Select commit
Loading
Failed to load commit list.
Merged

Disable STJ SG unit tests on x86 hardware. #99078

Disable STJ SG unit tests on x86 hardware.
fa1efa8
Select commit
Loading
Failed to load commit list.
Build Analysis / Build Analysis failed Feb 29, 2024 in 0s

.NET Result Analysis

Details

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

Test Failures (3 tests failed)

🔹 [All failing tests from runtime]

    System.Net.Http.Functional.Tests.Http2ConnectionZeroByteReadTest.ConnectionIssuesZeroByteReadsOnUnderlyingStream [Console] [Details] [Artifacts] [0.08% failure rate]
    [ 🚧 Report test infrastructure issue] [ 📄 Report test repository issue]

    Failing Configuration

    Data Driven SubResults
      System.Net.Http.Functional.Tests.Http2ConnectionZeroByteReadTest.ConnectionIssuesZeroByteReadsOnUnderlyingStream(useSsl: True)
      Exception Message
      System.TimeoutException : The operation has timed out.
      Stack Trace
         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.Test.Common.Http2LoopbackServer.CreateClientAndServerAsync(Func`2 clientFunc, Func`2 serverFunc, Http2Options http2Options, Int32 millisecondsTimeout) in /_/src/libraries/Common/tests/System/Net/Http/Http2LoopbackServer.cs:line 177
         at System.Net.Http.Functional.Tests.Http2ConnectionZeroByteReadTest.ConnectionIssuesZeroByteReadsOnUnderlyingStream(Boolean useSsl) in /_/src/libraries/System.Net.Http/tests/FunctionalTests/ResponseStreamZeroByteReadTests.cs:line 291
      --- End of stack trace from previous location ---
    System.Net.Http.Functional.Tests.SocketsHttpHandler_HttpClientHandler_Http11_Cancellation_Test.GetAsync_CancelDuringResponseHeadersReceived_TaskCanceledQuickly [Console] [Details] [Artifacts] [0.10% failure rate]
    [ 🚧 Report test infrastructure issue] [ 📄 Report test repository issue]

    Failing Configuration

    Data Driven SubResults
      System.Net.Http.Functional.Tests.SocketsHttpHandler_HttpClientHandler_Http11_Cancellation_Test.GetAsync_CancelDuringResponseHeadersReceived_TaskCanceledQuickly(connectionClose: True, mode: Token)
      Exception Message
      Elapsed time 00:02:32.2595810 should be less than 60 seconds, was 152.259581
      Stack Trace
         at System.Net.Http.Functional.Tests.HttpClientHandler_Cancellation_Test.ValidateClientCancellationAsync(Func`1 clientBodyAsync) in /_/src/libraries/Common/tests/System/Net/Http/HttpClientHandlerTest.Cancellation.cs:line 627
         at System.Net.Http.Functional.Tests.HttpClientHandler_Cancellation_Test.<>c__DisplayClass2_2.<<GetAsync_CancelDuringResponseHeadersReceived_TaskCanceledQuickly>b__0>d.MoveNext() in /_/src/libraries/Common/tests/System/Net/Http/HttpClientHandlerTest.Cancellation.cs:line 134
      --- End of stack trace from previous location ---
         at System.Net.Test.Common.LoopbackServer.CreateServerAsync(Func`2 funcAsync, Options options) in /_/src/libraries/Common/tests/System/Net/Http/LoopbackServer.cs:line 107
         at System.Net.Http.Functional.Tests.HttpClientHandler_Cancellation_Test.GetAsync_CancelDuringResponseHeadersReceived_TaskCanceledQuickly(Boolean connectionClose, CancellationMode mode) in /_/src/libraries/Common/tests/System/Net/Http/HttpClientHandlerTest.Cancellation.cs:line 120
      --- End of stack trace from previous location ---
    System.Net.Http.Functional.Tests.SyncHttpHandler_HttpClientHandler_Cancellation_Test.RequestSent_HandlerDisposed_RequestIsUnaffected [Console] [Details] [Artifacts] [0.14% failure rate]
    [ 🚧 Report test infrastructure issue] [ 📄 Report test repository issue]

    Failing Configuration

    Data Driven SubResults
      System.Net.Http.Functional.Tests.SyncHttpHandler_HttpClientHandler_Cancellation_Test.RequestSent_HandlerDisposed_RequestIsUnaffected(post: True)
      Exception Message
      System.TimeoutException : The operation has timed out.
      Stack Trace
         at System.Net.Http.Functional.Tests.SocketsHttpHandler_Cancellation_Test.RequestSent_HandlerDisposed_RequestIsUnaffected(Boolean post) in /_/src/libraries/System.Net.Http/tests/FunctionalTests/SocketsHttpHandlerTest.Cancellation.cs:line 423
      --- End of stack trace from previous location ---

Was this helpful? Yes No