Skip to content

Conversation

Copilot
Copy link
Contributor

@Copilot Copilot AI commented Jun 11, 2025

This PR quarantines two flaky tests in ResourceCommandServiceTests that have been causing intermittent failures:

The tests are marked with the QuarantinedTest attribute to move them from the regular test workflow to the outerloop workflow, preventing build failures while the underlying flakiness is investigated and resolved.

Changes made:

  • Added using Aspire.TestUtilities; import
  • Added [QuarantinedTest("https://github.com/dotnet/aspire/issues/9833")] to the success test
  • Added [QuarantinedTest("https://github.com/dotnet/aspire/issues/9834")] to the failure test

This follows the established pattern for quarantining flaky tests in the Aspire codebase, ensuring these tests continue to run in the outerloop workflow while not blocking regular CI builds.

Fixes #9835.


💬 Share your feedback on Copilot coding agent for the chance to win a $200 gift card! Click here to start the survey.

Co-authored-by: radical <1472+radical@users.noreply.github.com>
@Copilot Copilot AI changed the title [WIP] Quarantine test 'Aspire.Hosting.Tests.ResourceCommandServiceTests.ExecuteCommandAsync_HasReplicas_Success_CalledPerReplica' via Copilot Quarantine flaky ResourceCommandServiceTests Jun 11, 2025
@Copilot Copilot AI requested a review from radical June 11, 2025 16:58
Copilot finished work on behalf of radical June 11, 2025 16:58
@radical
Copy link
Member

radical commented Jun 11, 2025

Update the issue url for Aspire.Hosting.Tests.ResourceCommandServiceTests.ExecuteCommandAsync_HasReplicas_Success_CalledPerReplica to #9832 .

@radical radical marked this pull request as ready for review June 11, 2025 17:45
@radical radical requested a review from mitchdenny as a code owner June 11, 2025 17:45
…rReplica to #9832

Co-authored-by: radical <1472+radical@users.noreply.github.com>
Copy link
Contributor Author

Copilot AI commented Jun 11, 2025

Update the issue url for Aspire.Hosting.Tests.ResourceCommandServiceTests.ExecuteCommandAsync_HasReplicas_Success_CalledPerReplica to #9832 .

Updated the issue URL for the success test to #9832 as requested. (0f8f4a0)

@radical radical enabled auto-merge (squash) June 11, 2025 17:48
Copilot finished work on behalf of radical June 11, 2025 17:48
@radical radical merged commit 557d070 into main Jun 11, 2025
251 of 252 checks passed
@radical radical deleted the copilot/fix-9835 branch June 11, 2025 18:05
@github-actions github-actions bot locked and limited conversation to collaborators Jul 12, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Error loading sessions

Retrying.

Successfully merging this pull request may close these issues.

Quarantine test 'Aspire.Hosting.Tests.ResourceCommandServiceTests.ExecuteCommandAsync_HasReplicas_Success_CalledPerReplica' via Copilot
3 participants