Skip to content
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

feat(spanner): support defining autoscaling limit as nodes #9606

Merged

Conversation

rahul2393
Copy link
Contributor

@rahul2393 rahul2393 commented Dec 8, 2023

spanner: support defining autoscaling limit using node count

Release Note Template for Downstream PRs (will be copied)

spanner: added support for defining autoscaling limit using node count in `google_spanner_instance`

@modular-magician
Copy link
Collaborator

Hello! I am a robot. It looks like you are a: Community Contributor Googler Core Contributor. Tests will run automatically.

@c2thorn, 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.

@modular-magician
Copy link
Collaborator

Hi there, I'm the Modular magician. I've detected the following information about your changes:

Diff report

Your PR generated some diffs in downstreams - here they are.

Terraform GA: Diff ( 4 files changed, 215 insertions(+), 6 deletions(-))
Terraform Beta: Diff ( 4 files changed, 215 insertions(+), 6 deletions(-))
TF Conversion: Diff ( 1 file changed, 22 insertions(+))
TF OiCS: Diff ( 1 file changed, 5 insertions(+), 2 deletions(-))

@rahul2393
Copy link
Contributor Author

All test passed!!

Screenshot 2023-12-08 at 14 38 35

@modular-magician
Copy link
Collaborator

Hi there, I'm the Modular magician. I've detected the following information about your changes:

Diff report

Your PR generated some diffs in downstreams - here they are.

Terraform GA: Diff ( 4 files changed, 217 insertions(+), 6 deletions(-))
Terraform Beta: Diff ( 5 files changed, 217 insertions(+), 11 deletions(-))
TF Conversion: Diff ( 1 file changed, 22 insertions(+))
TF OiCS: Diff ( 1 file changed, 5 insertions(+), 2 deletions(-))

@modular-magician
Copy link
Collaborator

Tests analytics

Total tests: 3277
Passed tests 2940
Skipped tests: 334
Affected tests: 3

Action taken

Found 3 affected test(s) by replaying old test recordings. Starting RECORDING based on the most recent commit. Click here to see the affected tests
TestAccComputeRegionPerInstanceConfig_removeInstanceOnDestroy|TestAccSpannerInstance_basicWithAutoscalingUsingNodeConfigUpdate|TestAccSpannerInstance_basicWithAutoscalingUsingNodeConfig

Get to know how VCR tests work

@modular-magician
Copy link
Collaborator

$\textcolor{green}{\textsf{Tests passed during RECORDING mode:}}$
TestAccComputeRegionPerInstanceConfig_removeInstanceOnDestroy[Debug log]
TestAccSpannerInstance_basicWithAutoscalingUsingNodeConfigUpdate[Debug log]
TestAccSpannerInstance_basicWithAutoscalingUsingNodeConfig[Debug log]

Rerun these tests in REPLAYING mode to catch issues

$\textcolor{green}{\textsf{No issues found for passed tests after REPLAYING rerun.}}$


$\textcolor{green}{\textsf{All tests passed!}}$
View the build log or the debug log for each test

exactly_one_of:
- max_processing_units
- max_nodes
required_with:
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Introducing new requirements between existing fields is a breaking change and can only be done in a major release. Can we remove the two required_with blocks for the existing fields?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@c2thorn Thanks for suggestion, please help take a look again

@modular-magician
Copy link
Collaborator

Hi there, I'm the Modular magician. I've detected the following information about your changes:

Diff report

Your PR generated some diffs in downstreams - here they are.

Terraform GA: Diff ( 4 files changed, 215 insertions(+), 6 deletions(-))
Terraform Beta: Diff ( 4 files changed, 215 insertions(+), 6 deletions(-))
TF Conversion: Diff ( 1 file changed, 22 insertions(+))
TF OiCS: Diff ( 1 file changed, 5 insertions(+), 2 deletions(-))

@modular-magician
Copy link
Collaborator

Tests analytics

Total tests: 3292
Passed tests 2953
Skipped tests: 338
Affected tests: 1

Action taken

Found 1 affected test(s) by replaying old test recordings. Starting RECORDING based on the most recent commit. Click here to see the affected tests
TestAccProjectIamPolicy_invalidMembers

Get to know how VCR tests work

@modular-magician
Copy link
Collaborator

$\textcolor{green}{\textsf{Tests passed during RECORDING mode:}}$
TestAccProjectIamPolicy_invalidMembers[Debug log]

Rerun these tests in REPLAYING mode to catch issues

$\textcolor{green}{\textsf{No issues found for passed tests after REPLAYING rerun.}}$


$\textcolor{green}{\textsf{All tests passed!}}$
View the build log or the debug log for each test

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants