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

Testing: move DistributedApplicationBuilder into base test harness #2575

Merged
merged 7 commits into from
Mar 5, 2024

Conversation

ReubenBond
Copy link
Member

@ReubenBond ReubenBond commented Mar 1, 2024

This moves logic to get the app builder from DistributedApplicationTestingBuilder into the core DistributedApplicationTestingHarness<TEntryPoint> so that the lifecycle logic is a little more centralized and the control flow is a little clearer. More importantly, it fixes a deadlock introduced while trying make the tests run in CI.

Microsoft Reviewers: Open in CodeFlow

@dotnet-issue-labeler dotnet-issue-labeler bot added the area-app-model Issues pertaining to the APIs in Aspire.Hosting, e.g. DistributedApplication label Mar 1, 2024
@ReubenBond ReubenBond enabled auto-merge (squash) March 5, 2024 22:51
@ReubenBond ReubenBond merged commit 4a423f7 into main Mar 5, 2024
9 checks passed
@ReubenBond ReubenBond deleted the rebond/testing/robustness branch March 5, 2024 22:52
@github-actions github-actions bot locked and limited conversation to collaborators Apr 20, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
area-app-model Issues pertaining to the APIs in Aspire.Hosting, e.g. DistributedApplication
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants