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

TestAccActiveDirectory failures #7084

Closed
slevenick opened this issue Aug 24, 2020 · 4 comments · Fixed by GoogleCloudPlatform/magic-modules#3915, #7131 or hashicorp/terraform-provider-google-beta#2435

Comments

@slevenick
Copy link
Collaborator

Test failures on:
TestAccActiveDirectoryDomain_update
TestAccActiveDirectoryDomain_activeDirectoryDomainBasicExample
due to quota errors. Probably need sweepers on these.

TestAccActiveDirectoryDomainTrust_activeDirectoryDomainTrustBasicExample
Seems to require setup?

@danawillow
Copy link
Contributor

@venkykuberan, I'm working on the Domain tests and think I have that solved. Can you look at the Trust test? It fails consistently with:

------- Stdout: -------
=== RUN   TestAccActiveDirectoryDomainTrust_activeDirectoryDomainTrustBasicExample
=== PAUSE TestAccActiveDirectoryDomainTrust_activeDirectoryDomainTrustBasicExample
=== CONT  TestAccActiveDirectoryDomainTrust_activeDirectoryDomainTrustBasicExample
TestAccActiveDirectoryDomainTrust_activeDirectoryDomainTrustBasicExample: testing.go:674: Step 0 error: errors during apply:
Error: Error creating DomainTrust: googleapi: Error 404: Resource 'projects/ci-test-project-188019/locations/global/domains/test-managed-ad.com' was not found
Details:
[
{
"@type": "type.googleapis.com/google.rpc.ResourceInfo",
"resourceName": "projects/ci-test-project-188019/locations/global/domains/test-managed-ad.com"
}
]
on /opt/teamcity-agent/temp/buildTmp/tf-test144646595/main.tf line 2:
(source code not available)
--- FAIL: TestAccActiveDirectoryDomainTrust_activeDirectoryDomainTrustBasicExample (0.85s)
FAIL

@ghost
Copy link

ghost commented Sep 27, 2020

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 feel this issue should be reopened, we encourage creating a new issue linking back to this one for added context. If you feel I made an error 🤖 🙉 , please reach out to my human friends 👉 [email protected]. Thanks!

@ghost ghost locked and limited conversation to collaborators Sep 27, 2020
@ScottSuarez ScottSuarez reopened this Dec 15, 2020
@ScottSuarez
Copy link
Collaborator

Reopening this regular failures on TestAccActiveDirectoryDomainTrust_activeDirectoryDomainTrustBasicExample.
https://ci-oss.hashicorp.engineering/project.html?projectId=GoogleCloud&testNameId=2484026027688699297&tab=testDetails
https://ci-oss.hashicorp.engineering/project.html?projectId=GoogleCloudBeta&testNameId=2484026027688699297&tab=testDetails

strangely on the failure there is no stacktrace @slevenick any idea?

@ScottSuarez
Copy link
Collaborator

Closing this... failure is tracked with 7159

@rileykarson

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.