terraform-provider-google icon indicating copy to clipboard operation
terraform-provider-google copied to clipboard

Failing test(s): TestAccMemcacheInstance_update

Open melinath opened this issue 3 years ago • 1 comments

Failure rate:

  • 10% in October 2021

Impacted tests:

  • TestAccMemcacheInstance_update

Nightly builds:

  • https://ci-oss.hashicorp.engineering/buildConfiguration/GoogleCloudBeta_ProviderGoogleCloudBetaGoogleProject/220058?buildTab=tests&expandedTest=9212193369445625188

Message:

provider_test.go:278: Step 3/4 error: After applying this test step and performing a `terraform refresh`, the plan was not empty.
stdout
An execution plan has been generated and is shown below.
Resource actions are indicated with the following symbols:
+ create
Terraform will perform the following actions:
# google_compute_global_address.service_range will be created
+ resource "google_compute_global_address" "service_range" {
+ address            = (known after apply)
+ address_type       = "INTERNAL"
+ creation_timestamp = (known after apply)
+ id                 = (known after apply)
+ label_fingerprint  = (known after apply)
+ name               = "tf-test5051118588212832189"
+ network            = "projects/project-id/global/networks/tf-bootstrap-net-memcache-update"
+ prefix_length      = 16
+ project            = (known after apply)
+ purpose            = "VPC_PEERING"
+ self_link          = (known after apply)
}
Plan: 1 to add, 0 to change, 0 to destroy.

melinath avatar Nov 19 '21 17:11 melinath

Note: Some other tests fail in the same way, failing to see a GCE global address

rileykarson avatar Nov 29 '21 18:11 rileykarson

sanghaniJ avatar Dec 07 '22 12:12 sanghaniJ

b/261698611

sanghaniJ avatar Dec 07 '22 12:12 sanghaniJ

This test had a 100% failure rate of Error code 13, message: an internal error has occurred until Feb 5, 2023 when they resolved. Since then we haven't seen any errors, so there's a good chance this one is resolved.

roaks3 avatar Feb 23 '23 15:02 roaks3

Confirmed this issue has continued to pass successfully, so considering it resolved.

roaks3 avatar Mar 13 '23 19:03 roaks3

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[bot] avatar Apr 13 '23 02:04 github-actions[bot]