-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
Manage services peered-dns-domains via terraform #5158
Manage services peered-dns-domains via terraform #5158
Conversation
Hello! I am a robot who works on Magic Modules PRs. I have detected that you are a community contributor, so your PR will be assigned to someone with a commit-bit on this repo for initial review. Thanks for your contribution! A human will be with you soon. @melinath, please review this PR or find an appropriate assignee. |
5be652a
to
e92a63a
Compare
Not too sure how to proceed with acceptance tests, if it's easy for you to run- please go ahead. |
/gcbrun to start the full acceptance tests. If there are any issues, you can find the instructions on running the tests yourself here: https://github.com/hashicorp/terraform-provider-google/blob/master/.github/CONTRIBUTING.md#tests As a heads up, we are no longer generating inspec from Magic Modules - we just haven't cleaned up that code yet. If you want this resource supported in inspec and you're not sure where to submit it, let me know. |
e92a63a
to
02fc3e4
Compare
Tests were added that did not run in TeamCity:
|
This comment has been minimized.
This comment has been minimized.
25c13fe
to
5a204cd
Compare
Tests were added that did not run in TeamCity:
|
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
5a204cd
to
98a5616
Compare
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
My test is not in this list, does that mean it was successful? Can I do something about these failed tests? @melinath |
Hm, I'm seeing that test failing; there might be something wrong with how we're collecting test failures (or maybe it just doesn't handle the volume well.) Here's the error message I'm seeing:
I'm seeing that for all the failed tests, so this is probably not related to you. Maybe try rebasing? This may be an issue that was resolved on master. |
98a5616
to
82915a4
Compare
Huh, I removed the |
This comment has been minimized.
This comment has been minimized.
Tests failed during RECORDING mode: TestAccServiceNetworkingPeeredDNSDomain_basic|TestAccDatasourceGoogleServiceNetworkingPeeredDnsDomain_basic Please fix these to complete your PR |
260e987
to
a53a34a
Compare
a53a34a
to
6fd6480
Compare
6fd6480
to
fcf9156
Compare
🥳 |
I have triggered VCR tests in RECORDING mode for the following tests that failed during VCR: TestAccDatasourceGoogleServiceNetworkingPeeredDnsDomain_basic|TestAccComputeForwardingRule_update|TestAccServiceNetworkingPeeredDNSDomain_basic|TestAccTags You can view the result here: https://ci-oss.hashicorp.engineering/viewQueued.html?itemId=208501 |
fcf9156
to
09758e1
Compare
Seems fine for me now, not sure why it's still breaking? |
I have triggered VCR tests in RECORDING mode for the following tests that failed during VCR: TestAccServiceNetworkingPeeredDNSDomain_basic You can view the result here: https://ci-oss.hashicorp.engineering/viewQueued.html?itemId=208678 |
@DeviaVir TLDR TerraformVCRCommunity is marked as "failed" if it doesn't need to run, but you're fine because beta-provider-vcr-test has succeeded for you already. I'll take a look at the PR later today. |
https://cloud.google.com/sdk/gcloud/reference/services/peered-dns-domains/list hit GA a little while back, this is what allows you to configure private DNS access to a shared network (i.e. a private cloud build worker pool could use private DNS on a different GCP project). We're currently configured it using the
gcloud
binary, but would like to move this into terraform.If this PR is for Terraform, I acknowledge that I have:
make test
andmake lint
to ensure it passes unit and linter tests.Release Note Template for Downstream PRs (will be copied)