dotnet / aspire

An opinionated, cloud ready stack for building observable, production ready, distributed applications in .NET
https://learn.microsoft.com/dotnet/aspire
MIT License
3.33k stars 341 forks source link

[tests] Consider moving Azure specific component tests to Azure sdk repo #4553

Open radical opened 1 week ago

radical commented 1 week ago

Currently, the Azure component tests don't run on CI as they need test resources in Azure to run. This issue is to decide whether to move these tests to the Azure sdk repo, and utilize the test framework there. And if so, what needs to be done to make it happen.

context: https://github.com/dotnet/aspire/issues/2689#issuecomment-2045664700

@eerhardt: What is the medium-to-long-term vision for where the Azure Hosting code lives? If we intend to move it to [Azure/azure-sdk-for-net](https://github.com/Azure/azure-sdk-for-net/), it may make sense to wait until then to hook it up to automated tests.

On the Components side, my goal is to eventually move them to the Azure repo, so they can ship and service along with the Azure SDK packages.

cc @joperezr @mitchdenny

eerhardt commented 1 week ago

@tg-msft @weshaggard (and any other Azure SDK devs) - thoughts on this?