runtime icon indicating copy to clipboard operation
runtime copied to clipboard

Microsoft.Extensions.Hosting.Internal.HostTests.StartCanBeCancelled test failure

Open jkotas opened this issue 1 year ago • 1 comments
trafficstars

info: Microsoft.Hosting.Lifetime[0]
      Application is shutting down...
    Microsoft.Extensions.Hosting.Internal.HostTests.StartCanBeCancelled [FAIL]
      Assert.True() Failure
      Expected: True
      Actual:   False
      Stack Trace:
        /_/src/libraries/Microsoft.Extensions.Hosting/tests/UnitTests/Internal/HostTests.cs(296,0): at Microsoft.Extensions.Hosting.Internal.HostTests.StartCanBeCancelled()
        --- End of stack trace from previous location ---

Build Information

Build: https://dev.azure.com/dnceng-public/cbb18261-c48f-4abb-8651-8cdcb5474649/_build/results?buildId=769401 Build error leg or test failing: Microsoft.Extensions.Hosting.Internal.HostTests.StartCanBeCancelled Pull request: https://github.com/dotnet/runtime/pull/106004

Error Message

Fill the error message using step by step known issues guidance.

{
  "ErrorMessage": "Microsoft.Extensions.Hosting.Internal.HostTests.StartCanBeCancelled [FAIL]",
  "ErrorPattern": "",
  "BuildRetry": false,
  "ExcludeConsoleLog": false
}

Known issue validation

Build: :mag_right: https://dev.azure.com/dnceng-public/public/_build/results?buildId=769401 Error message validated: [Microsoft.Extensions.Hosting.Internal.HostTests.StartCanBeCancelled [FAIL]] Result validation: :white_check_mark: Known issue matched with the provided build. Validation performed at: 8/8/2024 2:36:26 PM UTC

Report

Summary

24-Hour Hit Count 7-Day Hit Count 1-Month Count
0 0 0

jkotas avatar Aug 08 '24 14:08 jkotas

Tagging subscribers to this area: @dotnet/area-extensions-hosting See info in area-owners.md if you want to be subscribed.

Failed in: runtime-coreclr libraries-pgo 20250119.1

Failed tests:

net10.0-windows-Release-x64-fullpgo_random_gdv_edge-Windows.10.Amd64.Open
    - Microsoft.Extensions.Hosting.Internal.HostTests.StartCanBeCancelled

Error message:

 Assert.True() Failure
Expected: True
Actual:   False

Stack trace:

   at Microsoft.Extensions.Hosting.Internal.HostTests.StartCanBeCancelled() in /_/src/libraries/Microsoft.Extensions.Hosting/tests/UnitTests/Internal/HostTests.cs:line 296
--- End of stack trace from previous location ---

v-wenyuxu avatar Jan 20 '25 01:01 v-wenyuxu

This is hit multiple times per week currently.

jkotas avatar Aug 03 '25 22:08 jkotas

removing blocking-clean-ci as this has not failed in 30 days

24-Hour Hit Count 7-Day Hit Count 1-Month Count
0 0 0

jeffschwMSFT avatar Sep 12 '25 16:09 jeffschwMSFT