-
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
Promote healthcare consent API to GA support #4393
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. @ScottSuarez, please review this PR or find an appropriate assignee. |
cc @nmousavi |
Hi! I'm the modular magician. Your PR generated some diffs in downstreams - here they are. Diff report:Terraform GA: Diff ( 8 files changed, 1086 insertions(+), 25 deletions(-)) |
I have triggered VCR tests based on this PR's diffs. See the results here: "https://ci-oss.hashicorp.engineering/viewQueued.html?itemId=166691" |
Hi @chaopeng, I notice the header says [not ready] .. that's no problem, but just @ me whenever it is :) |
Hi! I'm the modular magician. Your PR generated some diffs in downstreams - here they are. Diff report:Terraform GA: Diff ( 8 files changed, 1086 insertions(+), 25 deletions(-)) |
I have triggered VCR tests based on this PR's diffs. See the results here: "https://ci-oss.hashicorp.engineering/viewQueued.html?itemId=176154" |
@ScottSuarez ready to review. |
/gcbrun |
Hi! I'm the modular magician. Your PR generated some diffs in downstreams - here they are. Diff report:Terraform GA: Diff ( 8 files changed, 1086 insertions(+), 25 deletions(-)) |
I have triggered VCR tests based on this PR's diffs. See the results here: "https://ci-oss.hashicorp.engineering/viewQueued.html?itemId=176360" |
Hi @ScottSuarez, I am not able to see the |
|
…-modules into chaopeng/master
curious... trying this locally |
import format was incorrect. Since we don't run import tests on non-ga products it flew under the radar |
/gcbrun |
Hi! I'm the modular magician. Your PR generated some diffs in downstreams - here they are. Diff report:Terraform GA: Diff ( 8 files changed, 1085 insertions(+), 26 deletions(-)) |
I have triggered VCR tests based on this PR's diffs. See the results here: "https://ci-oss.hashicorp.engineering/viewQueued.html?itemId=176819" |
Hi! I'm the modular magician. Your PR generated some diffs in downstreams - here they are. Diff report:Terraform GA: Diff ( 8 files changed, 1085 insertions(+), 26 deletions(-)) |
I have triggered VCR tests based on this PR's diffs. See the results here: "https://ci-oss.hashicorp.engineering/viewQueued.html?itemId=176820" |
@ScottSuarez sorry, it still fails |
Hi! I'm the modular magician. Your PR generated some diffs in downstreams - here they are. Diff report:Terraform GA: Diff ( 8 files changed, 1091 insertions(+), 32 deletions(-)) |
I have triggered VCR tests based on this PR's diffs. See the results here: "https://ci-oss.hashicorp.engineering/viewQueued.html?itemId=176829" |
/gcbrun adding @slevenick |
Hi! I'm the modular magician. Your PR generated some diffs in downstreams - here they are. Diff report:Terraform GA: Diff ( 8 files changed, 1085 insertions(+), 28 deletions(-)) |
I have triggered VCR tests based on this PR's diffs. See the results here: "https://ci-oss.hashicorp.engineering/viewQueued.html?itemId=176928" |
Hi! I'm the modular magician. Your PR generated some diffs in downstreams - here they are. Diff report:Terraform GA: Diff ( 8 files changed, 1085 insertions(+), 28 deletions(-)) |
I have triggered VCR tests based on this PR's diffs. See the results here: "https://ci-oss.hashicorp.engineering/viewQueued.html?itemId=176928" |
I have triggered VCR tests in RECORDING mode for the following tests that failed during VCR: TestAccHealthcareConsentStoreIamBindingGenerated|TestAccHealthcareConsentStoreIamMemberGenerated|TestAccHealthcareConsentStoreIamPolicyGenerated|TestAccApiGatewayGateway_apigatewayGatewayBasicExampleUpdated|TestAccHealthcareConsentStore_healthcareConsentStoreIamExample|TestAccHealthcareConsentStore_healthcareConsentStoreBasicExample|TestAccHealthcareConsentStore_healthcareConsentStoreFullExample You can view the result here: "https://ci-oss.hashicorp.engineering/viewQueued.html?itemId=176930" |
Tests failed during RECORDING mode: TestAccApiGatewayGateway_apigatewayGatewayBasicExampleUpdated Please fix these to complete your PR |
I have triggered VCR tests in RECORDING mode for the following tests that failed during VCR: TestAccHealthcareConsentStoreIamMemberGenerated|TestAccHealthcareConsentStoreIamPolicyGenerated|TestAccApiGatewayGateway_apigatewayGatewayBasicExampleUpdated|TestAccHealthcareConsentStore_healthcareConsentStoreFullExample|TestAccHealthcareConsentStore_healthcareConsentStoreBasicExample|TestAccHealthcareConsentStore_healthcareConsentStoreIamExample You can view the result here: "https://ci-oss.hashicorp.engineering/viewQueued.html?itemId=176933" |
I have triggered VCR tests in RECORDING mode for the following tests that failed during VCR: TestAccHealthcareConsentStoreIamMemberGenerated|TestAccHealthcareConsentStoreIamPolicyGenerated|TestAccApiGatewayGateway_apigatewayGatewayBasicExampleUpdated|TestAccHealthcareConsentStore_healthcareConsentStoreFullExample|TestAccHealthcareConsentStore_healthcareConsentStoreBasicExample|TestAccHealthcareConsentStore_healthcareConsentStoreIamExample You can view the result here: "https://ci-oss.hashicorp.engineering/viewQueued.html?itemId=176934" |
Tests failed during RECORDING mode: TestAccApiGatewayGateway_apigatewayGatewayBasicExampleUpdated Please fix these to complete your PR |
1 similar comment
Tests failed during RECORDING mode: TestAccApiGatewayGateway_apigatewayGatewayBasicExampleUpdated Please fix these to complete your PR |
@ScottSuarez sorry, it still fails |
@chaopeng failed due to an unrelated flakey test. This is good to go. Just going to wait for Sam to sign off |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me! The escaped interpolated string is a little gross, but the whole system gets a little weird when a field can include /
characters
Change healthcare consent API to GA support
Fix: hashicorp/terraform-provider-google#8179
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)