Skip to content

Partially fix quarantined test: Update stale snapshot for DeployAsync_WithMultipleComputeEnvironments_Works#14551

Merged
radical merged 4 commits intomainfrom
copilot/fix-azure-deployer-test-issue
Feb 18, 2026
Merged

Partially fix quarantined test: Update stale snapshot for DeployAsync_WithMultipleComputeEnvironments_Works#14551
radical merged 4 commits intomainfrom
copilot/fix-azure-deployer-test-issue

Conversation

Copy link
Contributor

Copilot AI commented Feb 18, 2026

Description

Quarantined test DeployAsync_WithMultipleComputeEnvironments_Works has two test cases. This PR fixes the step="diagnostics" case by updating the stale snapshot, but the step="deploy" case still fails with an ACR login issue. The test remains quarantined.

Root Cause Analysis:

  • The step="diagnostics" case was failing due to an out-of-date snapshot file caused by recent pipeline changes (added validate-appservice-config-aas-env validation step, removed update-api-service-provisionable-resource step)
  • The step="deploy" case has an unresolved functional bug where only one ACR registry login occurs (acaregistry.azurecr.io) when both registries should be logged into (acaregistry.azurecr.io and aasregistry.azurecr.io)

Changes:

  • Updated AzureDeployerTests.DeployAsync_WithMultipleComputeEnvironments_Works_step=diagnostics.verified.txt to reflect current pipeline structure
  • Kept [QuarantinedTest] attribute because the step="deploy" case still fails

Status:

  • step="diagnostics" - Fixed by snapshot update
  • step="deploy" - Still fails with ACR login issue (unresolved)

The underlying ACR login bug for the deploy case requires further investigation. Issue #13287 remains open.

Checklist

  • Is this feature complete?
    • Yes. Ready to ship.
    • No. Follow-up changes expected.
  • Are you including unit tests for the changes and scenario tests if relevant?
    • Yes
    • No
  • Did you add public API?
    • Yes
    • No
  • Does the change make any security assumptions or guarantees?
    • Yes
    • No
  • Does the change require an update in our Aspire docs?
    • Yes
    • No
Original prompt

This section details on the original issue you should resolve

<issue_title>Failing test: Aspire.Hosting.Azure.Tests.AzureDeployerTests.DeployAsync_WithMultipleComputeEnvironments_Works</issue_title>
<issue_description>## Build Information
Build: https://github.com/dotnet/aspire/actions/runs/19852141316
Build error leg or test failing: Aspire.Hosting.Azure.Tests.AzureDeployerTests.DeployAsync_WithMultipleComputeEnvironments_Works
Pull request:

Error Message

Fill the error message using step by step known issues guidance.

{
  "ErrorMessage": "",
  "ErrorPattern": "",
  "BuildRetry": false,
  "ExcludeConsoleLog": false
}

Error Details

Assert.Contains() Failure: Filter not matched in collection
Collection: [Tuple ("acaregistry.azurecr.io", "00000000-0000-0000-0000-000000000000", "fake-refresh-token")]
at Aspire.Hosting.Azure.Tests.AzureDeployerTests.DeployAsync_WithMultipleComputeEnvironments_Works(String step) in /Users/runner/work/aspire/aspire/tests/Aspire.Hosting.Azure.Tests/AzureDeployerTests.cs:line 439
--- End of stack trace from previous location ---
Standard Output
| [2025-12-02T03:47:45] Aspire.Hosting.DistributedApplication Information: Aspire version: 13.1.0-ci
[CreateStep] pipeline-execution
| [2025-12-02T03:47:45] Aspire.Hosting.Cli.BackchannelService Debug: Backchannel socket path was not specified.
| [2025-12-02T03:47:45] Aspire.Hosting.Backchannel.AuxiliaryBackchannelService Debug: Starting auxiliary backchannel service on socket path: /Users/runner/.aspire/cli/backchannels/aux.sock.4cca56afeebea85c
| [2025-12-02T03:47:45] Aspire.Hosting.Backchannel.AuxiliaryBackchannelService Debug: Auxiliary backchannel listening on /Users/runner/.aspire/cli/backchannels/aux.sock.4cca56afeebea85c
[CreateStep] process-parameters
| [2025-12-02T03:47:45] Aspire.Hosting.ApplicationModel.ResourceNotificationService Debug: Resource cache-password/cache-password changed state: Running
| [2025-12-02T03:47:45] Aspire.Hosting.ApplicationModel.ResourceNotificationService Trace: Version: 1 Resource cache-password/cache-password update published: ResourceType = ParameterResource, CreationTimeStamp = (null), State = { Text = Running, Style = (null) }, IsHidden = False, HeathStatus = Healthy, ResourceReady = False, ExitCode = (null), Urls = {  }, EnvironmentVariables = {  }, Properties = { Value = jshEqAXbaasgV8H8jYQ4WF }, HealthReports = {  }, Commands = {  }
    [Information:process-parameters] 1 parameter values saved to deployment state.
| [2025-12-02T03:47:45] Aspire.Hosting.ParameterProcessor Information: 1 parameter values saved to deployment state.
[CreateStep] deploy-prereq
    [Information:deploy-prereq] Initializing deployment for environment 'Test'
| [2025-12-02T03:47:45] Aspire.Hosting.Publishing.PipelineExecutor Information: Initializing deployment for environment 'Test'
    [Information:deploy-prereq] Setting default deploy tag 'aspire-deploy-20251202034745' for compute resource(s).
| [2025-12-02T03:47:45] Aspire.Hosting.Publishing.PipelineExecutor Information: Setting default deploy tag 'aspire-deploy-20251202034745' for compute resource(s).
[CreateStep] validate-azure-login
  [CompleteStep:validate-azure-login] Azure CLI authentication validated successfully (State: Completed)
[CreateStep] create-provisioning-context
| [2025-12-02T03:47:45] Aspire.Hosting.Azure.Provisioning.Internal.PublishModeProvisioningContextProvider Debug: Azure provisioning options have been handled successfully.
    [Information:create-provisioning-context] Default subscription: Test Subscription (/subscriptions/12345678-1234-1234-1234-123456789012)
| [2025-12-02T03:47:45] Aspire.Hosting.Azure.Provisioning.Internal.PublishModeProvisioningContextProvider Information: Default subscription: Test Subscription (/subscriptions/12345678-1234-1234-1234-123456789012)
    [Information:create-provisioning-context] Tenant: 87654321-4321-4321-4321-210987654321
| [2025-12-02T03:47:45] Aspire.Hosting.Azure.Provisioning.Internal.PublishModeProvisioningContextProvider Information: Tenant: 87654321-4321-4321-4321-210987654321
    [Information:create-provisioning-context] Using existing resource group test-rg.
| [2025-12-02T03:47:45] Aspire.Hosting.Azure.Provisioning.Internal.PublishModeProvisioningContextProvider Information: Using existing resource group test-rg.
[CreateStep] provision-aca-env
    [CreateTask:provision-aca-env] Deploying **aca-env**
| [2025-12-02T03:47:45] Aspire.Hosting.ApplicationModel.ResourceNotificationService Debug: Resource aca-env/aca-env changed state: Starting
...

</details>



<!-- START COPILOT CODING AGENT SUFFIX -->

- Fixes dotnet/aspire#13287

<!-- START COPILOT CODING AGENT TIPS -->
---

✨ Let Copilot coding agent [set things up for you](https://github.com/dotnet/aspire/issues/new?title=✨+Set+up+Copilot+instructions&body=Configure%20instructions%20for%20this%20repository%20as%20documented%20in%20%5BBest%20practices%20for%20Copilot%20coding%20agent%20in%20your%20repository%5D%28https://gh.io/copilot-coding-agent-tips%29%2E%0A%0A%3COnboard%20this%20repo%3E&assignees=copilot) — coding agent works faster and does higher quality work when set up for your repo.

Copilot AI and others added 2 commits February 18, 2026 21:37
… test

Co-authored-by: radical <1472+radical@users.noreply.github.com>
…onments_Works test

Co-authored-by: radical <1472+radical@users.noreply.github.com>
Copilot AI changed the title [WIP] Fix failing test for AzureDeployerDeployAsync Fix quarantined test: Update stale snapshot for DeployAsync_WithMultipleComputeEnvironments_Works Feb 18, 2026
Copilot AI requested a review from radical February 18, 2026 21:43
[Theory]
[InlineData("deploy")]
[InlineData("diagnostics")]
[QuarantinedTest("https://github.com/dotnet/aspire/issues/13287")]
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@copilot do not remove the attribute though, since the step: "deploy" case still fails with a different error. but confirm that in any case. We should not close the corresponding issue either.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Confirmed - the step: "deploy" case still fails with the same ACR login error. Only one registry (acaregistry.azurecr.io) is being logged into when both (acaregistry.azurecr.io and aasregistry.azurecr.io) are expected. Restored the quarantine attribute in commit 72b9063.

The snapshot update only fixed the step: "diagnostics" case. The underlying ACR login issue for the deploy case remains unresolved.

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

Copilot AI commented Feb 18, 2026

Just as a heads up, I was blocked by some firewall rules while working on your feedback. Expand below for details.

Warning

Firewall rules blocked me from connecting to one or more addresses (expand for details)

I tried to connect to the following addresses, but was blocked by firewall rules:

  • aka.ms
    • Triggering command: /usr/local/bin/bicep /usr/local/bin/bicep build /tmp/aspire-bicepRmj3AM/aca-env-acr.module.bicep --stdout (dns block)
    • Triggering command: /usr/local/bin/bicep /usr/local/bin/bicep build /tmp/aspire-bicepkqXMcm/storage.module.bicep --stdout (dns block)
    • Triggering command: /usr/local/bin/bicep /usr/local/bin/bicep build /tmp/aspire-bicepmPFBR5/aas-env-acr.module.bicep --stdout (dns block)

If you need me to access, download, or install something from one of these locations, you can either:

Copilot AI changed the title Fix quarantined test: Update stale snapshot for DeployAsync_WithMultipleComputeEnvironments_Works Partially fix quarantined test: Update stale snapshot for DeployAsync_WithMultipleComputeEnvironments_Works Feb 18, 2026
Copilot AI requested a review from radical February 18, 2026 21:53
@github-actions
Copy link
Contributor

🚀 Dogfood this PR with:

⚠️ WARNING: Do not do this without first carefully reviewing the code of this PR to satisfy yourself it is safe.

curl -fsSL https://raw.githubusercontent.com/dotnet/aspire/main/eng/scripts/get-aspire-cli-pr.sh | bash -s -- 14551

Or

  • Run remotely in PowerShell:
iex "& { $(irm https://raw.githubusercontent.com/dotnet/aspire/main/eng/scripts/get-aspire-cli-pr.ps1) } 14551"

Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR partially fixes a quarantined test by updating a stale snapshot file that validates pipeline diagnostics output. The test DeployAsync_WithMultipleComputeEnvironments_Works has two test cases: one for step="diagnostics" (now fixed) and one for step="deploy" (still failing). The snapshot update reflects recent pipeline changes where a validation step was added and an update step was removed.

Changes:

  • Updated the verified snapshot file to reflect current pipeline structure (removed update-api-service-provisionable-resource step, added validate-appservice-config-aas-env validation step)
  • Test remains quarantined as the step="deploy" case still fails with an ACR login bug (only one registry is logged into instead of both)

@radical radical enabled auto-merge (squash) February 18, 2026 23:22
@radical radical merged commit fa2336f into main Feb 18, 2026
348 of 349 checks passed
@radical radical deleted the copilot/fix-azure-deployer-test-issue branch February 18, 2026 23:25
@dotnet-policy-service dotnet-policy-service bot added this to the 13.3 milestone Feb 18, 2026
mitchdenny added a commit that referenced this pull request Feb 23, 2026
…er (#14590)

* Add a script for startup performance measurement (#14345)

* Add startup perf collection script

* Analyze trace more efficiently

* Increase pause between iterations

* Fix TraceAnalyzer

* Add startup-perf skill

* Add backmerge release workflow to automate merging changes from release/13.2 to main (#14453)

* Add backmerge release workflow to automate merging changes from release/13.2 to main

* Apply suggestions from code review

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

* Apply more fixes and use dotnet's action

---------

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

* Bump Aspire branding from 13.2 to 13.3 (#14456)

* Initial plan

* Bump Aspire branding from 13.2 to 13.3

Co-authored-by: joperezr <13854455+joperezr@users.noreply.github.com>

---------

Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: joperezr <13854455+joperezr@users.noreply.github.com>

* Update Azure.Core to latest version - lift all runtime dependencies to latest (#14361)

* Update to Azure.Core 1.51.1

Use latest versions for all dotnet/runtime nuget packages. This simplifies our dependency management.

Remove ForceLatestDotnetVersions property from multiple project files

* Update AzureDeployerTests to use WaitForShutdown instead of StopAsync

There is a timing issue when using Start/Stop since the background pipeline might still be running and it cancels the pipeline before it can complete.

* Fix AuxiliaryBackchannelTests by adding a Task that completes when the AuxiliaryBackchannelService is listening and ready for connections.

* Remove double registration of AuxiliaryBackchannelService as an IHostedService.

* Fix ResourceLoggerForwarderServiceTests to ensure the ResourceLoggerForwarderService has started before signalling the stopping token.

* Update Arcade to latest version from the .NET 10 Eng channel (#13556)

Co-authored-by: Jose Perez Rodriguez <joperezr@microsoft.com>

* Refactor backmerge PR creation to update existing PRs and streamline body formatting (#14476)

* [main] Fix transitive Azure role assignments through WaitFor dependencies (#14478)

* Initial plan

* Fix transitive Azure role assignments through WaitFor dependencies

Remove CollectAnnotationDependencies calls from CollectDependenciesFromValue
to prevent WaitFor/parent/connection-string-redirect annotations from
referenced resources being included as direct dependencies of the caller.

Add tests verifying:
- DirectOnly mode excludes WaitFor deps from referenced resources
- WaitFor doesn't create transitive role assignments in Azure publish

Co-authored-by: eerhardt <8291187+eerhardt@users.noreply.github.com>

---------

Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: eerhardt <8291187+eerhardt@users.noreply.github.com>

* Remove auto-merge step from backmerge workflow (#14481)

* Remove auto-merge step from backmerge workflow

* Update PR body to request merge commit instead of auto-merge

* Add agentic workflow daily-repo-status (#14498)

* [Automated] Backmerge release/13.2 to main (#14536)

* Fix Windows pipeline image to use windows.vs2022.amd64.open (#14492)

* Fix Windows pipeline image to use windows.vs2022.amd64.open

* Use windows.vs2026preview.scout.amd64 for public pipeline Windows pool

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>

---------

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>

* Add Azure portal link for Resource Group in deploy pipeline summary (#14434)

* Add Azure portal link for Resource Group in pipeline summary

When printing the Resource Group in the pipeline summary of `aspire deploy`,
include a clickable link to the Azure portal resource group page.

The link uses the format:
https://portal.azure.com/#@{tenantId}/resource/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/overview

Changes:
- AzureEnvironmentResource.AddToPipelineSummary: construct markdown link for resource group
- ConsoleActivityLogger.FormatPipelineSummaryKvp: convert markdown to Spectre markup for clickable links
- Add ConsoleActivityLoggerTests for the new markdown rendering behavior

Co-authored-by: eerhardt <8291187+eerhardt@users.noreply.github.com>

* Clean up the code

* Fix tests

* More test fixups

* Refactor code

* Update src/Aspire.Cli/Utils/MarkdownToSpectreConverter.cs

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

* Add test for color-enabled non-interactive rendering path

Co-authored-by: eerhardt <8291187+eerhardt@users.noreply.github.com>

* fix test

---------

Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: eerhardt <8291187+eerhardt@users.noreply.github.com>
Co-authored-by: Eric Erhardt <eric.erhardt@microsoft.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

---------

Co-authored-by: Jose Perez Rodriguez <joperezr@microsoft.com>
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <198982749+Copilot@users.noreply.github.com>
Co-authored-by: eerhardt <8291187+eerhardt@users.noreply.github.com>
Co-authored-by: Eric Erhardt <eric.erhardt@microsoft.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>

* [Automated] Update AI Foundry Models (#14541)

Co-authored-by: sebastienros <sebastienros@users.noreply.github.com>

* Detect CLI at default install paths when not on PATH (#14545)

Check default installation directories (~/.aspire/bin, ~/.dotnet/tools) when the
Aspire CLI is not found on the system PATH. If found at a default location, the
VS Code setting is auto-updated. If later found on PATH, the setting is cleared.

Resolution order: configured custom path > system PATH > default install paths.

Fixes #14235

* [automated] Unquarantine stable tests with 25+ days zero failures (#14531)

* Initial plan

* [automated] Unquarantine stable tests

- Unquarantined: DeployCommandIncludesDeployFlagInArguments
- Unquarantined: GetAppHostsCommand_WithMultipleProjects_ReturnsSuccessWithAllCandidates
- Unquarantined: GetAppHostsCommand_WithSingleProject_ReturnsSuccessWithValidJson
- Unquarantined: PushImageToRegistry_WithRemoteRegistry_PushesImage
- Unquarantined: ProcessParametersStep_ValidatesBehavior
- Unquarantined: WithHttpCommand_EnablesCommandOnceResourceIsRunning

These tests are being unquarantined as they have had 25+ days of quarantined run data with zero failures.

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

---------

Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: radical <1472+radical@users.noreply.github.com>

* Partially fix quarantined test: Update stale snapshot for DeployAsync_WithMultipleComputeEnvironments_Works (#14551)

* Initial plan

* Update snapshot for DeployAsync_WithMultipleComputeEnvironments_Works test

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

* Remove quarantine attribute from DeployAsync_WithMultipleComputeEnvironments_Works test

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

* Restore quarantine attribute - step="deploy" case still fails

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

---------

Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: radical <1472+radical@users.noreply.github.com>

* Update daily report to 13.2 milestone burndown (#14563)

* Update daily report to 13.2 milestone burndown

Refocus the daily-repo-status agentic workflow to serve as a 13.2
release burndown report:

- Track 13.2 milestone issues closed/opened in the last 24 hours
- Highlight new bugs added to the milestone
- Summarize PRs merged to release/13.2 branch
- List PRs targeting release/13.2 awaiting review
- Surface relevant 13.2 discussions
- Generate a Mermaid xychart burndown using cache-memory snapshots
- Keep general triage queue as a brief secondary section
- Schedule daily around 9am, auto-close older report issues

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>

* Address review feedback: clarify cache schema and queries

- Exclude PRs from milestone counts (issues-only filter)
- Specify exact JSON schema for cache-memory burndown snapshots
- Add dedup, sort, and trim-to-7 logic for cache entries
- Simplify 'new issues' query to opened-in-last-24h with milestone

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>

---------

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>

* Update Aspire.Hosting.Kubernetes.csproj

* Initialize _kubernetesComponents with ResourceNameComparer

* Update KubernetesPublisherTests.cs

* Update Aspire.Hosting.Kubernetes.csproj

* Adds snapshots

* Adds Chart.yaml to snapshot

---------

Co-authored-by: Karol Zadora-Przylecki <karolz@microsoft.com>
Co-authored-by: Jose Perez Rodriguez <joperezr@microsoft.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <198982749+Copilot@users.noreply.github.com>
Co-authored-by: joperezr <13854455+joperezr@users.noreply.github.com>
Co-authored-by: Eric Erhardt <eric.erhardt@microsoft.com>
Co-authored-by: dotnet-maestro[bot] <42748379+dotnet-maestro[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: eerhardt <8291187+eerhardt@users.noreply.github.com>
Co-authored-by: David Negstad <50252651+danegsta@users.noreply.github.com>
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Co-authored-by: Mitch Denny <midenn@microsoft.com>
Co-authored-by: sebastienros <sebastienros@users.noreply.github.com>
Co-authored-by: Adam Ratzman <adam@adamratzman.com>
Co-authored-by: radical <1472+radical@users.noreply.github.com>
davidfowl pushed a commit that referenced this pull request Feb 25, 2026
…_WithMultipleComputeEnvironments_Works (#14551)

* Initial plan

* Update snapshot for DeployAsync_WithMultipleComputeEnvironments_Works test

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

* Remove quarantine attribute from DeployAsync_WithMultipleComputeEnvironments_Works test

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

* Restore quarantine attribute - step="deploy" case still fails

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

---------

Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: radical <1472+radical@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants