hashicorp / terraform-provider-google

Terraform Provider for Google Cloud Platform
https://registry.terraform.io/providers/hashicorp/google/latest/docs
Mozilla Public License 2.0
2.33k stars 1.73k forks source link

Failing test(s): TestAccLoggingBucketConfigFolder_basic #17108

Open roaks3 opened 8 months ago

roaks3 commented 8 months ago

Failure rates

Impacted tests

Affected Resource(s)

Nightly build test history

Message(s)

=== RUN   TestAccLoggingBucketConfigFolder_basic
=== PAUSE TestAccLoggingBucketConfigFolder_basic
=== CONT  TestAccLoggingBucketConfigFolder_basic
    vcr_utils.go:152: Step 1/4 error: Error running apply: exit status 1
        Error: Error updating Logging Bucket Config "folders/600610923256/locations/global/buckets/_Default": googleapi: Error 404: Bucket `_Default` does not exist
          with google_logging_folder_bucket_config.basic,
          on terraform_plugin_test.tf line 7, in resource "google_logging_folder_bucket_config" "basic":
           7: resource "google_logging_folder_bucket_config" "basic" {
--- FAIL: TestAccLoggingBucketConfigFolder_basic (21.84s)
FAIL

b/322477460

roaks3 commented 8 months ago

Note that this test was consistently passing for a long while before it started failing with this error in November.