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

Failing test(s): TestAccCloudRunService* #10932

Closed
shuyama1 opened this issue Jan 19, 2022 · 1 comment · Fixed by GoogleCloudPlatform/magic-modules#5630, #10940 or hashicorp/terraform-provider-google-beta#3993
Assignees

Comments

@shuyama1
Copy link
Collaborator

Failure rate: 100% since Jan 16

Impacted tests:

  • TestAccCloudRunService_cloudRunServiceUpdate and more CloudRunService tests

Nightly builds:

Message:

provider_test.go:286: Step 1/4 error: After applying this test step, the plan was not empty.
stdout:
An execution plan has been generated and is shown below.
Resource actions are indicated with the following symbols:
~ update in-place
Terraform will perform the following actions:
# google_cloud_run_service.default will be updated in-place
~ resource "google_cloud_run_service" "default" {
id                         = "locations/us-central1/namespaces/ci-test-project-188019/services/tftest-cloudrun-keddhg"
name                       = "tftest-cloudrun-keddhg"
# (4 unchanged attributes hidden)
~ template {
~ spec {
- service_account_name  = "[email protected]" -> null
# (2 unchanged attributes hidden)
~ containers {
+ command = []
# (2 unchanged attributes hidden)
# (2 unchanged blocks hidden)
}
}
# (1 unchanged block hidden)
}
# (2 unchanged blocks hidden)
}
@github-actions
Copy link

I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues.
If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Feb 20, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.