dotnet / aspire

An opinionated, cloud ready stack for building observable, production ready, distributed applications in .NET
https://learn.microsoft.com/dotnet/aspire
MIT License
3.78k stars 439 forks source link

Flaky `ResourceHealthCheckServiceTests.ResourcesWithHealthCheck_NotHealthyUntilCheckSucceeds` #6385

Open radical opened 2 hours ago

radical commented 2 hours ago

Build Information

Build: https://dev.azure.com/dnceng-public/cbb18261-c48f-4abb-8651-8cdcb5474649/_build/results?buildId=847750 Build error leg or test failing: Aspire.Hosting.Tests.Health.ResourceHealthCheckServiceTests.ResourcesWithHealthCheck_NotHealthyUntilCheckSucceeds Pull request: https://github.com/dotnet/aspire/pull/6365

Error Message

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

{
  "ErrorMessage": "Assert.Null() Failure: Value of type 'Nullable<HealthStatus>' has a value",
  "ErrorPattern": "",
  "BuildRetry": false,
  "ExcludeConsoleLog": false
}

Known issue validation

Build: :mag_right: https://dev.azure.com/dnceng-public/public/_build/results?buildId=847750 Error message validated: [Assert.Null() Failure: Value of type 'Nullable<HealthStatus>' has a value] Result validation: :white_check_mark: Known issue matched with the provided build. Validation performed at: 10/18/2024 11:28:04 PM UTC

Report

Build Definition Test Pull Request
847750 dotnet/aspire Aspire.Hosting.Tests.Health.ResourceHealthCheckServiceTests.ResourcesWithHealthCheck_NotHealthyUntilCheckSucceeds dotnet/aspire#6365

Summary

24-Hour Hit Count 7-Day Hit Count 1-Month Count
1 1 1
radical commented 2 hours ago

cc @DamianEdwards

captainsafia commented 1 hour ago

I've disabled this test in https://github.com/dotnet/aspire/pull/6383 with the hope of getting a PR that I'd like to get in before we branch through.