Skip to content

Failing test(s): TestAccBigqueryConnectionConnection_bigqueryConnectionFullExample #10220

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

Closed
melinath opened this issue Oct 1, 2021 · 2 comments · Fixed by GoogleCloudPlatform/magic-modules#5435, hashicorp/terraform-provider-google-beta#3844 or #10537

Comments

@melinath
Copy link
Collaborator

melinath commented Oct 1, 2021

Failure rate: 100% since Sept 3 2021

Impacted tests:

  • TestAccBigqueryConnectionConnection_bigqueryConnectionFullExample

Nightly builds:

Message:

------- Stdout: -------
=== RUN   TestAccBigqueryConnectionConnection_bigqueryConnectionFullExample
=== PAUSE TestAccBigqueryConnectionConnection_bigqueryConnectionFullExample
=== CONT  TestAccBigqueryConnectionConnection_bigqueryConnectionFullExample
provider_test.go:278: ImportStateVerify attributes not equivalent. Difference is shown below. Top is actual, bottom is expected.
(map[string]string) (len=2) {
(string) (len=33) "cloud_sql.0.credential.0.password": (string) "",
(string) (len=33) "cloud_sql.0.credential.0.username": (string) ""
}
(map[string]string) (len=2) {
(string) (len=33) "cloud_sql.0.credential.0.password": (string) (len=16) "<credential omitted>",
(string) (len=33) "cloud_sql.0.credential.0.username": (string) (len=14) "<credential omitted>"
}
--- FAIL: TestAccBigqueryConnectionConnection_bigqueryConnectionFullExample (741.36s)
FAIL
@edwardmedia
Copy link
Contributor

need to add cloud_sql.0.credential to ImportStateVerifyIgnore

@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 Dec 11, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.