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

Add APIs to DistributedApplicationTestingBuilder for testing without a separate AppHost project #7335

Merged
merged 1 commit into from
Jan 31, 2025

[Testing] Add APIs to DistributedApplicationTestingBuilder for testin…

0171fe2
Select commit
Loading
Failed to load commit list.
Merged

Add APIs to DistributedApplicationTestingBuilder for testing without a separate AppHost project #7335

[Testing] Add APIs to DistributedApplicationTestingBuilder for testin…
0171fe2
Select commit
Loading
Failed to load commit list.
Build Analysis / Build Analysis succeeded Jan 31, 2025 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_helix_tests / Run helix tests

[ 🚧 Report infrastructure issue] [ 📄 Report repository issue]
    ❌Bash exited with code '1'.

Non-Deterministic Test Failures Detected

Aspire.Hosting.Azure.Tests.AzureServiceBusExtensionsTests.Aspire.Hosting.Azure.Tests.AzureServiceBusExtensionsTests.VerifyWaitForOnServiceBusEmulatorBlocksDependentResources [Console] [Details] [Artifacts] [1.17% failure rate]
[ 🚧 Report test infrastructure issue] [ 📄 Report test repository issue]

Failing Configuration

Exception Message
System.OperationCanceledException : The operation was canceled.
CallStack
   at System.Threading.Channels.AsyncOperation`1.GetResult(Int16 token)
   at System.Threading.Channels.ChannelReader`1.ReadAllAsync(CancellationToken cancellationToken)+MoveNext()
   at System.Threading.Channels.ChannelReader`1.ReadAllAsync(CancellationToken cancellationToken)+System.Threading.Tasks.Sources.IValueTaskSource<System.Boolean>.GetResult()
   at Aspire.Hosting.ApplicationModel.ResourceNotificationService.WatchAsync(CancellationToken cancellationToken)+MoveNext() in /_/src/Aspire.Hosting/ApplicationModel/ResourceNotificationService.cs:line 389
   at Aspire.Hosting.ApplicationModel.ResourceNotificationService.WatchAsync(CancellationToken cancellationToken)+MoveNext() in /_/src/Aspire.Hosting/ApplicationModel/ResourceNotificationService.cs:line 389
   at Aspire.Hosting.ApplicationModel.ResourceNotificationService.WatchAsync(CancellationToken cancellationToken)+System.Threading.Tasks.Sources.IValueTaskSource<System.Boolean>.GetResult()
   at Aspire.Hosting.ApplicationModel.ResourceNotificationService.WaitForResourceCoreAsync(String resourceName, Func`2 predicate, CancellationToken cancellationToken) in /_/src/Aspire.Hosting/ApplicationModel/ResourceNotificationService.cs:line 338
   at Aspire.Hosting.ApplicationModel.ResourceNotificationService.WaitForResourceCoreAsync(String resourceName, Func`2 predicate, CancellationToken cancellationToken) in /_/src/Aspire.Hosting/ApplicationModel/ResourceNotificationService.cs:line 338
   at Aspire.Hosting.ApplicationModel.ResourceNotificationService.WaitForResourceHealthyAsync(String resourceName, CancellationToken cancellationToken) in /_/src/Aspire.Hosting/ApplicationModel/ResourceNotificationService.cs:line 213
   at Aspire.Hosting.Azure.Tests.AzureServiceBusExtensionsTests.VerifyWaitForOnServiceBusEmulatorBlocksDependentResources() in /_/tests/Aspire.Hosting.Azure.Tests/AzureServiceBusExtensionsTests.cs:line 218
--- End of stack trace from previous location ---
Aspire.Hosting.Azure.Tests.WorkItemExecution [Console] [Details] [Artifacts] [5.51% failure rate]
[ 🚧 Report test infrastructure issue] [ 📄 Report test repository issue]
This is a helix work item crash with status: BadExit. To investigate look the [Console log] / navigate to [Helix Artifacts]

Failing Configuration

Aspire.Playground.Tests.ProjectSpecificTests.Aspire.Playground.Tests.ProjectSpecificTests.WithDockerfileTest [Console] [Details] [Artifacts] [1.13% failure rate]
[ 🚧 Report test infrastructure issue] [ 📄 Report test repository issue]

Failing Configuration

Exception Message
System.TimeoutException : The operation has timed out.
CallStack
   at Aspire.Playground.Tests.ProjectSpecificTests.WithDockerfileTest() in /datadisks/disk1/work/AAE90978/w/B3960A04/e/tests/Aspire.Playground.Tests/ProjectSpecificTests.cs:line 24
   at Aspire.Playground.Tests.ProjectSpecificTests.WithDockerfileTest() in /datadisks/disk1/work/AAE90978/w/B3960A04/e/tests/Aspire.Playground.Tests/ProjectSpecificTests.cs:line 30
--- End of stack trace from previous location ---

Was this helpful? Yes No