-
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
Add field to specify autoresize limit for Cloud SQL instance #4647
Add field to specify autoresize limit for Cloud SQL instance #4647
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. |
I have triggered VCR tests based on this PR's diffs. See the results here: "https://ci-oss.hashicorp.engineering/viewQueued.html?itemId=180145" |
@ScottSuarez can you give an indication when you can follow up on this? If there's more work needed for the PR to be merged, please let me know. |
Hi @EvyBongers could you add usage of this field to a testcase? |
Hi! I'm the modular magician. Your PR generated some diffs in downstreams - here they are. Diff report:Terraform GA: Diff ( 3 files changed, 16 insertions(+), 4 deletions(-)) |
I have triggered VCR tests based on this PR's diffs. See the results here: "https://ci-oss.hashicorp.engineering/viewQueued.html?itemId=181420" |
@ScottSuarez By the way, I don't have permissions to view the Google cloud build in generate-diffs CI. If this is something for me to follow up, could I be granted access? |
/gcbrun no worries, I'll look and let you know if anything needs to be addressed |
I have triggered VCR tests based on this PR's diffs. See the results here: "https://ci-oss.hashicorp.engineering/viewQueued.html?itemId=181435" |
Hi! I'm the modular magician. Your PR generated some diffs in downstreams - here they are. Diff report:Terraform GA: Diff ( 3 files changed, 16 insertions(+), 4 deletions(-)) |
I have triggered VCR tests based on this PR's diffs. See the results here: "https://ci-oss.hashicorp.engineering/viewQueued.html?itemId=181435" |
@ScottSuarez can you give an update on this? |
/gcbrun Hi Evy, |
I have triggered VCR tests based on this PR's diffs. See the results here: "https://ci-oss.hashicorp.engineering/viewQueued.html?itemId=182085" |
Hi! I'm the modular magician. Your PR generated some diffs in downstreams - here they are. Diff report:Terraform GA: Diff ( 3 files changed, 16 insertions(+), 4 deletions(-)) |
I have triggered VCR tests based on this PR's diffs. See the results here: "https://ci-oss.hashicorp.engineering/viewQueued.html?itemId=182086" |
@EvyBongers could you pull master? There seems to be transient issue that has been resolved in a future pr. This is blocking the test pipeline |
Done and rebased. |
Hi! I'm the modular magician. Your PR generated some diffs in downstreams - here they are. Diff report:Terraform GA: Diff ( 3 files changed, 16 insertions(+), 4 deletions(-)) |
I have triggered VCR tests based on this PR's diffs. See the results here: "https://ci-oss.hashicorp.engineering/viewQueued.html?itemId=182298" |
@ScottSuarez any update? |
/gcbrun gah ! Let me try now ! |
I have triggered VCR tests based on this PR's diffs. See the results here: "https://ci-oss.hashicorp.engineering/viewQueued.html?itemId=182734" |
Hi! I'm the modular magician. Your PR generated some diffs in downstreams - here they are. Diff report:Terraform GA: Diff ( 3 files changed, 16 insertions(+), 4 deletions(-)) |
I have triggered VCR tests based on this PR's diffs. See the results here: "https://ci-oss.hashicorp.engineering/viewQueued.html?itemId=182735" |
Still nothing has changed with the CI? |
Getting the following build error
Do you not get this when you build? Its possible we need to upgrade the version in the gomod? |
I'm not sure which CI job should trigger this? I generated terraform, but when I try to run
Therefore I don't know if/how I should proceed running tests locally. |
it seems like goimports didn't run as there is a dependency issue? I unfortunately am unable to push to your pr. Otherwise I could pull it to diagnose/resolve the issue? Also make sure you update with master on both tpg and mm before generating the provider. Let me know what command you are using to run the generation. |
Hi Scott, these are the commands I used (output left out). Both
|
Yeah this is weird... I can try and fork this pull request and try to make a new one where I try and resolve this. Unfortunately I am limited to what I can do with this PR to my discussions with you. |
If you can, please do, because this back and forth is slowing it down too much. |
absolutely, I'm a bit throttled with work but I'll try to get something set aside for you by the next release cut (end of next Tuesday). Sorry this process has been so painful for you! |
Looks like this a dependency issue, upgrading the dependency will take some time. |
Hi! I'm the modular magician. Your PR generated some diffs in downstreams - here they are. Diff report:Terraform GA: Diff ( 3 files changed, 16 insertions(+), 4 deletions(-)) |
I have triggered VCR tests based on this PR's diffs. See the results here: "https://ci-oss.hashicorp.engineering/viewQueued.html?itemId=185662" |
checked in on #4743 |
This PR adds a field to specify
settings.storageAutoResizeLimit
for SQL database instanceIf 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)