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.29k stars 1.72k forks source link

Failing test(s): TestAccCloudFunctionsFunction_secretEnvVar #14388

Open SarahFrench opened 1 year ago

SarahFrench commented 1 year ago

Failure rates

Impacted tests

Affected Resource(s)

Nightly build test history

Message(s)

The error messages aren't very informative

------- Stdout: -------
=== RUN   TestAccCloudFunctionsFunction_secretEnvVar
=== PAUSE TestAccCloudFunctionsFunction_secretEnvVar
=== CONT  TestAccCloudFunctionsFunction_secretEnvVar
vcr_utils.go:146: Step 1/4 error: Error running apply: exit status 1
Error: Error waiting for Creating CloudFunctions Function: Error code 3, message: Build failed: {"metrics":{},"error":{"buildpackId":"","buildpackVersion":"","errorType":"OK","canonicalCode":"OK","errorId":"","errorMessage":""},"stats":[{"buildpackId":"google.nodejs.runtime","buildpackVersion":"1.0.0","totalDurationMs":2206,"userDurationMs":0},{"buildpackId":"google.utils.archive-source","buildpackVersion":"0.0.1","totalDurationMs":51,"userDurationMs":50},{"buildpackId":"google.nodejs.functions-framework","buildpackVersion":"0.9.4","totalDurationMs":4081,"userDurationMs":3799},{"buildpackId":"google.config.entrypoint","buildpackVersion":"0.9.0","totalDurationMs":0,"userDurationMs":0},{"buildpackId":"google.utils.label-image","buildpackVersion":"0.0.2","totalDurationMs":0,"userDurationMs":0}],"warnings":null,"customImage":false}
with google_cloudfunctions_function.function,
on terraform_plugin_test.tf line 47, in resource "google_cloudfunctions_function" "function":
47: resource "google_cloudfunctions_function" "function" {
--- FAIL: TestAccCloudFunctionsFunction_secretEnvVar (60.18s)
FAIL
trodge commented 1 year ago

b/280100972