Support policy version 3 in google_spanner_database_iam_member and google_spanner_instance_iam_member#6915
Support policy version 3 in google_spanner_database_iam_member and google_spanner_instance_iam_member#6915slevenick merged 5 commits intoGoogleCloudPlatform:mainfrom rahul2393:support-policy-version-3
Conversation
|
Oops! It looks like you're using an unknown release-note type in your changelog entries:
Please only use the types listed in https://github.com/GoogleCloudPlatform/magic-modules/blob/master/.ci/RELEASE_NOTES_GUIDE.md. |
|
Hello! I am a robot who works on Magic Modules PRs. I've detected that you're a community contributor. @slevenick, a repository maintainer, has been assigned to assist you and help review your changes. ❓ First time contributing? Click here for more detailsYour assigned reviewer will help review your code by:
You can help make sure that review is quick by running local tests and ensuring they're passing in between each push you make to your PR's branch. Also, try to leave a comment with each push you make, as pushes generally don't generate emails. If your reviewer doesn't get back to you within a week after your most recent change, please feel free to leave a comment on the issue asking them to take a look! In the absence of a dedicated review dashboard most maintainers manage their pending reviews through email, and those will sometimes get lost in their inbox. |
|
/gcbrun |
|
Hi there, I'm the Modular magician. I've detected the following information about your changes: Diff reportYour PR generated some diffs in downstreams - here they are. Terraform GA: Diff ( 2 files changed, 8 insertions(+)) |
1 similar comment
|
Hi there, I'm the Modular magician. I've detected the following information about your changes: Diff reportYour PR generated some diffs in downstreams - here they are. Terraform GA: Diff ( 2 files changed, 8 insertions(+)) |
Tests analyticsTotal tests: Action takenTriggering VCR tests in RECORDING mode for the tests that failed during VCR. Click here to see the failed testsTestAccContainerNodePool_withUpgradeSettings|TestAccLoggingBucketConfigProject_cmekSettings|TestAccSpannerDatabaseIamMember|TestAccSpannerDatabaseIamBinding|TestAccSpannerInstanceIamMember|TestAccSpannerInstanceIamBinding |
|
Tests passed during RECORDING mode: All tests passed |
slevenick
left a comment
There was a problem hiding this comment.
Can you add a test that uses IAM conditions for spanner_instance & spanner_database tests?
|
Hi there, I'm the Modular magician. I've detected the following information about your changes: Diff reportYour PR generated some diffs in downstreams - here they are. Terraform GA: Diff ( 2 files changed, 8 insertions(+)) |
|
/gcbrun |
|
Hi there, I'm the Modular magician. I've detected the following information about your changes: Diff reportYour PR generated some diffs in downstreams - here they are. Terraform GA: Diff ( 4 files changed, 16 insertions(+)) |
Tests analyticsTotal tests: Action takenTriggering VCR tests in RECORDING mode for the tests that failed during VCR. Click here to see the failed testsTestAccLoggingBucketConfigProject_cmekSettings|TestAccSpannerInstanceIamMember|TestAccSpannerDatabaseIamMember |
|
Tests passed during RECORDING mode: Tests failed during RECORDING mode: Please fix these to complete your PR |
|
Hi there, I'm the Modular magician. I've detected the following information about your changes: Diff reportYour PR generated some diffs in downstreams - here they are. Terraform GA: Diff ( 4 files changed, 22 insertions(+), 2 deletions(-)) |
|
/gcbrun |
Tests analyticsTotal tests: Action takenTriggering VCR tests in RECORDING mode for the tests that failed during VCR. Click here to see the failed testsTestAccFirebaserulesRelease_BasicRelease|TestAccSpannerInstanceIamPolicy|TestAccSpannerInstanceIamMember|TestAccSpannerInstanceIamBinding|TestAccSpannerDatabaseIamPolicy|TestAccSpannerDatabaseIamMember|TestAccSpannerDatabaseIamBinding|TestAccRegionInstanceGroupManager_stateful |
|
Tests passed during RECORDING mode: Tests failed during RECORDING mode: Please fix these to complete your PR |
|
Looks like the tests are failing due to these changes. Are you able to run them locally? |
|
I tested on local by building provider and running it, its working fine, but I am not able to figure out why tests are failing |
|
@slevenick please help if you are able to figure out issue |
|
=== CONT TestAccSpannerInstanceIamMember --- FAIL: TestAccSpannerInstanceIamMember (29.40s) |
|
/gcbrun |
|
Hi there, I'm the Modular magician. I've detected the following information about your changes: Diff reportYour PR generated some diffs in downstreams - here they are. Terraform GA: Diff ( 4 files changed, 22 insertions(+), 2 deletions(-)) |
Tests analyticsTotal tests: Action takenTriggering VCR tests in RECORDING mode for the tests that failed during VCR. Click here to see the failed testsTestAccSpannerInstanceIamMember|TestAccSpannerDatabaseIamMember|TestAccFirebaserulesRelease_BasicRelease |
|
Tests passed during RECORDING mode: Tests failed during RECORDING mode: Please fix these to complete your PR |
|
/gcbrun |
|
Hi there, I'm the Modular magician. I've detected the following information about your changes: Diff reportYour PR generated some diffs in downstreams - here they are. Terraform GA: Diff ( 4 files changed, 28 insertions(+), 6 deletions(-)) |
Tests analyticsTotal tests: Action takenTriggering VCR tests in RECORDING mode for the tests that failed during VCR. Click here to see the failed testsTestAccFirebaserulesRelease_BasicRelease|TestAccComposerEnvironment_UpdateComposerV2|TestAccComposerEnvironment_UpdateComposerV2WithTriggerer|TestAccComposerEnvironment_ComposerV2|TestAccBigtableAppProfile_bigtableAppProfileMulticlusterExample|TestAccSpannerDatabaseIamMember|TestAccSpannerInstanceIamMember |
|
Tests passed during RECORDING mode: Tests failed during RECORDING mode: Please fix these to complete your PR |
|
/gcbrun |
|
@slevenick I have fixed the tests modified in this PR, unrelated tests failed in the last run I suspect they are flacky, can you help re-trigger tests? |
|
/gcbrun |
1 similar comment
|
/gcbrun |
|
Hi there, I'm the Modular magician. I've detected the following information about your changes: Diff reportYour PR generated some diffs in downstreams - here they are. Terraform GA: Diff ( 4 files changed, 28 insertions(+), 6 deletions(-)) |
Tests analyticsTotal tests: Action takenTriggering VCR tests in RECORDING mode for the tests that failed during VCR. Click here to see the failed testsTestAccComposerEnvironment_ComposerV2|TestAccCloudfunctions2function_cloudfunctions2BasicGcsExample |
|
Tests passed during RECORDING mode: Tests failed during RECORDING mode: Please fix these to complete your PR |
slevenick
left a comment
There was a problem hiding this comment.
Thanks! Just updated the changelog note to refer to adding conditions which is the actual change a user would see
…ogle_spanner_instance_iam_member (GoogleCloudPlatform#6915) * support policy version 3 in spanner_database_iam and spanner_instance_iam resources * re-trigger checks * update tests to have conditions * fix tests * fix tests
Fixes hashicorp/terraform-provider-google#13060
If this PR is for Terraform, I acknowledge that I have:
make testandmake lintto ensure it passes unit and linter tests.Release Note Template for Downstream PRs (will be copied)