Failing `Aspire.Playground.Tests.AppHostTests.TestEndpointsReturnOk` for `TestShop.AppHost`
Build Information
Build: https://dev.azure.com/dnceng-public/cbb18261-c48f-4abb-8651-8cdcb5474649/_build/results?buildId=782411 Build error leg or test failing: Aspire.Playground.Tests.AppHostTests.Aspire.Playground.Tests.AppHostTests.TestEndpointsReturnOk Pull request: https://github.com/dotnet/aspire/pull/5366
Error Message
Fill the error message using step by step known issues guidance.
{
"ErrorMessage": "Timed out waiting for this text from resource basketservice: Application started",
"ErrorPattern": "",
"BuildRetry": false,
"ExcludeConsoleLog": false
}
Known issue validation
Build: :mag_right: https://dev.azure.com/dnceng-public/public/_build/results?buildId=782411
Error message validated: [Timed out waiting for this text from resource basketservice: Application started]
Result validation: :white_check_mark: Known issue matched with the provided build.
Validation performed at: 8/20/2024 10:07:03 PM UTC
Report
| Build | Definition | Test | Pull Request |
|---|---|---|---|
| 827989 | dotnet/aspire | Aspire.Playground.Tests.AppHostTests.Aspire.Playground.Tests.AppHostTests.TestEndpointsReturnOk | dotnet/aspire#6119 |
| 800957 | dotnet/aspire | Aspire.Playground.Tests.AppHostTests.Aspire.Playground.Tests.AppHostTests.TestEndpointsReturnOk | dotnet/aspire#5418 |
Summary
| 24-Hour Hit Count | 7-Day Hit Count | 1-Month Count |
|---|---|---|
| 1 | 1 | 2 |
note to self: message is likely getting missed because it arrives before we start waiting for text. solution: WaitforResources, and then start waiting. And use eventing to set up waiting for text before starting the app.
Update: This is incorrect as the all the messages get replayed ~~note to self: message is likely getting missed because it arrives before we start waiting for text. solution: WaitforResources, and then start waiting. And use eventing to set up waiting for text before starting the app.~~
This hasn't been hit recently, and is not actionable in its current form. Closing.