-
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
Update make transferJobs name field optional #9641
Update make transferJobs name field optional #9641
Conversation
Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA). View this failed invocation of the CLA check for more information. For the most up to date status, view the checks section at the bottom of the pull request. |
Hello! I am a robot. It looks like you are a: Community Contributor @zli82016, a repository maintainer, has been assigned to review your changes. If you have not received review feedback within 2 business days, please leave a comment on this PR asking them to take a look. You can help make sure that review is quick by doing a self-review and by running impacted tests locally. |
c52842c
to
538bd5d
Compare
@mohsenmottaghi , can you please add a test that name is specified in the configuration for |
Tests analyticsTotal tests: Action takenFound 1 affected test(s) by replaying old test recordings. Starting RECORDING based on the most recent commit. Click here to see the affected testsTestAccComputeRegionPerInstanceConfig_removeInstanceOnDestroy |
Rerun these tests in REPLAYING mode to catch issues
|
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.
Need to add a test
538bd5d
to
7b99c82
Compare
e9f0484
to
8cf8a8e
Compare
Yes, I added |
8cf8a8e
to
89509b6
Compare
mmv1/third_party/terraform/website/docs/r/storage_transfer_job.html.markdown
Outdated
Show resolved
Hide resolved
Thanks for adding the test. |
Tests analyticsTotal tests: Action takenFound 1 affected test(s) by replaying old test recordings. Starting RECORDING based on the most recent commit. Click here to see the affected testsTestAccStorageTransferJob_transferJobName |
Rerun these tests in REPLAYING mode to catch issues
|
This commit makes transferJobs name optional + new test `TestAccStorageTransferJob_transferJobName` to testing changes. Fixes hashicorp/terraform-provider-google#15220 Signed-off-by: Mohsen Mottaghi <[email protected]>
Signed-off-by: Mohsen Mottaghi <[email protected]>
89509b6
to
63fdd93
Compare
Tests analyticsTotal tests: Action takenFound 1 affected test(s) by replaying old test recordings. Starting RECORDING based on the most recent commit. Click here to see the affected testsTestAccSpannerInstanceIamPolicy |
Rerun these tests in REPLAYING mode to catch issues
|
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.
LGTM
I added the release note for this PR. Please provider it for other PRs. |
Thanks 🙏 |
* Update make transferJobs name field optional This commit makes transferJobs name optional + new test `TestAccStorageTransferJob_transferJobName` to testing changes. Fixes hashicorp/terraform-provider-google#15220 Signed-off-by: Mohsen Mottaghi <[email protected]> * Update transferJobs document of name field Signed-off-by: Mohsen Mottaghi <[email protected]> --------- Signed-off-by: Mohsen Mottaghi <[email protected]>
* Update make transferJobs name field optional This commit makes transferJobs name optional + new test `TestAccStorageTransferJob_transferJobName` to testing changes. Fixes hashicorp/terraform-provider-google#15220 Signed-off-by: Mohsen Mottaghi <[email protected]> * Update transferJobs document of name field Signed-off-by: Mohsen Mottaghi <[email protected]> --------- Signed-off-by: Mohsen Mottaghi <[email protected]>
* Update make transferJobs name field optional This commit makes transferJobs name optional + new test `TestAccStorageTransferJob_transferJobName` to testing changes. Fixes hashicorp/terraform-provider-google#15220 Signed-off-by: Mohsen Mottaghi <[email protected]> * Update transferJobs document of name field Signed-off-by: Mohsen Mottaghi <[email protected]> --------- Signed-off-by: Mohsen Mottaghi <[email protected]>
Fix hashicorp/terraform-provider-google#15220
This PR tries to make the name field of
transferJobs
service optional to be able to have customized names for storage transfer jobs.Release Note Template for Downstream PRs (will be copied)