Ankit Jain
Ankit Jain
This is being hit in multiple tests, like [Aspire.Hosting.Redis.Tests.RedisFunctionalTests.WithDataBindMountShouldPersistStateBetweenUsages](https://dev.azure.com/dnceng-public/public/_build/results?buildId=765658&view=ms.vss-test-web.build-test-results-tab&runId=19502684&resultId=100033&paneView=debug).
There doesn't seem to be any output from the dcp-info command. Multiple tests failed in the linked test run. https://github.com/dotnet/aspire/blob/4938cb30aa8f7a9f535cc8a5d3735a79a4f8e0d3/src/Aspire.Hosting/Dcp/DcpDependencyCheck.cs#L34-L36 Could this be due to the process exiting quickly causing...
cc @eerhardt @sebastienros @karolz-ms related - https://github.com/dotnet/aspire/issues/4640
The timeout bump seems to have helped this. Closing it for now.
Can we close this now? It hasn't been hit recently.
> Can we close this now? It hasn't been hit recently. Closing. Please re-open if it is hit again.
cc @joperezr
This sounds interesting. thoughts, @eerhardt ?
Combined the remaining tasks in #2689 and https://github.com/dotnet/aspire/issues/6076 into https://github.com/dotnet/aspire/issues/9576 . Closing.
On the [last build](https://dev.azure.com/dnceng-public/public/_build/results?buildId=824830) the `consumer` shutdown with this exception: ``` The HostOptions.BackgroundServiceExceptionBehavior is configured to StopHost. A BackgroundService has thrown an unhandled exception, and the IHost instance is stopping....