Skip to content

Conversation

Copy link
Contributor

Copilot AI commented Oct 27, 2025

Issue #11728 has been resolved. The affected tests in AzureDeployerTests can now run without being skipped.

Changes

  • Removed [ActiveIssue("https://github.com/dotnet/aspire/issues/11728")] from 7 test methods in Aspire.Hosting.Azure.Tests.AzureDeployerTests:
    • DeployAsync_WithContainer_Works
    • DeployAsync_WithDockerfile_Works
    • DeployAsync_WithProjectResource_Works
    • DeployAsync_WithMultipleComputeEnvironments_Works
    • DeployAsync_WithSingleRedisCache_CallsDeployingComputeResources
    • DeployAsync_WithOnlyAzureResources_PrintsDashboardUrl
    • DeployAsync_WithAzureFunctionsProject_Works

These tests will now execute as part of the regular test suite.

Closes #11728 .

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 build /tmp/aspireluQL9t/env.module.bicep --stdout (dns block)
    • Triggering command: /usr/local/bin/bicep build /tmp/aspire40U1bV/api.module.bicep --stdout (dns block)
    • Triggering command: /usr/local/bin/bicep build /tmp/aspirekc6BCP/env.module.bicep --stdout (dns block)

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

Original prompt

Remove the [ActiveIssue] attribute on any test that references @dotnet/aspire/issues/11728 in the Aspire.Hosting.Azure.Tests.AzureDeployerTests suite. This will unblock test runs after the issue has been resolved.

Steps:

This pull request was created as a result of the following prompt from Copilot chat.

Remove the [ActiveIssue] attribute on any test that references @dotnet/aspire/issues/11728 in the Aspire.Hosting.Azure.Tests.AzureDeployerTests suite. This will unblock test runs after the issue has been resolved.

Steps:


💬 We'd love your input! Share your thoughts on Copilot coding agent in our 2 minute survey.

Copilot AI changed the title [WIP] Remove ActiveIssue attribute for tests referencing issue 11728 Remove [ActiveIssue] attributes for resolved issue #11728 from AzureDeployerTests Oct 27, 2025
Copilot AI requested a review from radical October 27, 2025 03:01
@github-actions
Copy link
Contributor

github-actions bot commented Oct 27, 2025

🚀 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 -- 12396

Or

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

@radical radical marked this pull request as ready for review October 27, 2025 03:02
Copilot AI review requested due to automatic review settings October 27, 2025 03:02
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 removes [ActiveIssue] attributes from 7 test methods in AzureDeployerTests after issue #11728 was resolved. The tests were previously being skipped and will now run as part of the regular test suite.

Key changes:

  • Removed [ActiveIssue("https://github.com/dotnet/aspire/issues/11728")] attribute from 7 test methods
  • No code logic changes, only test attribute removal

@radical radical enabled auto-merge (squash) October 28, 2025 00:51
@radical radical merged commit 22c4a82 into main Oct 28, 2025
605 of 609 checks passed
@radical radical deleted the copilot/remove-activeissue-attribute-11728 branch October 28, 2025 00:55
@dotnet-policy-service dotnet-policy-service bot added this to the 13.0 milestone Oct 28, 2025
radical added a commit that referenced this pull request Oct 29, 2025
…eployerTests (#12396)

* Initial plan

* Remove [ActiveIssue] attributes for resolved issue #11728

Co-authored-by: radical <[email protected]>

---------

Co-authored-by: copilot-swe-agent[bot] <[email protected]>
Co-authored-by: radical <[email protected]>
@github-actions github-actions bot locked and limited conversation to collaborators Nov 27, 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

Successfully merging this pull request may close these issues.

[Failing test]: Aspire.Hosting.Azure.Tests.AzureDeployerTests fail: the given key 'AZURE_CONTAINER_REGISTRY_NAME' was not present in the dictionary.

3 participants