Zsolt Fehér
Zsolt Fehér
Hi, I have spent some time investigating this and in my opinion the issue is a race condition with the TestPublisher [here](https://github.com/dotnet/aspnetcore/blob/main/src/HealthChecks/HealthChecks/test/HealthCheckPublisherHostedServiceTest.cs#L814). My observation is the flaky test is writing...
In my opinion the same applies to https://github.com/dotnet/aspnetcore/issues/56245
Hi i have tried to find a way to validate these modifications. In my opinion the best way would be to check test failure rate for these test. I was...
Thank you, let's do that. I have created the PR https://github.com/dotnet/aspnetcore/pull/63299