Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve start/stopping/restarting commands by waiting for completion #6625

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from

Improve start/stopping/restarting commands by waiting for completion

8294ab1
Select commit
Loading
Failed to load commit list.
Draft

Improve start/stopping/restarting commands by waiting for completion #6625

Improve start/stopping/restarting commands by waiting for completion
8294ab1
Select commit
Loading
Failed to load commit list.
Build Analysis / Build Analysis succeeded Nov 12, 2024 in 0s

.NET Result Analysis

Details

All checks completed

[dotnet.aspire]

Build Rerun

✔️ Build passed after 1 retries.

(Attempt #1) [link to build]

dotnet.aspire / Build / Linux / Run non-helix tests

[ 🚧 Report infrastructure issue] [ 📄 Report repository issue]
    ❌VSTest(0,0): error : (NETCORE_ENGINEERING_TELEMETRY=Build) Tests failed: /mnt/vss/_work/1/s/artifacts/TestResults/Release/Aspire.Hosting.Tests_net8.0_x64.html [net8.0|x64]

Non-Deterministic Test Failures Detected

Aspire.Hosting.Tests.Health.ResourceHealthCheckServiceTests.HealthCheckIntervalSlowsAfterSteadyHealthyState [Details] [1.18% failure rate]
[ 🚧 Report test infrastructure issue] [ 📄 Report test repository issue]

Failing Configuration

Exception Message
System.TimeoutException : The operation at /_/tests/Aspire.Hosting.Tests/Health/ResourceHealthCheckServiceTests.cs:110 timed out after reaching the limit of 30000ms.
CallStack
   at Microsoft.AspNetCore.InternalTesting.AsyncTestHelpers.TimeoutAfter[T](Task`1 task, TimeSpan timeout, String filePath, Int32 lineNumber) in /_/tests/Shared/AsyncTestHelpers.cs:line 111
   at Aspire.Hosting.Tests.Health.ResourceHealthCheckServiceTests.HealthCheckIntervalSlowsAfterSteadyHealthyState() in /_/tests/Aspire.Hosting.Tests/Health/ResourceHealthCheckServiceTests.cs:line 110
--- End of stack trace from previous location ---

Was this helpful? Yes No