Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Execute app service tests against static app service plans #1362

Draft
wants to merge 10 commits into
base: main
Choose a base branch
from

Conversation

APErebus
Copy link
Contributor

We have flaky issues in Calamari tests due to capacity issues creating app service plans.

To avoid this, we now have 3 static app service plans that all the test app services are created against. Each test now creates it's own app service against the static plan.

The plans are in the calamari-testing-static-rg resource group, but the per-test resources are created in their own resource groups, which are torn-down at the end of the test (not test fixture)

@APErebus APErebus marked this pull request as draft October 14, 2024 06:19
ResourceGroupName,
new ResourceGroupData(new AzureLocation(ResourceGroupLocation))
name,
new ResourceGroupData(AzureLocation.AustraliaEast)
Copy link
Contributor Author

Choose a reason for hiding this comment

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

This needs to be AustraliaEast as the static resource groups are in AustraliaEast

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.

1 participant