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

Sync main feature branch 6.0.0 - 7/16 #11179

Conversation

c2thorn
Copy link
Member

@c2thorn c2thorn commented Jul 16, 2024

Release Note Template for Downstream PRs (will be copied)


gecko655 and others added 30 commits July 9, 2024 10:45
@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.

google provider: Diff ( 113 files changed, 12634 insertions(+), 1526 deletions(-))
google-beta provider: Diff ( 105 files changed, 8296 insertions(+), 660 deletions(-))
terraform-google-conversion: Diff ( 16 files changed, 1342 insertions(+), 7 deletions(-))
Open in Cloud Shell: Diff ( 17 files changed, 617 insertions(+))

Breaking Change(s) Detected

The following breaking change(s) were detected within your pull request.

  • Field project lost its diff suppress function - 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_alloydb_instance (79 total tests)
Please add an acceptance test which includes these fields. The test should include the following:

resource "google_alloydb_instance" "primary" {
  observability_config {
    enabled                 = # value needed
    max_query_string_length = # value needed
    preserve_comments       = # value needed
    query_plans_per_minute  = # value needed
    record_application_tags = # value needed
    track_active_queries    = # value needed
    track_wait_event_types  = # value needed
    track_wait_events       = # value needed
  }
}

Resource: google_cloudfunctions_function (26 total tests)
Please add an acceptance test which includes these fields. The test should include the following:

resource "google_cloudfunctions_function" "primary" {
  build_service_account = # value needed
}

Resource: google_network_connectivity_hub (11 total tests)
Please add an acceptance test which includes these fields. The test should include the following:

resource "google_network_connectivity_hub" "primary" {
  routing_vpcs {
    uri = # value needed
  }
}

@modular-magician
Copy link
Collaborator

Tests analytics

Total tests: 3860
Passed tests: 3424
Skipped tests: 384
Affected tests: 52

Click here to see the affected service packages

All service packages are affected

#### Non-exercised tests

Tests were added that are skipped in VCR:

  • TestAccDatastreamStream_datastreamStreamBigqueryAppendOnlyExample

Tests were added that are GA-only additions and require manual runs:

  • TestAccBigQueryDataset_bigqueryDatasetResourceTagsExample
  • TestAccBigQueryDataset_bigqueryDatasetResourceTags_update
  • TestAccBigQueryTable_ResourceTags
  • TestAccPrivilegedAccessManagerEntitlement_privilegedAccessManagerEntitlementBasicExample
  • TestAccPrivilegedAccessManagerEntitlement_privilegedAccessManagerEntitlementProjectExample_update

Action taken

Found 52 affected test(s) by replaying old test recordings. Starting RECORDING based on the most recent commit. Click here to see the affected tests
  • TestAccAlloydbInstance_clientConnectionConfig
  • TestAccAlloydbInstance_networkConfig
  • TestAccAlloydbInstance_secondaryInstanceUpdateDatabaseFlag
  • TestAccAlloydbInstance_secondaryInstanceUpdateMachineConfig
  • TestAccAlloydbInstance_secondaryInstanceUpdateQueryInsightConfig
  • TestAccAlloydbInstance_update
  • TestAccAlloydbInstance_updatePscInstanceConfig
  • TestAccApigeeEnvironmentKeyvaluemapsEntries_apigeeEnvironmentKeyvaluemapsEntriesBetaTestExample
  • TestAccApigeeEnvironmentKeyvaluemapsEntries_apigeeEnvironmentKeyvaluemapsEntriesTestExample
  • TestAccApigeeEnvironmentKeyvaluemaps_apigeeEnvironmentKeyvaluemapsBetaTestExample
  • TestAccApigeeEnvironmentKeyvaluemaps_apigeeEnvironmentKeyvaluemapsTestExample
  • TestAccAppEngineFlexibleAppVersion_update
  • TestAccApphubService_apphubServiceBasicExample
  • TestAccApphubService_apphubServiceFullExample
  • TestAccApphubService_serviceUpdate
  • TestAccCloudFunctionsFunction_buildServiceAccount
  • TestAccCloudRunV2Job_cloudrunv2JobFullUpdate
  • TestAccCloudRunV2Job_cloudrunv2JobVpcaccessExample
  • TestAccCloudRunV2Service_cloudrunv2ServiceFullUpdate
  • TestAccCloudRunV2Service_cloudrunv2ServiceVpcaccessExample
  • TestAccComputeRegionNetworkEndpointGroup_regionNetworkEndpointGroupPscServiceAttachmentExample
  • TestAccComputeResizeRequest_computeMigResizeRequestExample
  • TestAccComputeRouterBgpPeer_routerPeerRouterAppliance
  • TestAccComputeRouterNat_AutoNetworkTier
  • TestAccComputeRouterNat_withPrivateNatAndEmptyAction
  • TestAccComputeRouterNat_withPrivateNatAndEmptyActionActiveRanges
  • TestAccComputeRouterNat_withPrivateNatAndRules
  • TestAccComputeRouterPeer_EnableDisableIpv6
  • TestAccComputeRouterPeer_Ipv4BasicCreateUpdate
  • TestAccComputeRouterPeer_UpdateIpv6Address
  • TestAccComputeRouterPeer_UpdateMd5AuthenticationKey
  • TestAccComputeRouterPeer_advertiseMode
  • TestAccComputeRouterPeer_bfd
  • TestAccComputeRouterPeer_enable
  • TestAccComputeRouterPeer_routerApplianceInstance
  • TestAccComputeServiceAttachment_serviceAttachmentBasicExampleGateway
  • TestAccDNSRecordSet_routingPolicy
  • TestAccDataLossPreventionDiscoveryConfig_Update
  • TestAccDataSourceApphubDiscoveredService_basic
  • TestAccDataSourceArtifactRegistryDockerImage
  • TestAccNetworkConnectivityHub_BasicHub
  • TestAccNetworkConnectivityHub_BasicHubLongForm
  • TestAccNetworkConnectivityHub_networkConnectivityHubBasicExample
  • TestAccNetworkConnectivitySpoke_LinkedVPCNetworkHandWritten
  • TestAccNetworkConnectivitySpoke_RouterApplianceHandWritten
  • TestAccNetworkServicesLbRouteExtension_networkServicesLbRouteExtensionBasicExample
  • TestAccNetworkServicesLbRouteExtension_update
  • TestAccNetworkServicesLbTrafficExtension_networkServicesLbTrafficExtensionBasicExample
  • TestAccNetworkServicesLbTrafficExtension_update
  • TestAccSecurityCenterProjectNotificationConfig_sccProjectNotificationConfigBasicExample
  • TestAccSecurityCenterProjectNotificationConfig_updateStreamingConfigFilter
  • TestAccWorkbenchInstance_workbenchInstanceFullExample

Get to know how VCR tests work

@modular-magician
Copy link
Collaborator

$\textcolor{green}{\textsf{Tests passed during RECORDING mode:}}$
TestAccAlloydbInstance_clientConnectionConfig[Debug log]
TestAccAlloydbInstance_networkConfig[Debug log]
TestAccAlloydbInstance_secondaryInstanceUpdateDatabaseFlag[Debug log]
TestAccAlloydbInstance_secondaryInstanceUpdateMachineConfig[Debug log]
TestAccAlloydbInstance_secondaryInstanceUpdateQueryInsightConfig[Debug log]
TestAccAlloydbInstance_update[Debug log]
TestAccAlloydbInstance_updatePscInstanceConfig[Debug log]
TestAccApigeeEnvironmentKeyvaluemapsEntries_apigeeEnvironmentKeyvaluemapsEntriesBetaTestExample[Debug log]
TestAccApigeeEnvironmentKeyvaluemapsEntries_apigeeEnvironmentKeyvaluemapsEntriesTestExample[Debug log]
TestAccApigeeEnvironmentKeyvaluemaps_apigeeEnvironmentKeyvaluemapsBetaTestExample[Debug log]
TestAccApigeeEnvironmentKeyvaluemaps_apigeeEnvironmentKeyvaluemapsTestExample[Debug log]
TestAccApphubService_apphubServiceBasicExample[Debug log]
TestAccApphubService_apphubServiceFullExample[Debug log]
TestAccApphubService_serviceUpdate[Debug log]
TestAccCloudFunctionsFunction_buildServiceAccount[Debug log]
TestAccCloudRunV2Job_cloudrunv2JobFullUpdate[Debug log]
TestAccCloudRunV2Job_cloudrunv2JobVpcaccessExample[Debug log]
TestAccCloudRunV2Service_cloudrunv2ServiceFullUpdate[Debug log]
TestAccCloudRunV2Service_cloudrunv2ServiceVpcaccessExample[Debug log]
TestAccComputeRegionNetworkEndpointGroup_regionNetworkEndpointGroupPscServiceAttachmentExample[Debug log]
TestAccComputeResizeRequest_computeMigResizeRequestExample[Debug log]
TestAccComputeRouterBgpPeer_routerPeerRouterAppliance[Debug log]
TestAccComputeRouterNat_AutoNetworkTier[Debug log]
TestAccComputeRouterNat_withPrivateNatAndEmptyAction[Debug log]
TestAccComputeRouterNat_withPrivateNatAndEmptyActionActiveRanges[Debug log]
TestAccComputeRouterNat_withPrivateNatAndRules[Debug log]
TestAccComputeRouterPeer_EnableDisableIpv6[Debug log]
TestAccComputeRouterPeer_Ipv4BasicCreateUpdate[Debug log]
TestAccComputeRouterPeer_UpdateIpv6Address[Debug log]
TestAccComputeRouterPeer_UpdateMd5AuthenticationKey[Debug log]
TestAccComputeRouterPeer_advertiseMode[Debug log]
TestAccComputeRouterPeer_bfd[Debug log]
TestAccComputeRouterPeer_enable[Debug log]
TestAccComputeRouterPeer_routerApplianceInstance[Debug log]
TestAccComputeServiceAttachment_serviceAttachmentBasicExampleGateway[Debug log]
TestAccDNSRecordSet_routingPolicy[Debug log]
TestAccDataLossPreventionDiscoveryConfig_Update[Debug log]
TestAccDataSourceApphubDiscoveredService_basic[Debug log]
TestAccNetworkConnectivityHub_BasicHub[Debug log]
TestAccNetworkConnectivityHub_BasicHubLongForm[Debug log]
TestAccNetworkConnectivityHub_networkConnectivityHubBasicExample[Debug log]
TestAccNetworkConnectivitySpoke_LinkedVPCNetworkHandWritten[Debug log]
TestAccNetworkConnectivitySpoke_RouterApplianceHandWritten[Debug log]
TestAccNetworkServicesLbRouteExtension_networkServicesLbRouteExtensionBasicExample[Debug log]
TestAccNetworkServicesLbTrafficExtension_networkServicesLbTrafficExtensionBasicExample[Debug log]
TestAccNetworkServicesLbTrafficExtension_update[Debug log]
TestAccSecurityCenterProjectNotificationConfig_sccProjectNotificationConfigBasicExample[Debug log]
TestAccSecurityCenterProjectNotificationConfig_updateStreamingConfigFilter[Debug log]
TestAccWorkbenchInstance_workbenchInstanceFullExample[Debug log]

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


$\textcolor{red}{\textsf{Tests failed during RECORDING mode:}}$
TestAccAppEngineFlexibleAppVersion_update[Error message] [Debug log]
TestAccDataSourceArtifactRegistryDockerImage[Error message] [Debug log]
TestAccNetworkServicesLbRouteExtension_update[Error message] [Debug log]

$\textcolor{red}{\textsf{Errors occurred during RECORDING mode. Please fix them to complete your PR.}}$

View the build log or the debug log for each test

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

google provider: Diff ( 113 files changed, 12634 insertions(+), 1526 deletions(-))
google-beta provider: Diff ( 105 files changed, 8296 insertions(+), 660 deletions(-))
terraform-google-conversion: Diff ( 17 files changed, 1348 insertions(+), 11 deletions(-))
Open in Cloud Shell: Diff ( 17 files changed, 617 insertions(+))

Breaking Change(s) Detected

The following breaking change(s) were detected within your pull request.

  • Field project lost its diff suppress function - 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_alloydb_instance (79 total tests)
Please add an acceptance test which includes these fields. The test should include the following:

resource "google_alloydb_instance" "primary" {
  observability_config {
    enabled                 = # value needed
    max_query_string_length = # value needed
    preserve_comments       = # value needed
    query_plans_per_minute  = # value needed
    record_application_tags = # value needed
    track_active_queries    = # value needed
    track_wait_event_types  = # value needed
    track_wait_events       = # value needed
  }
}

Resource: google_cloudfunctions_function (26 total tests)
Please add an acceptance test which includes these fields. The test should include the following:

resource "google_cloudfunctions_function" "primary" {
  build_service_account = # value needed
}

Resource: google_network_connectivity_hub (11 total tests)
Please add an acceptance test which includes these fields. The test should include the following:

resource "google_network_connectivity_hub" "primary" {
  routing_vpcs {
    uri = # value needed
  }
}

@modular-magician
Copy link
Collaborator

Tests analytics

Total tests: 3860
Passed tests: 3473
Skipped tests: 384
Affected tests: 3

Click here to see the affected service packages

All service packages are affected

#### Non-exercised tests

Tests were added that are skipped in VCR:

  • TestAccDatastreamStream_datastreamStreamBigqueryAppendOnlyExample

Tests were added that are GA-only additions and require manual runs:

  • TestAccBigQueryDataset_bigqueryDatasetResourceTagsExample
  • TestAccBigQueryDataset_bigqueryDatasetResourceTags_update
  • TestAccBigQueryTable_ResourceTags
  • TestAccPrivilegedAccessManagerEntitlement_privilegedAccessManagerEntitlementBasicExample
  • TestAccPrivilegedAccessManagerEntitlement_privilegedAccessManagerEntitlementProjectExample_update

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
  • TestAccAppEngineFlexibleAppVersion_update
  • TestAccDataSourceArtifactRegistryDockerImage
  • TestAccNetworkServicesLbRouteExtension_update

Get to know how VCR tests work

@modular-magician
Copy link
Collaborator

$\textcolor{red}{\textsf{Tests failed during RECORDING mode:}}$
TestAccAppEngineFlexibleAppVersion_update[Error message] [Debug log]
TestAccDataSourceArtifactRegistryDockerImage[Error message] [Debug log]
TestAccNetworkServicesLbRouteExtension_update[Error message] [Debug log]

$\textcolor{red}{\textsf{Errors occurred during RECORDING mode. Please fix them to complete your PR.}}$

View the build log or the debug log for each test

@c2thorn c2thorn requested a review from shuyama1 July 17, 2024 19:13
@c2thorn
Copy link
Member Author

c2thorn commented Jul 17, 2024

these tests are already failing on main @shuyama1

@shuyama1
Copy link
Member

Do we know what breaking change #11179 (comment) is pointing to? We shouldn't be expecting any breaking changes, since these are changes merged into the main. However, it may be due to DCL migrations where changing in project is an known false(?) alert.

@c2thorn
Copy link
Member Author

c2thorn commented Jul 17, 2024

Do we know what breaking change #11179 (comment) is pointing to? We shouldn't be expecting any breaking changes, since these are changes merged into the main. However, it may be due to DCL migrations where changing in project is an known false(?) alert.

Yes it is from the DCL change: #11052

@c2thorn c2thorn added the override-breaking-change Allows a potential breaking change to be merged label Jul 17, 2024
@shuyama1
Copy link
Member

Do we know what breaking change #11179 (comment) is pointing to? We shouldn't be expecting any breaking changes, since these are changes merged into the main. However, it may be due to DCL migrations where changing in project is an known false(?) alert.

Yes it is from the DCL change: #11052

Cool, thanks for confirming!

Copy link
Member

@shuyama1 shuyama1 left a comment

Choose a reason for hiding this comment

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

Thanks for creating the weekly sync PR and resolve merge conflicts!

Don't forget to commit merge :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
override-breaking-change Allows a potential breaking change to be merged service/terraform
Projects
None yet
Development

Successfully merging this pull request may close these issues.