Skip to content

Revert "Upgrade Ubuntu and Azure Linux VMs and Containers (#61853)"

9083218
Select commit
Loading
Failed to load commit list.
Merged

Revert "Upgrade Ubuntu and Azure Linux VMs and Containers" #62265

Revert "Upgrade Ubuntu and Azure Linux VMs and Containers (#61853)"
9083218
Select commit
Loading
Failed to load commit list.
Build Analysis / Build Analysis succeeded Jun 6, 2025 in 0s

.NET Result Analysis

Details

‼️ Build Analysis Check Result has been manually overridden

  • The build analysis check result has been updated by the user for the following reason: known test failure being addressed in another PR
  • The check result has changed from Failure to Success

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.

Test Failures (10 tests failed)

🔹 [All failing tests from aspnetcore-ci]

    ⚠️ 1 failing tests not displayed for this pipeline due to space limitations

    Microsoft.AspNetCore.Server.Kestrel.Core.Tests--net10.0.WorkItemExecution [Console] [Details] [Artifacts] [0.32% failure rate]
    [ 🚧 Report test infrastructure issue] [ 📄 Report test repository issue]
    This is a helix work item crash with status: BadExit. To investigate look the [Console log] / navigate to [Helix Artifacts]

    Failing Configurations (2)

    Microsoft.AspNetCore.Server.Kestrel.Core.Tests.TlsListenerTests.RunTlsClientHelloCallbackTest_DeterministicallyReads [Console] [Details] [Artifacts] [8.89% failure rate]
    [ 🚧 Report test infrastructure issue] [ 📄 Report test repository issue]

    Failing Configuration

    Exception Message
    Expected ReadAsync() to happen about 2-4 times. Actually happened 5 times.
    CallStack
       at Microsoft.AspNetCore.Server.Kestrel.Core.Tests.TlsListenerTests.RunTlsClientHelloCallbackTest_DeterministicallyReads() in /_/src/Servers/Kestrel/Core/test/TlsListenerTests.cs:line 161
    --- End of stack trace from previous location ---
    Microsoft.AspNetCore.Server.Kestrel.Core.Tests.TlsListenerTests.RunTlsClientHelloCallbackTest_WithPendingCancellation [Console] [Details] [Artifacts] [1.14% failure rate]
    [ 🚧 Report test infrastructure issue] [ 📄 Report test repository issue]

    Failing Configuration

    Exception Message
    Assert.Throws() Failure: Exception type was not an exact match
    Expected: typeof(System.OperationCanceledException)
    Actual:   typeof(System.Threading.Tasks.TaskCanceledException)
    ---- System.Threading.Tasks.TaskCanceledException : A task was canceled.
    CallStack
       at Microsoft.AspNetCore.Server.Kestrel.Core.Tests.TlsListenerTests.RunTlsClientHelloCallbackTest_WithPendingCancellation() in /_/src/Servers/Kestrel/Core/test/TlsListenerTests.cs:line 125
    --- End of stack trace from previous location ---
    ----- Inner Stack Trace -----
       at Microsoft.AspNetCore.Server.Kestrel.Core.Middleware.TlsListener.OnTlsClientHelloAsync(ConnectionContext connection, CancellationToken cancellationToken) in /_/src/Servers/Kestrel/Core/src/Middleware/TlsListener.cs:line 30
       at Microsoft.AspNetCore.Server.Kestrel.Core.Tests.TlsListenerTests.<>c__DisplayClass6_0.<<RunTlsClientHelloCallbackTest_WithPendingCancellation>b__1>d.MoveNext() in /_/src/Servers/Kestrel/Core/test/TlsListenerTests.cs:line 125
    --- End of stack trace from previous location ---

🔹 [All failing tests from aspnetcore-helix-matrix]

Was this helpful? Yes No