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

Fix TestAccGrafanaServiceAccountFromCloud #1231

Merged
merged 1 commit into from
Dec 15, 2023

Conversation

julienduchesne
Copy link
Member

This is a weird one. This test was failing but returning: a stack with the name 'tfserviceaccounttestqnkmr08pvm' already exists
See https://github.com/grafana/terraform-provider-grafana/actions/runs/7211112859/job/19645774937

The reason for that error was that the stack name in the test was too long (over 29 chars) and the API returns a 409 Conflict in that case (weird).
I changed the stack name + I fixed the error management and now the test passes

This is a weird one. This test was failing but returning: `a stack with the name 'tfserviceaccounttestqnkmr08pvm' already exists`
See https://github.com/grafana/terraform-provider-grafana/actions/runs/7211112859/job/19645774937

The reason for that error was that the stack name in the test was too long (over 29 chars) and the API returns a 409 Conflict in that case (weird). I changed the stack name + I fixed the error management and now the test passes
Copy link

In order to lower resource usage and have a faster runtime, PRs will not run Cloud tests automatically.
To do so, a Grafana Labs employee must trigger the cloud acceptance tests workflow manually.

@julienduchesne
Copy link
Member Author

@julienduchesne julienduchesne marked this pull request as ready for review December 14, 2023 17:10
@julienduchesne julienduchesne requested a review from a team as a code owner December 14, 2023 17:10
@julienduchesne julienduchesne merged commit b34da1e into master Dec 15, 2023
25 checks passed
@julienduchesne julienduchesne deleted the julienduchesne/fix-test branch December 15, 2023 13:08
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.

2 participants