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: [MSSQL] expose support for storage autoscale #1064

Merged
merged 1 commit into from
Aug 14, 2023

Conversation

fnaranjo-vmw
Copy link
Contributor

@fnaranjo-vmw fnaranjo-vmw commented Aug 8, 2023

[#185149499]

This implementation doesn't follow conventions stablished in mysql or postgresql on how to expose storage autoscale.

A larger discussion of the reasons can be found in the tracker story. The summary is we no longer need to.

We can now define nullable numbers which were impossible before we can also use Terraform preconditions to validate inputs, etc

Checklist:

@@ -214,5 +216,28 @@ var _ = Describe("MSSQL", Label("MSSQL"), func() {
Entry("update instance_name", "instance_name", "no-matter-what-instance-name"),
Entry("update rds_vpc_security_group_ids", "rds_vpc_security_group_ids", "no-matter-what-security-group"),
)

DescribeTable("should allow unsetting properties flagged as `nullable` by explicitly updating their value to be `nil`",
Copy link
Contributor

Choose a reason for hiding this comment

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

praise: thank you very much for adding this test!! ❤️

[#185149499]

This implementation doesn't follow conventions stablished in
mysql or postgresql on how to expose storage autoscale.

A larger discussion of the reasons can be found in the tracker
story. The summary is we no longer need to.

We can now define nullable numbers which were impossible before
we can also use Terraform preconditions to validate inputs, etc
@pivotal-marcela-campo pivotal-marcela-campo force-pushed the feat-mssql-enable-autoscale-#185149499 branch from c1965c9 to 54beb64 Compare August 14, 2023 10:52
@pivotal-marcela-campo pivotal-marcela-campo merged commit 118fc16 into main Aug 14, 2023
@fnaranjo-vmw fnaranjo-vmw deleted the feat-mssql-enable-autoscale-#185149499 branch November 8, 2023 12:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Development

Successfully merging this pull request may close these issues.

3 participants