Dataproc: Make `internal_ip_only` a computed, not defaulted, field. Always send it when specified.
Make internal_ip_only of google_dataproc_cluster a computed, not defaulted, field. Always send it when specified by the user.
The 'default' value for this field is determined on Dataproc's servers, based on the image version used. Users can still provide a value to override the default, but if the user does not provide the value, then the value generated by Dataproc's servers should be used.
This is being done because the server-side default changed between Dataproc image versions < 2.1 and >= 2.2, from true to false respectively.
Fixes https://github.com/hashicorp/terraform-provider-google/issues/19522.
Release Note Template for Downstream PRs (will be copied)
dataproc: Changed `google_dataproc_cluster` `internal_ip_only` field to computed and always sent if specified.
Hello! I am a robot. Tests will require approval from a repository maintainer to run.
@melinath, 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 report
Your PR generated some diffs in downstreams - here they are.
google provider: Diff ( 1 file changed, 20 insertions(+), 6 deletions(-))
google-beta provider: Diff ( 1 file changed, 20 insertions(+), 6 deletions(-))
Breaking Change(s) Detected
The following breaking change(s) were detected within your pull request.
- Field
cluster_config.gce_cluster_config.internal_ip_onlydefault value changed from false toon google_dataproc_cluster- reference
If you believe this detection to be incorrect please raise the concern with your reviewer.
If you intend to make this change you will need to wait for a major release window.
An override-breaking-change label can be added to allow merging.
Missing test report
Your PR includes resource fields which are not covered by any test.
Resource: google_dataproc_cluster (52 total tests)
Please add an acceptance test which includes these fields. The test should include the following:
resource "google_dataproc_cluster" "primary" {
cluster_config {
gce_cluster_config {
internal_ip_only = # value needed
}
}
}
Tests analytics
Total tests: 62 Passed tests: 20 Skipped tests: 6 Affected tests: 36
Click here to see the affected service packages
- dataproc
Action taken
Found 36 affected test(s) by replaying old test recordings. Starting RECORDING based on the most recent commit. Click here to see the affected tests
- TestAccDataprocClusterIamBinding
- TestAccDataprocClusterIamMember
- TestAccDataprocClusterIamPolicy
- TestAccDataprocCluster_KMS
- TestAccDataprocCluster_nonPreemptibleSecondary
- TestAccDataprocCluster_singleNodeCluster
- TestAccDataprocCluster_spotSecondary
- TestAccDataprocCluster_withAccelerators
- TestAccDataprocCluster_withAutoscalingPolicy
- TestAccDataprocCluster_withConfigOverrides
- TestAccDataprocCluster_withDataprocMetricConfig
- TestAccDataprocCluster_withEndpointConfig
- TestAccDataprocCluster_withImageVersion
- TestAccDataprocCluster_withInitAction
- TestAccDataprocCluster_withKerberos
- TestAccDataprocCluster_withLabels
- TestAccDataprocCluster_withLifecycleConfigIdleDeleteTtl
- TestAccDataprocCluster_withMetadataAndTags
- TestAccDataprocCluster_withMinNumInstances
- TestAccDataprocCluster_withNodeGroupAffinity
- TestAccDataprocCluster_withOptionalComponents
- TestAccDataprocCluster_withReservationAffinity
- TestAccDataprocCluster_withServiceAcc
- TestAccDataprocCluster_withStagingBucket
- TestAccDataprocCluster_withTempBucket
- TestAccDataprocJobIamBinding
- TestAccDataprocJobIamMember
- TestAccDataprocJobIamPolicy
- TestAccDataprocJob_Hadoop
- TestAccDataprocJob_Hive
- TestAccDataprocJob_Pig
- TestAccDataprocJob_Presto
- TestAccDataprocJob_PySpark
- TestAccDataprocJob_Spark
- TestAccDataprocJob_SparkSql
- TestAccDataprocJob_updatable
🟢 Tests passed during RECORDING mode:
TestAccDataprocClusterIamBinding[Debug log]
TestAccDataprocClusterIamMember[Debug log]
TestAccDataprocClusterIamPolicy[Debug log]
TestAccDataprocCluster_KMS[Debug log]
TestAccDataprocCluster_nonPreemptibleSecondary[Debug log]
TestAccDataprocCluster_singleNodeCluster[Debug log]
TestAccDataprocCluster_spotSecondary[Debug log]
TestAccDataprocCluster_withAutoscalingPolicy[Debug log]
TestAccDataprocCluster_withConfigOverrides[Debug log]
TestAccDataprocCluster_withDataprocMetricConfig[Debug log]
TestAccDataprocCluster_withEndpointConfig[Debug log]
TestAccDataprocCluster_withImageVersion[Debug log]
TestAccDataprocCluster_withKerberos[Debug log]
TestAccDataprocCluster_withLabels[Debug log]
TestAccDataprocCluster_withLifecycleConfigIdleDeleteTtl[Debug log]
TestAccDataprocCluster_withMetadataAndTags[Debug log]
TestAccDataprocCluster_withMinNumInstances[Debug log]
TestAccDataprocCluster_withOptionalComponents[Debug log]
TestAccDataprocCluster_withReservationAffinity[Debug log]
TestAccDataprocCluster_withStagingBucket[Debug log]
TestAccDataprocJobIamBinding[Debug log]
TestAccDataprocJobIamMember[Debug log]
TestAccDataprocJobIamPolicy[Debug log]
TestAccDataprocJob_Hadoop[Debug log]
TestAccDataprocJob_Hive[Debug log]
TestAccDataprocJob_Pig[Debug log]
TestAccDataprocJob_PySpark[Debug log]
TestAccDataprocJob_Spark[Debug log]
TestAccDataprocJob_SparkSql[Debug log]
TestAccDataprocJob_updatable[Debug log]
🟢 No issues found for passed tests after REPLAYING rerun.
🔴 Tests failed during RECORDING mode:
TestAccDataprocCluster_withAccelerators[Error message] [Debug log]
TestAccDataprocCluster_withInitAction[Error message] [Debug log]
TestAccDataprocCluster_withNodeGroupAffinity[Error message] [Debug log]
TestAccDataprocCluster_withServiceAcc[Error message] [Debug log]
TestAccDataprocCluster_withTempBucket[Error message] [Debug log]
TestAccDataprocJob_Presto[Error message] [Debug log]
🔴 Errors occurred during RECORDING mode. Please fix them to complete your PR.
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.
google provider: Diff ( 1 file changed, 7 insertions(+), 1 deletion(-))
google-beta provider: Diff ( 1 file changed, 7 insertions(+), 1 deletion(-))
Breaking Change(s) Detected
The following breaking change(s) were detected within your pull request.
- Field
cluster_config.gce_cluster_config.internal_ip_onlydefault value changed from false toon google_dataproc_cluster- reference
If you believe this detection to be incorrect please raise the concern with your reviewer.
If you intend to make this change you will need to wait for a major release window.
An override-breaking-change label can be added to allow merging.
Missing test report
Your PR includes resource fields which are not covered by any test.
Resource: google_dataproc_cluster (52 total tests)
Please add an acceptance test which includes these fields. The test should include the following:
resource "google_dataproc_cluster" "primary" {
cluster_config {
gce_cluster_config {
internal_ip_only = # value needed
}
}
}
Tests analytics
Total tests: 62 Passed tests: 50 Skipped tests: 6 Affected tests: 6
Click here to see the affected service packages
- dataproc
Action taken
Found 6 affected test(s) by replaying old test recordings. Starting RECORDING based on the most recent commit. Click here to see the affected tests
- TestAccDataprocCluster_withAccelerators
- TestAccDataprocCluster_withInitAction
- TestAccDataprocCluster_withNodeGroupAffinity
- TestAccDataprocCluster_withServiceAcc
- TestAccDataprocCluster_withTempBucket
- TestAccDataprocJob_Presto
🔴 Tests failed during RECORDING mode:
TestAccDataprocCluster_withAccelerators[Error message] [Debug log]
TestAccDataprocCluster_withInitAction[Error message] [Debug log]
TestAccDataprocCluster_withNodeGroupAffinity[Error message] [Debug log]
TestAccDataprocCluster_withServiceAcc[Error message] [Debug log]
TestAccDataprocCluster_withTempBucket[Error message] [Debug log]
TestAccDataprocJob_Presto[Error message] [Debug log]
🔴 Errors occurred during RECORDING mode. Please fix them to complete your PR.
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.
google provider: Diff ( 1 file changed, 46 insertions(+), 1 deletion(-))
google-beta provider: Diff ( 1 file changed, 46 insertions(+), 1 deletion(-))
Breaking Change(s) Detected
The following breaking change(s) were detected within your pull request.
- Field
cluster_config.gce_cluster_config.internal_ip_onlydefault value changed from false toon google_dataproc_cluster- reference
If you believe this detection to be incorrect please raise the concern with your reviewer.
If you intend to make this change you will need to wait for a major release window.
An override-breaking-change label can be added to allow merging.
Missing test report
Your PR includes resource fields which are not covered by any test.
Resource: google_dataproc_cluster (52 total tests)
Please add an acceptance test which includes these fields. The test should include the following:
resource "google_dataproc_cluster" "primary" {
cluster_config {
gce_cluster_config {
internal_ip_only = # value needed
}
}
}
Tests analytics
Total tests: 62 Passed tests: 26 Skipped tests: 6 Affected tests: 30
Click here to see the affected service packages
- dataproc
Action taken
Found 30 affected test(s) by replaying old test recordings. Starting RECORDING based on the most recent commit. Click here to see the affected tests
- TestAccDataprocClusterIamBinding
- TestAccDataprocClusterIamMember
- TestAccDataprocClusterIamPolicy
- TestAccDataprocCluster_KMS
- TestAccDataprocCluster_nonPreemptibleSecondary
- TestAccDataprocCluster_singleNodeCluster
- TestAccDataprocCluster_spotSecondary
- TestAccDataprocCluster_withAutoscalingPolicy
- TestAccDataprocCluster_withConfigOverrides
- TestAccDataprocCluster_withDataprocMetricConfig
- TestAccDataprocCluster_withEndpointConfig
- TestAccDataprocCluster_withImageVersion
- TestAccDataprocCluster_withKerberos
- TestAccDataprocCluster_withLabels
- TestAccDataprocCluster_withLifecycleConfigIdleDeleteTtl
- TestAccDataprocCluster_withMetadataAndTags
- TestAccDataprocCluster_withMinNumInstances
- TestAccDataprocCluster_withOptionalComponents
- TestAccDataprocCluster_withReservationAffinity
- TestAccDataprocCluster_withStagingBucket
- TestAccDataprocJobIamBinding
- TestAccDataprocJobIamMember
- TestAccDataprocJobIamPolicy
- TestAccDataprocJob_Hadoop
- TestAccDataprocJob_Hive
- TestAccDataprocJob_Pig
- TestAccDataprocJob_PySpark
- TestAccDataprocJob_Spark
- TestAccDataprocJob_SparkSql
- TestAccDataprocJob_updatable
🟢 Tests passed during RECORDING mode:
TestAccDataprocCluster_withImageVersion[Debug log]
🟢 No issues found for passed tests after REPLAYING rerun.
🔴 Tests failed during RECORDING mode:
TestAccDataprocClusterIamBinding[Error message] [Debug log]
TestAccDataprocClusterIamMember[Error message] [Debug log]
TestAccDataprocClusterIamPolicy[Error message] [Debug log]
TestAccDataprocCluster_KMS[Error message] [Debug log]
TestAccDataprocCluster_nonPreemptibleSecondary[Error message] [Debug log]
TestAccDataprocCluster_singleNodeCluster[Error message] [Debug log]
TestAccDataprocCluster_spotSecondary[Error message] [Debug log]
TestAccDataprocCluster_withAutoscalingPolicy[Error message] [Debug log]
TestAccDataprocCluster_withConfigOverrides[Error message] [Debug log]
TestAccDataprocCluster_withDataprocMetricConfig[Error message] [Debug log]
TestAccDataprocCluster_withEndpointConfig[Error message] [Debug log]
TestAccDataprocCluster_withKerberos[Error message] [Debug log]
TestAccDataprocCluster_withLabels[Error message] [Debug log]
TestAccDataprocCluster_withLifecycleConfigIdleDeleteTtl[Error message] [Debug log]
TestAccDataprocCluster_withMetadataAndTags[Error message] [Debug log]
TestAccDataprocCluster_withMinNumInstances[Error message] [Debug log]
TestAccDataprocCluster_withOptionalComponents[Error message] [Debug log]
TestAccDataprocCluster_withReservationAffinity[Error message] [Debug log]
TestAccDataprocCluster_withStagingBucket[Error message] [Debug log]
TestAccDataprocJobIamBinding[Error message] [Debug log]
TestAccDataprocJobIamMember[Error message] [Debug log]
TestAccDataprocJobIamPolicy[Error message] [Debug log]
TestAccDataprocJob_Hadoop[Error message] [Debug log]
TestAccDataprocJob_Hive[Error message] [Debug log]
TestAccDataprocJob_Pig[Error message] [Debug log]
TestAccDataprocJob_PySpark[Error message] [Debug log]
TestAccDataprocJob_Spark[Error message] [Debug log]
TestAccDataprocJob_SparkSql[Error message] [Debug log]
TestAccDataprocJob_updatable[Error message] [Debug log]
🔴 Errors occurred during RECORDING mode. Please fix them to complete your PR.
Just approved tests, but I think this will fail all the existing tests as they don't specify internal_ip_only = false
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.
google provider: Diff ( 1 file changed, 46 insertions(+), 1 deletion(-))
google-beta provider: Diff ( 1 file changed, 46 insertions(+), 1 deletion(-))
Breaking Change(s) Detected
The following breaking change(s) were detected within your pull request.
- Field
cluster_config.gce_cluster_config.internal_ip_onlydefault value changed from false toon google_dataproc_cluster- reference
If you believe this detection to be incorrect please raise the concern with your reviewer.
If you intend to make this change you will need to wait for a major release window.
An override-breaking-change label can be added to allow merging.
Missing test report
Your PR includes resource fields which are not covered by any test.
Resource: google_dataproc_cluster (52 total tests)
Please add an acceptance test which includes these fields. The test should include the following:
resource "google_dataproc_cluster" "primary" {
cluster_config {
gce_cluster_config {
internal_ip_only = # value needed
}
}
}
Tests analytics
Total tests: 62 Passed tests: 27 Skipped tests: 6 Affected tests: 29
Click here to see the affected service packages
- dataproc
Action taken
Found 29 affected test(s) by replaying old test recordings. Starting RECORDING based on the most recent commit. Click here to see the affected tests
- TestAccDataprocClusterIamBinding
- TestAccDataprocClusterIamMember
- TestAccDataprocClusterIamPolicy
- TestAccDataprocCluster_KMS
- TestAccDataprocCluster_nonPreemptibleSecondary
- TestAccDataprocCluster_singleNodeCluster
- TestAccDataprocCluster_spotSecondary
- TestAccDataprocCluster_withAutoscalingPolicy
- TestAccDataprocCluster_withConfigOverrides
- TestAccDataprocCluster_withDataprocMetricConfig
- TestAccDataprocCluster_withEndpointConfig
- TestAccDataprocCluster_withKerberos
- TestAccDataprocCluster_withLabels
- TestAccDataprocCluster_withLifecycleConfigIdleDeleteTtl
- TestAccDataprocCluster_withMetadataAndTags
- TestAccDataprocCluster_withMinNumInstances
- TestAccDataprocCluster_withOptionalComponents
- TestAccDataprocCluster_withReservationAffinity
- TestAccDataprocCluster_withStagingBucket
- TestAccDataprocJobIamBinding
- TestAccDataprocJobIamMember
- TestAccDataprocJobIamPolicy
- TestAccDataprocJob_Hadoop
- TestAccDataprocJob_Hive
- TestAccDataprocJob_Pig
- TestAccDataprocJob_PySpark
- TestAccDataprocJob_Spark
- TestAccDataprocJob_SparkSql
- TestAccDataprocJob_updatable
🔴 Tests failed during RECORDING mode:
TestAccDataprocClusterIamBinding[Error message] [Debug log]
TestAccDataprocClusterIamMember[Error message] [Debug log]
TestAccDataprocClusterIamPolicy[Error message] [Debug log]
TestAccDataprocCluster_KMS[Error message] [Debug log]
TestAccDataprocCluster_nonPreemptibleSecondary[Error message] [Debug log]
TestAccDataprocCluster_singleNodeCluster[Error message] [Debug log]
TestAccDataprocCluster_spotSecondary[Error message] [Debug log]
TestAccDataprocCluster_withAutoscalingPolicy[Error message] [Debug log]
TestAccDataprocCluster_withConfigOverrides[Error message] [Debug log]
TestAccDataprocCluster_withDataprocMetricConfig[Error message] [Debug log]
TestAccDataprocCluster_withEndpointConfig[Error message] [Debug log]
TestAccDataprocCluster_withKerberos[Error message] [Debug log]
TestAccDataprocCluster_withLabels[Error message] [Debug log]
TestAccDataprocCluster_withLifecycleConfigIdleDeleteTtl[Error message] [Debug log]
TestAccDataprocCluster_withMetadataAndTags[Error message] [Debug log]
TestAccDataprocCluster_withMinNumInstances[Error message] [Debug log]
TestAccDataprocCluster_withOptionalComponents[Error message] [Debug log]
TestAccDataprocCluster_withReservationAffinity[Error message] [Debug log]
TestAccDataprocCluster_withStagingBucket[Error message] [Debug log]
TestAccDataprocJobIamBinding[Error message] [Debug log]
TestAccDataprocJobIamMember[Error message] [Debug log]
TestAccDataprocJobIamPolicy[Error message] [Debug log]
TestAccDataprocJob_Hadoop[Error message] [Debug log]
TestAccDataprocJob_Hive[Error message] [Debug log]
TestAccDataprocJob_Pig[Error message] [Debug log]
TestAccDataprocJob_PySpark[Error message] [Debug log]
TestAccDataprocJob_Spark[Error message] [Debug log]
TestAccDataprocJob_SparkSql[Error message] [Debug log]
TestAccDataprocJob_updatable[Error message] [Debug log]
🔴 Errors occurred during RECORDING mode. Please fix them to complete your PR.
@slevenick This PR has been waiting for review for 3 weekdays. Please take a look! Use the label disable-review-reminders to disable these notifications.
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.
google provider: Diff ( 3 files changed, 136 insertions(+), 38 deletions(-))
google-beta provider: Diff ( 3 files changed, 136 insertions(+), 38 deletions(-))
Breaking Change(s) Detected
The following breaking change(s) were detected within your pull request.
- Field
cluster_config.gce_cluster_config.internal_ip_onlydefault value changed from false toon google_dataproc_cluster- reference
If you believe this detection to be incorrect please raise the concern with your reviewer.
If you intend to make this change you will need to wait for a major release window.
An override-breaking-change label can be added to allow merging.
Tests analytics
Total tests: 62 Passed tests: 20 Skipped tests: 6 Affected tests: 36
Click here to see the affected service packages
- dataproc
Action taken
Found 36 affected test(s) by replaying old test recordings. Starting RECORDING based on the most recent commit. Click here to see the affected tests
- TestAccDataprocClusterIamBinding
- TestAccDataprocClusterIamMember
- TestAccDataprocClusterIamPolicy
- TestAccDataprocCluster_KMS
- TestAccDataprocCluster_basic
- TestAccDataprocCluster_nonPreemptibleSecondary
- TestAccDataprocCluster_singleNodeCluster
- TestAccDataprocCluster_spotSecondary
- TestAccDataprocCluster_spotWithAuxiliaryNodeGroups
- TestAccDataprocCluster_spotWithInstanceFlexibilityPolicy
- TestAccDataprocCluster_updatable
- TestAccDataprocCluster_withAccelerators
- TestAccDataprocCluster_withAutoscalingPolicy
- TestAccDataprocCluster_withConfigOverrides
- TestAccDataprocCluster_withDataprocMetricConfig
- TestAccDataprocCluster_withEndpointConfig
- TestAccDataprocCluster_withKerberos
- TestAccDataprocCluster_withLabels
- TestAccDataprocCluster_withLifecycleConfigIdleDeleteTtl
- TestAccDataprocCluster_withMetadataAndTags
- TestAccDataprocCluster_withMetastoreConfig
- TestAccDataprocCluster_withMinNumInstances
- TestAccDataprocCluster_withNodeGroupAffinity
- TestAccDataprocCluster_withOptionalComponents
- TestAccDataprocCluster_withReservationAffinity
- TestAccDataprocCluster_withStagingBucket
- TestAccDataprocJobIamBinding
- TestAccDataprocJobIamMember
- TestAccDataprocJobIamPolicy
- TestAccDataprocJob_Hadoop
- TestAccDataprocJob_Hive
- TestAccDataprocJob_Pig
- TestAccDataprocJob_PySpark
- TestAccDataprocJob_Spark
- TestAccDataprocJob_SparkSql
- TestAccDataprocJob_updatable
🔴 Tests failed during RECORDING mode:
TestAccDataprocClusterIamBinding[Error message] [Debug log]
TestAccDataprocClusterIamMember[Error message] [Debug log]
TestAccDataprocClusterIamPolicy[Error message] [Debug log]
TestAccDataprocCluster_KMS[Error message] [Debug log]
TestAccDataprocCluster_basic[Error message] [Debug log]
TestAccDataprocCluster_nonPreemptibleSecondary[Error message] [Debug log]
TestAccDataprocCluster_singleNodeCluster[Error message] [Debug log]
TestAccDataprocCluster_spotSecondary[Error message] [Debug log]
TestAccDataprocCluster_spotWithAuxiliaryNodeGroups[Error message] [Debug log]
TestAccDataprocCluster_spotWithInstanceFlexibilityPolicy[Error message] [Debug log]
TestAccDataprocCluster_updatable[Error message] [Debug log]
TestAccDataprocCluster_withAccelerators[Error message] [Debug log]
TestAccDataprocCluster_withAutoscalingPolicy[Error message] [Debug log]
TestAccDataprocCluster_withConfigOverrides[Error message] [Debug log]
TestAccDataprocCluster_withDataprocMetricConfig[Error message] [Debug log]
TestAccDataprocCluster_withEndpointConfig[Error message] [Debug log]
TestAccDataprocCluster_withKerberos[Error message] [Debug log]
TestAccDataprocCluster_withLabels[Error message] [Debug log]
TestAccDataprocCluster_withLifecycleConfigIdleDeleteTtl[Error message] [Debug log]
TestAccDataprocCluster_withMetadataAndTags[Error message] [Debug log]
TestAccDataprocCluster_withMetastoreConfig[Error message] [Debug log]
TestAccDataprocCluster_withMinNumInstances[Error message] [Debug log]
TestAccDataprocCluster_withNodeGroupAffinity[Error message] [Debug log]
TestAccDataprocCluster_withOptionalComponents[Error message] [Debug log]
TestAccDataprocCluster_withReservationAffinity[Error message] [Debug log]
TestAccDataprocCluster_withStagingBucket[Error message] [Debug log]
TestAccDataprocJobIamBinding[Error message] [Debug log]
TestAccDataprocJobIamMember[Error message] [Debug log]
TestAccDataprocJobIamPolicy[Error message] [Debug log]
TestAccDataprocJob_Hadoop[Error message] [Debug log]
TestAccDataprocJob_Hive[Error message] [Debug log]
TestAccDataprocJob_Pig[Error message] [Debug log]
TestAccDataprocJob_PySpark[Error message] [Debug log]
TestAccDataprocJob_Spark[Error message] [Debug log]
TestAccDataprocJob_SparkSql[Error message] [Debug log]
TestAccDataprocJob_updatable[Error message] [Debug log]
🔴 Errors occurred during RECORDING mode. Please fix them to complete your PR.
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.
google provider: Diff ( 3 files changed, 137 insertions(+), 39 deletions(-))
google-beta provider: Diff ( 3 files changed, 137 insertions(+), 39 deletions(-))
Breaking Change(s) Detected
The following breaking change(s) were detected within your pull request.
- Field
cluster_config.gce_cluster_config.internal_ip_onlydefault value changed from false toon google_dataproc_cluster- reference
If you believe this detection to be incorrect please raise the concern with your reviewer.
If you intend to make this change you will need to wait for a major release window.
An override-breaking-change label can be added to allow merging.
Tests analytics
Total tests: 62 Passed tests: 19 Skipped tests: 6 Affected tests: 37
Click here to see the affected service packages
- dataproc
Action taken
Found 37 affected test(s) by replaying old test recordings. Starting RECORDING based on the most recent commit. Click here to see the affected tests
- TestAccDataprocClusterIamBinding
- TestAccDataprocClusterIamMember
- TestAccDataprocClusterIamPolicy
- TestAccDataprocCluster_KMS
- TestAccDataprocCluster_basic
- TestAccDataprocCluster_nonPreemptibleSecondary
- TestAccDataprocCluster_singleNodeCluster
- TestAccDataprocCluster_spotSecondary
- TestAccDataprocCluster_spotWithAuxiliaryNodeGroups
- TestAccDataprocCluster_spotWithInstanceFlexibilityPolicy
- TestAccDataprocCluster_updatable
- TestAccDataprocCluster_withAccelerators
- TestAccDataprocCluster_withAutoscalingPolicy
- TestAccDataprocCluster_withConfigOverrides
- TestAccDataprocCluster_withDataprocMetricConfig
- TestAccDataprocCluster_withEndpointConfig
- TestAccDataprocCluster_withKerberos
- TestAccDataprocCluster_withLabels
- TestAccDataprocCluster_withLifecycleConfigIdleDeleteTtl
- TestAccDataprocCluster_withMetadataAndTags
- TestAccDataprocCluster_withMetastoreConfig
- TestAccDataprocCluster_withMinNumInstances
- TestAccDataprocCluster_withNodeGroupAffinity
- TestAccDataprocCluster_withOptionalComponents
- TestAccDataprocCluster_withReservationAffinity
- TestAccDataprocCluster_withStagingBucket
- TestAccDataprocJobIamBinding
- TestAccDataprocJobIamMember
- TestAccDataprocJobIamPolicy
- TestAccDataprocJob_Hadoop
- TestAccDataprocJob_Hive
- TestAccDataprocJob_Pig
- TestAccDataprocJob_Presto
- TestAccDataprocJob_PySpark
- TestAccDataprocJob_Spark
- TestAccDataprocJob_SparkSql
- TestAccDataprocJob_updatable
🔴 Tests failed during RECORDING mode:
TestAccDataprocClusterIamBinding[Error message] [Debug log]
TestAccDataprocClusterIamMember[Error message] [Debug log]
TestAccDataprocClusterIamPolicy[Error message] [Debug log]
TestAccDataprocCluster_KMS[Error message] [Debug log]
TestAccDataprocCluster_basic[Error message] [Debug log]
TestAccDataprocCluster_nonPreemptibleSecondary[Error message] [Debug log]
TestAccDataprocCluster_singleNodeCluster[Error message] [Debug log]
TestAccDataprocCluster_spotSecondary[Error message] [Debug log]
TestAccDataprocCluster_spotWithAuxiliaryNodeGroups[Error message] [Debug log]
TestAccDataprocCluster_spotWithInstanceFlexibilityPolicy[Error message] [Debug log]
TestAccDataprocCluster_updatable[Error message] [Debug log]
TestAccDataprocCluster_withAccelerators[Error message] [Debug log]
TestAccDataprocCluster_withAutoscalingPolicy[Error message] [Debug log]
TestAccDataprocCluster_withConfigOverrides[Error message] [Debug log]
TestAccDataprocCluster_withDataprocMetricConfig[Error message] [Debug log]
TestAccDataprocCluster_withEndpointConfig[Error message] [Debug log]
TestAccDataprocCluster_withKerberos[Error message] [Debug log]
TestAccDataprocCluster_withLabels[Error message] [Debug log]
TestAccDataprocCluster_withLifecycleConfigIdleDeleteTtl[Error message] [Debug log]
TestAccDataprocCluster_withMetadataAndTags[Error message] [Debug log]
TestAccDataprocCluster_withMetastoreConfig[Error message] [Debug log]
TestAccDataprocCluster_withMinNumInstances[Error message] [Debug log]
TestAccDataprocCluster_withNodeGroupAffinity[Error message] [Debug log]
TestAccDataprocCluster_withOptionalComponents[Error message] [Debug log]
TestAccDataprocCluster_withReservationAffinity[Error message] [Debug log]
TestAccDataprocCluster_withStagingBucket[Error message] [Debug log]
TestAccDataprocJobIamBinding[Error message] [Debug log]
TestAccDataprocJobIamMember[Error message] [Debug log]
TestAccDataprocJobIamPolicy[Error message] [Debug log]
TestAccDataprocJob_Hadoop[Error message] [Debug log]
TestAccDataprocJob_Hive[Error message] [Debug log]
TestAccDataprocJob_Pig[Error message] [Debug log]
TestAccDataprocJob_Presto[Error message] [Debug log]
TestAccDataprocJob_PySpark[Error message] [Debug log]
TestAccDataprocJob_Spark[Error message] [Debug log]
TestAccDataprocJob_SparkSql[Error message] [Debug log]
TestAccDataprocJob_updatable[Error message] [Debug log]
🔴 Errors occurred during RECORDING mode. Please fix them to complete your PR.
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.
google provider: Diff ( 4 files changed, 138 insertions(+), 40 deletions(-))
google-beta provider: Diff ( 4 files changed, 138 insertions(+), 40 deletions(-))
Breaking Change(s) Detected
The following breaking change(s) were detected within your pull request.
- Field
cluster_config.gce_cluster_config.internal_ip_onlydefault value changed from false toon google_dataproc_cluster- reference
If you believe this detection to be incorrect please raise the concern with your reviewer.
If you intend to make this change you will need to wait for a major release window.
An override-breaking-change label can be added to allow merging.
Tests analytics
Total tests: 4145 Passed tests: 3688 Skipped tests: 416 Affected tests: 41
Click here to see the affected service packages
All service packages are affected
Action taken
Found 41 affected test(s) by replaying old test recordings. Starting RECORDING based on the most recent commit. Click here to see the affected tests
- TestAccDataformRepositoryReleaseConfig_dataformRepositoryReleaseConfigExample
- TestAccDataformRepositoryWorkflowConfig_dataformRepositoryWorkflowConfigExample
- TestAccDataformRepository_dataformRepositoryWithCloudsourceRepoAndSshExample
- TestAccDataformRepository_updated
- TestAccDataprocClusterIamBinding
- TestAccDataprocClusterIamMember
- TestAccDataprocClusterIamPolicy
- TestAccDataprocCluster_KMS
- TestAccDataprocCluster_basic
- TestAccDataprocCluster_nonPreemptibleSecondary
- TestAccDataprocCluster_singleNodeCluster
- TestAccDataprocCluster_spotSecondary
- TestAccDataprocCluster_spotWithAuxiliaryNodeGroups
- TestAccDataprocCluster_spotWithInstanceFlexibilityPolicy
- TestAccDataprocCluster_updatable
- TestAccDataprocCluster_withAccelerators
- TestAccDataprocCluster_withAutoscalingPolicy
- TestAccDataprocCluster_withConfigOverrides
- TestAccDataprocCluster_withDataprocMetricConfig
- TestAccDataprocCluster_withEndpointConfig
- TestAccDataprocCluster_withKerberos
- TestAccDataprocCluster_withLabels
- TestAccDataprocCluster_withLifecycleConfigIdleDeleteTtl
- TestAccDataprocCluster_withMetadataAndTags
- TestAccDataprocCluster_withMetastoreConfig
- TestAccDataprocCluster_withMinNumInstances
- TestAccDataprocCluster_withNodeGroupAffinity
- TestAccDataprocCluster_withOptionalComponents
- TestAccDataprocCluster_withReservationAffinity
- TestAccDataprocCluster_withStagingBucket
- TestAccDataprocJobIamBinding
- TestAccDataprocJobIamMember
- TestAccDataprocJobIamPolicy
- TestAccDataprocJob_Hadoop
- TestAccDataprocJob_Hive
- TestAccDataprocJob_Pig
- TestAccDataprocJob_Presto
- TestAccDataprocJob_PySpark
- TestAccDataprocJob_Spark
- TestAccDataprocJob_SparkSql
- TestAccDataprocJob_updatable
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.
google provider: Diff ( 4 files changed, 140 insertions(+), 40 deletions(-))
google-beta provider: Diff ( 4 files changed, 140 insertions(+), 40 deletions(-))
Breaking Change(s) Detected
The following breaking change(s) were detected within your pull request.
- Field
cluster_config.gce_cluster_config.internal_ip_onlydefault value changed from false toon google_dataproc_cluster- reference
If you believe this detection to be incorrect please raise the concern with your reviewer.
If you intend to make this change you will need to wait for a major release window.
An override-breaking-change label can be added to allow merging.
Tests analytics
Total tests: 4145 Passed tests: 3687 Skipped tests: 416 Affected tests: 42
Click here to see the affected service packages
All service packages are affected
Action taken
Found 42 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
- TestAccDataformRepositoryReleaseConfig_dataformRepositoryReleaseConfigExample
- TestAccDataformRepositoryWorkflowConfig_dataformRepositoryWorkflowConfigExample
- TestAccDataformRepository_dataformRepositoryWithCloudsourceRepoAndSshExample
- TestAccDataformRepository_updated
- TestAccDataprocClusterIamBinding
- TestAccDataprocClusterIamMember
- TestAccDataprocClusterIamPolicy
- TestAccDataprocCluster_KMS
- TestAccDataprocCluster_basic
- TestAccDataprocCluster_nonPreemptibleSecondary
- TestAccDataprocCluster_singleNodeCluster
- TestAccDataprocCluster_spotSecondary
- TestAccDataprocCluster_spotWithAuxiliaryNodeGroups
- TestAccDataprocCluster_spotWithInstanceFlexibilityPolicy
- TestAccDataprocCluster_updatable
- TestAccDataprocCluster_withAccelerators
- TestAccDataprocCluster_withAutoscalingPolicy
- TestAccDataprocCluster_withConfigOverrides
- TestAccDataprocCluster_withDataprocMetricConfig
- TestAccDataprocCluster_withEndpointConfig
- TestAccDataprocCluster_withKerberos
- TestAccDataprocCluster_withLabels
- TestAccDataprocCluster_withLifecycleConfigIdleDeleteTtl
- TestAccDataprocCluster_withMetadataAndTags
- TestAccDataprocCluster_withMetastoreConfig
- TestAccDataprocCluster_withMinNumInstances
- TestAccDataprocCluster_withNodeGroupAffinity
- TestAccDataprocCluster_withOptionalComponents
- TestAccDataprocCluster_withReservationAffinity
- TestAccDataprocCluster_withStagingBucket
- TestAccDataprocJobIamBinding
- TestAccDataprocJobIamMember
- TestAccDataprocJobIamPolicy
- TestAccDataprocJob_Hadoop
- TestAccDataprocJob_Hive
- TestAccDataprocJob_Pig
- TestAccDataprocJob_Presto
- TestAccDataprocJob_PySpark
- TestAccDataprocJob_Spark
- TestAccDataprocJob_SparkSql
- TestAccDataprocJob_updatable
🟢 Tests passed during RECORDING mode:
TestAccDataprocCluster_basic[Debug log]
TestAccDataprocCluster_spotWithInstanceFlexibilityPolicy[Debug log]
TestAccDataprocCluster_updatable[Debug log]
TestAccDataprocJob_Hadoop[Debug log]
TestAccDataprocJob_Hive[Debug log]
TestAccDataprocJob_Pig[Debug log]
TestAccDataprocJob_PySpark[Debug log]
TestAccDataprocJob_Spark[Debug log]
TestAccDataprocJob_SparkSql[Debug log]
TestAccDataprocJob_updatable[Debug log]
🟢 No issues found for passed tests after REPLAYING rerun.
🔴 Tests failed during RECORDING mode:
TestAccDataformRepositoryReleaseConfig_dataformRepositoryReleaseConfigExample[Error message] [Debug log]
TestAccDataformRepositoryWorkflowConfig_dataformRepositoryWorkflowConfigExample[Error message] [Debug log]
TestAccDataformRepository_dataformRepositoryWithCloudsourceRepoAndSshExample[Error message] [Debug log]
TestAccDataformRepository_updated[Error message] [Debug log]
TestAccDataprocClusterIamBinding[Error message] [Debug log]
TestAccDataprocClusterIamMember[Error message] [Debug log]
TestAccDataprocClusterIamPolicy[Error message] [Debug log]
TestAccDataprocCluster_KMS[Error message] [Debug log]
TestAccDataprocCluster_nonPreemptibleSecondary[Error message] [Debug log]
TestAccDataprocCluster_singleNodeCluster[Error message] [Debug log]
TestAccDataprocCluster_spotSecondary[Error message] [Debug log]
TestAccDataprocCluster_spotWithAuxiliaryNodeGroups[Error message] [Debug log]
TestAccDataprocCluster_withAccelerators[Error message] [Debug log]
TestAccDataprocCluster_withAutoscalingPolicy[Error message] [Debug log]
TestAccDataprocCluster_withConfigOverrides[Error message] [Debug log]
TestAccDataprocCluster_withDataprocMetricConfig[Error message] [Debug log]
TestAccDataprocCluster_withEndpointConfig[Error message] [Debug log]
TestAccDataprocCluster_withKerberos[Error message] [Debug log]
TestAccDataprocCluster_withLabels[Error message] [Debug log]
TestAccDataprocCluster_withLifecycleConfigIdleDeleteTtl[Error message] [Debug log]
TestAccDataprocCluster_withMetadataAndTags[Error message] [Debug log]
TestAccDataprocCluster_withMetastoreConfig[Error message] [Debug log]
TestAccDataprocCluster_withMinNumInstances[Error message] [Debug log]
TestAccDataprocCluster_withNodeGroupAffinity[Error message] [Debug log]
TestAccDataprocCluster_withOptionalComponents[Error message] [Debug log]
TestAccDataprocCluster_withReservationAffinity[Error message] [Debug log]
TestAccDataprocCluster_withStagingBucket[Error message] [Debug log]
TestAccDataprocJobIamBinding[Error message] [Debug log]
TestAccDataprocJobIamMember[Error message] [Debug log]
TestAccDataprocJobIamPolicy[Error message] [Debug log]
TestAccDataprocJob_Presto[Error message] [Debug log]
🔴 Errors occurred during RECORDING mode. Please fix them to complete your PR.
🟢 Tests passed during RECORDING mode:
TestAccComputeRegionPerInstanceConfig_removeInstanceOnDestroy[Debug log]
TestAccDataprocCluster_basic[Debug log]
TestAccDataprocCluster_spotWithInstanceFlexibilityPolicy[Debug log]
TestAccDataprocCluster_updatable[Debug log]
TestAccDataprocJob_Hadoop[Debug log]
TestAccDataprocJob_Hive[Debug log]
TestAccDataprocJob_Pig[Debug log]
TestAccDataprocJob_Presto[Debug log]
TestAccDataprocJob_PySpark[Debug log]
TestAccDataprocJob_Spark[Debug log]
TestAccDataprocJob_SparkSql[Debug log]
TestAccDataprocJob_updatable[Debug log]
🟢 No issues found for passed tests after REPLAYING rerun.
🔴 Tests failed during RECORDING mode:
TestAccDataformRepositoryReleaseConfig_dataformRepositoryReleaseConfigExample[Error message] [Debug log]
TestAccDataformRepositoryWorkflowConfig_dataformRepositoryWorkflowConfigExample[Error message] [Debug log]
TestAccDataformRepository_dataformRepositoryWithCloudsourceRepoAndSshExample[Error message] [Debug log]
TestAccDataformRepository_updated[Error message] [Debug log]
TestAccDataprocClusterIamBinding[Error message] [Debug log]
TestAccDataprocClusterIamMember[Error message] [Debug log]
TestAccDataprocClusterIamPolicy[Error message] [Debug log]
TestAccDataprocCluster_KMS[Error message] [Debug log]
TestAccDataprocCluster_nonPreemptibleSecondary[Error message] [Debug log]
TestAccDataprocCluster_singleNodeCluster[Error message] [Debug log]
TestAccDataprocCluster_spotSecondary[Error message] [Debug log]
TestAccDataprocCluster_spotWithAuxiliaryNodeGroups[Error message] [Debug log]
TestAccDataprocCluster_withAccelerators[Error message] [Debug log]
TestAccDataprocCluster_withAutoscalingPolicy[Error message] [Debug log]
TestAccDataprocCluster_withConfigOverrides[Error message] [Debug log]
TestAccDataprocCluster_withDataprocMetricConfig[Error message] [Debug log]
TestAccDataprocCluster_withEndpointConfig[Error message] [Debug log]
TestAccDataprocCluster_withKerberos[Error message] [Debug log]
TestAccDataprocCluster_withLabels[Error message] [Debug log]
TestAccDataprocCluster_withLifecycleConfigIdleDeleteTtl[Error message] [Debug log]
TestAccDataprocCluster_withMetadataAndTags[Error message] [Debug log]
TestAccDataprocCluster_withMetastoreConfig[Error message] [Debug log]
TestAccDataprocCluster_withMinNumInstances[Error message] [Debug log]
TestAccDataprocCluster_withNodeGroupAffinity[Error message] [Debug log]
TestAccDataprocCluster_withOptionalComponents[Error message] [Debug log]
TestAccDataprocCluster_withReservationAffinity[Error message] [Debug log]
TestAccDataprocCluster_withStagingBucket[Error message] [Debug log]
TestAccDataprocJobIamBinding[Error message] [Debug log]
TestAccDataprocJobIamMember[Error message] [Debug log]
TestAccDataprocJobIamPolicy[Error message] [Debug log]
🔴 Errors occurred during RECORDING mode. Please fix them to complete your PR.
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.
google provider: Diff ( 4 files changed, 168 insertions(+), 56 deletions(-))
google-beta provider: Diff ( 4 files changed, 168 insertions(+), 56 deletions(-))
Breaking Change(s) Detected
The following breaking change(s) were detected within your pull request.
- Field
cluster_config.gce_cluster_config.internal_ip_onlydefault value changed from false toon google_dataproc_cluster- reference
If you believe this detection to be incorrect please raise the concern with your reviewer.
If you intend to make this change you will need to wait for a major release window.
An override-breaking-change label can be added to allow merging.
Tests analytics
Total tests: 4145 Passed tests: 3694 Skipped tests: 416 Affected tests: 35
Click here to see the affected service packages
All service packages are affected
Action taken
Found 35 affected test(s) by replaying old test recordings. Starting RECORDING based on the most recent commit. Click here to see the affected tests
- TestAccDataformRepositoryReleaseConfig_dataformRepositoryReleaseConfigExample
- TestAccDataformRepositoryWorkflowConfig_dataformRepositoryWorkflowConfigExample
- TestAccDataformRepository_dataformRepositoryWithCloudsourceRepoAndSshExample
- TestAccDataformRepository_updated
- TestAccDataprocClusterIamBinding
- TestAccDataprocClusterIamMember
- TestAccDataprocClusterIamPolicy
- TestAccDataprocCluster_KMS
- TestAccDataprocCluster_nonPreemptibleSecondary
- TestAccDataprocCluster_singleNodeCluster
- TestAccDataprocCluster_spotSecondary
- TestAccDataprocCluster_spotWithAuxiliaryNodeGroups
- TestAccDataprocCluster_spotWithInstanceFlexibilityPolicy
- TestAccDataprocCluster_updatable
- TestAccDataprocCluster_withAccelerators
- TestAccDataprocCluster_withAutoscalingPolicy
- TestAccDataprocCluster_withConfigOverrides
- TestAccDataprocCluster_withDataprocMetricConfig
- TestAccDataprocCluster_withEndpointConfig
- TestAccDataprocCluster_withInitAction
- TestAccDataprocCluster_withKerberos
- TestAccDataprocCluster_withLabels
- TestAccDataprocCluster_withLifecycleConfigIdleDeleteTtl
- TestAccDataprocCluster_withMetadataAndTags
- TestAccDataprocCluster_withMetastoreConfig
- TestAccDataprocCluster_withMinNumInstances
- TestAccDataprocCluster_withNodeGroupAffinity
- TestAccDataprocCluster_withOptionalComponents
- TestAccDataprocCluster_withReservationAffinity
- TestAccDataprocCluster_withServiceAcc
- TestAccDataprocCluster_withStagingBucket
- TestAccDataprocCluster_withTempBucket
- TestAccDataprocJobIamBinding
- TestAccDataprocJobIamMember
- TestAccDataprocJobIamPolicy
🟢 Tests passed during RECORDING mode:
TestAccDataprocCluster_spotWithInstanceFlexibilityPolicy[Debug log]
TestAccDataprocCluster_updatable[Debug log]
TestAccDataprocCluster_withMetastoreConfig[Debug log]
🟢 No issues found for passed tests after REPLAYING rerun.
🔴 Tests failed during RECORDING mode:
TestAccDataformRepositoryReleaseConfig_dataformRepositoryReleaseConfigExample[Error message] [Debug log]
TestAccDataformRepositoryWorkflowConfig_dataformRepositoryWorkflowConfigExample[Error message] [Debug log]
TestAccDataformRepository_dataformRepositoryWithCloudsourceRepoAndSshExample[Error message] [Debug log]
TestAccDataformRepository_updated[Error message] [Debug log]
TestAccDataprocClusterIamBinding[Error message] [Debug log]
TestAccDataprocClusterIamMember[Error message] [Debug log]
TestAccDataprocClusterIamPolicy[Error message] [Debug log]
TestAccDataprocCluster_KMS[Error message] [Debug log]
TestAccDataprocCluster_nonPreemptibleSecondary[Error message] [Debug log]
TestAccDataprocCluster_singleNodeCluster[Error message] [Debug log]
TestAccDataprocCluster_spotSecondary[Error message] [Debug log]
TestAccDataprocCluster_spotWithAuxiliaryNodeGroups[Error message] [Debug log]
TestAccDataprocCluster_withAccelerators[Error message] [Debug log]
TestAccDataprocCluster_withAutoscalingPolicy[Error message] [Debug log]
TestAccDataprocCluster_withConfigOverrides[Error message] [Debug log]
TestAccDataprocCluster_withDataprocMetricConfig[Error message] [Debug log]
TestAccDataprocCluster_withEndpointConfig[Error message] [Debug log]
TestAccDataprocCluster_withInitAction[Error message] [Debug log]
TestAccDataprocCluster_withKerberos[Error message] [Debug log]
TestAccDataprocCluster_withLabels[Error message] [Debug log]
TestAccDataprocCluster_withLifecycleConfigIdleDeleteTtl[Error message] [Debug log]
TestAccDataprocCluster_withMetadataAndTags[Error message] [Debug log]
TestAccDataprocCluster_withMinNumInstances[Error message] [Debug log]
TestAccDataprocCluster_withNodeGroupAffinity[Error message] [Debug log]
TestAccDataprocCluster_withOptionalComponents[Error message] [Debug log]
TestAccDataprocCluster_withReservationAffinity[Error message] [Debug log]
TestAccDataprocCluster_withServiceAcc[Error message] [Debug log]
TestAccDataprocCluster_withStagingBucket[Error message] [Debug log]
TestAccDataprocCluster_withTempBucket[Error message] [Debug log]
TestAccDataprocJobIamBinding[Error message] [Debug log]
TestAccDataprocJobIamMember[Error message] [Debug log]
TestAccDataprocJobIamPolicy[Error message] [Debug log]
🔴 Errors occurred during RECORDING mode. Please fix them to complete your PR.