Update WaitForResourceHealthyAsync to use DefaultWaitBehavior #7709
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
Follow on to #7650 - this changes makes the default behaviour if you call
WaitForResourceHealthyAsync
without aWaitBehavior
to useDefaultWaitBehavior
rather than hardcodeWaitOnResourceUnavailable
.This makes the behaviour match
WaitForDependenciesAsync
whenWaitFor
is called without aWaitBehavior
, as well as improving the testing (or other dashboardless) experience by makingWaitForResourceHealthyAsync
fail fast in tests when you don't have a way to recover resources if they fail, without needing to explicitly set theWaitBehavior
If this change is not wanted, the default test templates should be updated to include
WaitBehavior.StopOnResourceUnavailable
as a follow on to #7619Fixes #7601
(Pushing this as is to see if any tests break and need adapting to this change in defaults - if any do, I'm expecting them to be tests deep in aspire internals that are unlikely to affect real end user usage, but need to confirm.)Update: Only one test failed first time, but it passes locally and succeeded on the second run
Checklist
<remarks />
and<code />
elements on your triple slash comments?breaking-change
template):doc-idea
template):