-
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
feat(spanner): add instance autoscaling attributed to spanner instance resource #9267
feat(spanner): add instance autoscaling attributed to spanner instance resource #9267
Conversation
Hello! I am a robot. It looks like you are a: @ScottSuarez, 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. |
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, 290 insertions(+)) Missing test reportYour PR includes resource fields which are not covered by any test. Resource: resource "google_spanner_instance" "primary" {
autoscaling_config {
autoscaling_limits {
max_scaled_in_replicas {
fixed = # value needed
percent = # value needed
}
time_window_sec = # value needed
}
}
}
|
Tests analyticsTotal tests:
|
Hello, I notice this pr is in draft. Let me know if there is anything I can do to help. As our bot suggests you'll need to add test for these new configurations :) |
@ScottSuarez PR is ready for review |
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, 519 insertions(+)) Missing test reportYour PR includes resource fields which are not covered by any test. Resource: resource "google_spanner_instance" "primary" {
autoscaling_config {
autoscaling_limits {
max_limit {
max_nodes = # value needed
max_processing_units = # value needed
}
min_limit {
min_nodes = # value needed
min_processing_units = # value needed
}
}
autoscaling_targets {
high_priority_cpu_utilization_percent = # value needed
storage_utilization_percent = # value needed
}
}
}
|
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, 521 insertions(+)) Missing test reportYour PR includes resource fields which are not covered by any test. Resource: resource "google_spanner_instance" "primary" {
autoscaling_config {
autoscaling_limits {
max_limit {
max_nodes = # value needed
max_processing_units = # value needed
}
min_limit {
min_nodes = # value needed
min_processing_units = # value needed
}
}
autoscaling_targets {
high_priority_cpu_utilization_percent = # value needed
storage_utilization_percent = # value needed
}
}
}
|
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, 521 insertions(+)) Missing test reportYour PR includes resource fields which are not covered by any test. Resource: resource "google_spanner_instance" "primary" {
autoscaling_config {
autoscaling_limits {
max_limit {
max_nodes = # value needed
max_processing_units = # value needed
}
min_limit {
min_nodes = # value needed
min_processing_units = # value needed
}
}
autoscaling_targets {
high_priority_cpu_utilization_percent = # value needed
storage_utilization_percent = # value needed
}
}
}
|
/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 ( 3 files changed, 557 insertions(+)) Missing test reportYour PR includes resource fields which are not covered by any test. Resource: resource "google_spanner_instance" "primary" {
autoscaling_config {
autoscaling_limits {
max_limit {
max_processing_units = # value needed
}
min_limit {
min_processing_units = # value needed
}
}
}
}
|
Tests analyticsTotal tests: Action takenFound 3 affected test(s) by replaying old test recordings. Starting RECORDING based on the most recent commit. Click here to see the affected testsTestAccBigQueryDataTable_bigtable|TestAccBigtableAppProfile_bigtableAppProfileSingleclusterExample|TestAccSpannerInstance_basic |
Rerun these tests in REPLAYING mode to catch issues
|
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 ( 3 files changed, 557 insertions(+)) Missing test reportYour PR includes resource fields which are not covered by any test. Resource: resource "google_spanner_instance" "primary" {
autoscaling_config {
autoscaling_limits {
max_limit {
max_processing_units = # value needed
}
min_limit {
min_processing_units = # value needed
}
}
}
}
|
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 ( 3 files changed, 557 insertions(+)) Missing test reportYour PR includes resource fields which are not covered by any test. Resource: resource "google_spanner_instance" "primary" {
autoscaling_config {
autoscaling_limits {
max_limit {
max_processing_units = # value needed
}
min_limit {
min_processing_units = # value needed
}
}
}
}
|
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 ( 3 files changed, 572 insertions(+)) Missing test reportYour PR includes resource fields which are not covered by any test. Resource: resource "google_spanner_instance" "primary" {
autoscaling_config {
autoscaling_limits {
max_limit {
max_processing_units = # value needed
}
min_limit {
min_processing_units = # value needed
}
}
}
}
|
Tests analyticsTotal tests: Action takenFound 4 affected test(s) by replaying old test recordings. Starting RECORDING based on the most recent commit. Click here to see the affected testsTestAccHealthcareDatasetIamPolicy|TestAccDataSourceGoogleServiceAccountAccessToken_basic|TestAccServiceAccountIamPolicy|TestAccSpannerInstanceIamPolicy |
Rerun these tests in REPLAYING mode to catch issues
|
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 ( 3 files changed, 623 insertions(+)) |
Tests analyticsTotal tests:
|
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.
nit on description
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 ( 3 files changed, 623 insertions(+)) |
Tests analyticsTotal tests:
|
… instance resource (GoogleCloudPlatform#9267)" (GoogleCloudPlatform#9397) This reverts commit 7490407.
… instance resource (GoogleCloudPlatform#9267)" (GoogleCloudPlatform#9397) This reverts commit 7490407.
Release Note Template for Downstream PRs (will be copied)