-
Notifications
You must be signed in to change notification settings - Fork 205
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
ci: Re-enable Terraform Tests #4564
Comments
ellismg
added a commit
to ellismg/azure-dev
that referenced
this issue
Nov 15, 2024
We should be able to re-enable the tests now. The one exception is the `azd login` test that validated login with a long lived client secret, since we no longer have a service principal with a long lived client secret. We'll have to make due without the end to end coverage here - but in practice we have good coverage at the unit test level of much of the code here, so we should be okay. Contributes To Azure#4564
Trying to re-enable the remote state terraform tests failed with this error coming back from TF:
I think this is an auth problem with the remote state provider, not the azure RM provider, since the other terraform test passed without issue. Keeping this skipped against the bug for now. |
ellismg
added a commit
to ellismg/azure-dev
that referenced
this issue
Nov 19, 2024
We should be able to re-enable the tests now. The one exception is the `azd login` test that validated login with a long lived client secret, since we no longer have a service principal with a long lived client secret. We'll have to make due without the end to end coverage here - but in practice we have good coverage at the unit test level of much of the code here, so we should be okay. Contributes To Azure#4564
ellismg
added a commit
that referenced
this issue
Nov 21, 2024
We should be able to re-enable the tests now. The one exception is the `azd login` test that validated login with a long lived client secret, since we no longer have a service principal with a long lived client secret. We'll have to make due without the end to end coverage here - but in practice we have good coverage at the unit test level of much of the code here, so we should be okay. Contributes To #4564
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Our terraform tests in CI are currently disabled (in the case of the inner-loop
build-cli
leg) or failing (in the case of template tests) since moving to the TME environment since we need to use OIDC to connect.This bug tracks re-enabling these disabled tests.
The text was updated successfully, but these errors were encountered: