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

Ip address selection policy #11957

Merged
merged 17 commits into from
Oct 15, 2024

Conversation

jlporter
Copy link
Contributor

@jlporter jlporter commented Oct 9, 2024

Add ipAddressSeelectionPolicy field to BackendService and RegionBackendService.

Release Note Template for Downstream PRs (will be copied)

compute: added `ipAddressSelectionPolicy` field to `google_compute_backend_service` and `google_compute_region_backend_service`.

@github-actions github-actions bot requested a review from roaks3 October 9, 2024 15:47
Copy link

github-actions bot commented Oct 9, 2024

Hello! I am a robot. Tests will require approval from a repository maintainer to run.

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

google provider: Diff ( 2 files changed, 12 insertions(+))
google-beta provider: Diff ( 4 files changed, 72 insertions(+))
terraform-google-conversion: Diff ( 2 files changed, 20 insertions(+))

Missing test report

Your PR includes resource fields which are not covered by any test.

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

resource "google_compute_backend_service" "primary" {
  ip_address_selection_policy = # value needed
}

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

resource "google_compute_region_backend_service" "primary" {
  ip_address_selection_policy = # value needed
}

@modular-magician
Copy link
Collaborator

Tests analytics

Total tests: 1026
Passed tests: 776
Skipped tests: 74
Affected tests: 176

Click here to see the affected service packages
  • compute

Action taken

Found 176 affected test(s) by replaying old test recordings. Starting RECORDING based on the most recent commit. Click here to see the affected tests
  • TestAccComputeBackendServiceIamBindingGenerated
  • TestAccComputeBackendServiceIamBindingGenerated_withCondition
  • TestAccComputeBackendServiceIamMemberGenerated
  • TestAccComputeBackendServiceIamMemberGenerated_withCondition
  • TestAccComputeBackendServiceIamPolicyGenerated
  • TestAccComputeBackendServiceIamPolicyGenerated_withCondition
  • TestAccComputeBackendServiceSignedUrlKey_basic
  • TestAccComputeBackendService_backendServiceBasicExample
  • TestAccComputeBackendService_backendServiceCacheBypassCacheOnRequestHeadersExample
  • TestAccComputeBackendService_backendServiceCacheExample
  • TestAccComputeBackendService_backendServiceCacheIncludeHttpHeadersExample
  • TestAccComputeBackendService_backendServiceCacheIncludeNamedCookiesExample
  • TestAccComputeBackendService_backendServiceCacheSimpleExample
  • TestAccComputeBackendService_backendServiceExternalIapExample
  • TestAccComputeBackendService_backendServiceExternalManagedExample
  • TestAccComputeBackendService_backendServiceNetworkEndpointExample
  • TestAccComputeBackendService_backendServiceStatefulSessionAffinityExample
  • TestAccComputeBackendService_backendServiceTrafficDirectorRingHashExample
  • TestAccComputeBackendService_backendServiceTrafficDirectorRoundRobinExample
  • TestAccComputeBackendService_basic
  • TestAccComputeBackendService_regionNegBackend
  • TestAccComputeBackendService_trafficDirectorUpdateBasic
  • TestAccComputeBackendService_trafficDirectorUpdateFull
  • TestAccComputeBackendService_trafficDirectorUpdateLbPolicies
  • TestAccComputeBackendService_updatePreservesOptionalParameters
  • TestAccComputeBackendService_withAffinityCookieTtlSec
  • TestAccComputeBackendService_withBackend
  • TestAccComputeBackendService_withBackendAndIAP
  • TestAccComputeBackendService_withBackendAndMaxUtilization
  • TestAccComputeBackendService_withCDNEnabled
  • TestAccComputeBackendService_withCdnPolicy
  • TestAccComputeBackendService_withClientTlsPolicy
  • TestAccComputeBackendService_withCompressionMode
  • TestAccComputeBackendService_withConnectionDraining
  • TestAccComputeBackendService_withConnectionDrainingAndUpdate
  • TestAccComputeBackendService_withCustomHeaders
  • TestAccComputeBackendService_withHttpsHealthCheck
  • TestAccComputeBackendService_withLogConfig
  • TestAccComputeBackendService_withMaxConnections
  • TestAccComputeBackendService_withMaxConnectionsPerEndpoint
  • TestAccComputeBackendService_withMaxConnectionsPerInstance
  • TestAccComputeBackendService_withMaxRatePerEndpoint
  • TestAccComputeBackendService_withPrivateOriginAuth
  • TestAccComputeBackendService_withSecurityPolicy
  • TestAccComputeBackendService_withSessionAffinity
  • TestAccComputeForwardingRule_forwardingRuleExternallbExample
  • TestAccComputeForwardingRule_forwardingRuleGlobalInternallbExample
  • TestAccComputeForwardingRule_forwardingRuleHttpLbExample
  • TestAccComputeForwardingRule_forwardingRuleInternallbExample
  • TestAccComputeForwardingRule_forwardingRuleInternallbIpv6Example
  • TestAccComputeForwardingRule_forwardingRuleIpAddressIpv6
  • TestAccComputeForwardingRule_forwardingRuleL3DefaultExample
  • TestAccComputeForwardingRule_forwardingRulePscRecreate
  • TestAccComputeForwardingRule_forwardingRuleRegionalHttpXlbExample
  • TestAccComputeForwardingRule_forwardingRuleRegionalSteeringExample
  • TestAccComputeForwardingRule_forwardingRuleRegionalSteeringExampleUpdate
  • TestAccComputeForwardingRule_forwardingRuleVpcPscExample
  • TestAccComputeForwardingRule_forwardingRuleVpcPscExampleUpdate
  • TestAccComputeForwardingRule_forwardingRuleVpcPscNoAutomateDnsExample
  • TestAccComputeForwardingRule_internalHttpLbWithMigBackendExample
  • TestAccComputeForwardingRule_internalTcpUdpLbWithMigBackendExample
  • TestAccComputeForwardingRule_internalTcpUdpLbWithMigBackendExampleUpdate
  • TestAccComputeGlobalForwardingRule_externalHttpLbMigBackendCustomHeaderExample
  • TestAccComputeGlobalForwardingRule_externalTcpProxyLbMigBackendExample
  • TestAccComputeGlobalForwardingRule_globalForwardingRuleExternalManagedExample
  • TestAccComputeGlobalForwardingRule_globalForwardingRuleHttpExample
  • TestAccComputeGlobalForwardingRule_globalForwardingRuleHybridExample
  • TestAccComputeGlobalForwardingRule_globalForwardingRuleInternalExample
  • TestAccComputeGlobalForwardingRule_globalInternalHttpLbWithMigBackendExample
  • TestAccComputeGlobalForwardingRule_internalLoadBalancing
  • TestAccComputeGlobalForwardingRule_ipv6
  • TestAccComputeGlobalForwardingRule_labels
  • TestAccComputeGlobalForwardingRule_updateTarget
  • TestAccComputeInstanceGroup_rename
  • TestAccComputeManagedSslCertificate_managedSslCertificateBasicExample
  • TestAccComputePacketMirroring_computePacketMirroringFullExample
  • TestAccComputeRegionBackendServiceIamBindingGenerated
  • TestAccComputeRegionBackendServiceIamBindingGenerated_withCondition
  • TestAccComputeRegionBackendServiceIamMemberGenerated
  • TestAccComputeRegionBackendServiceIamMemberGenerated_withCondition
  • TestAccComputeRegionBackendServiceIamPolicyGenerated
  • TestAccComputeRegionBackendServiceIamPolicyGenerated_withCondition
  • TestAccComputeRegionBackendService_UDPFailOverPolicyUpdate
  • TestAccComputeRegionBackendService_basic
  • TestAccComputeRegionBackendService_ilbBasic_withUnspecifiedProtocol
  • TestAccComputeRegionBackendService_ilbUpdateBasic
  • TestAccComputeRegionBackendService_ilbUpdateFull
  • TestAccComputeRegionBackendService_regionBackendServiceBalancingModeExample
  • TestAccComputeRegionBackendService_regionBackendServiceBasicExample
  • TestAccComputeRegionBackendService_regionBackendServiceCacheExample
  • TestAccComputeRegionBackendService_regionBackendServiceConnectionTrackingExample
  • TestAccComputeRegionBackendService_regionBackendServiceExternalExample
  • TestAccComputeRegionBackendService_regionBackendServiceExternalIapExample
  • TestAccComputeRegionBackendService_regionBackendServiceExternalWeightedExample
  • TestAccComputeRegionBackendService_regionBackendServiceIlbRingHashExample
  • TestAccComputeRegionBackendService_regionBackendServiceIlbRoundRobinExample
  • TestAccComputeRegionBackendService_regionBackendServiceIlbStatefulSessionAffinityExample
  • TestAccComputeRegionBackendService_subsettingUpdate
  • TestAccComputeRegionBackendService_withBackendAndIAP
  • TestAccComputeRegionBackendService_withBackendInternal
  • TestAccComputeRegionBackendService_withBackendInternalManaged
  • TestAccComputeRegionBackendService_withBackendMultiNic
  • TestAccComputeRegionBackendService_withConnectionDrainingAndUpdate
  • TestAccComputeRegionBackendService_withSecurityPolicy
  • TestAccComputeRegionNetworkEndpointGroup_regionNetworkEndpointGroupPscServiceAttachmentExample
  • TestAccComputeRegionPerInstanceConfig_removeInstanceOnDestroy
  • TestAccComputeRegionTargetHttpProxy_regionTargetHttpProxyBasicExample
  • TestAccComputeRegionTargetHttpProxy_regionTargetHttpProxyHttpKeepAliveTimeoutExample
  • TestAccComputeRegionTargetHttpProxy_update
  • TestAccComputeRegionTargetHttpsProxy_addServerTlsPolicy_withForwardingRule
  • TestAccComputeRegionTargetHttpsProxy_addSslPolicy_withForwardingRule
  • TestAccComputeRegionTargetHttpsProxy_regionTargetHttpsProxyBasicExample
  • TestAccComputeRegionTargetHttpsProxy_regionTargetHttpsProxyCertificateManagerCertificateExample
  • TestAccComputeRegionTargetHttpsProxy_regionTargetHttpsProxyHttpKeepAliveTimeoutExample
  • TestAccComputeRegionTargetHttpsProxy_regionTargetHttpsProxyMtlsExample
  • TestAccComputeRegionTargetHttpsProxy_update
  • TestAccComputeRegionTargetTcpProxy_regionTargetTcpProxyBasicExample
  • TestAccComputeRegionTargetTcpProxy_update
  • TestAccComputeRegionUrlMap_advanced
  • TestAccComputeRegionUrlMap_defaultRouteAction_full_update
  • TestAccComputeRegionUrlMap_ilbPathUpdate
  • TestAccComputeRegionUrlMap_ilbRouteUpdate
  • TestAccComputeRegionUrlMap_noPathRulesWithUpdate
  • TestAccComputeRegionUrlMap_regionUrlMapBasicExample
  • TestAccComputeRegionUrlMap_regionUrlMapDefaultRouteActionExample
  • TestAccComputeRegionUrlMap_regionUrlMapL7IlbPathExample
  • TestAccComputeRegionUrlMap_regionUrlMapL7IlbPathPartialExample
  • TestAccComputeRegionUrlMap_regionUrlMapL7IlbRouteExample
  • TestAccComputeRegionUrlMap_regionUrlMapL7IlbRoutePartialExample
  • TestAccComputeRegionUrlMap_regionUrlMapPathTemplateMatchExample
  • TestAccComputeRegionUrlMap_update_path_matcher
  • TestAccComputeRoute_routeIlbExample
  • TestAccComputeRoute_routeIlbVipExample
  • TestAccComputeServiceAttachment_serviceAttachmentBasicExample
  • TestAccComputeServiceAttachment_serviceAttachmentBasicExampleUpdate
  • TestAccComputeServiceAttachment_serviceAttachmentConnectedEndpointsOutput
  • TestAccComputeServiceAttachment_serviceAttachmentExplicitNetworksExample
  • TestAccComputeServiceAttachment_serviceAttachmentExplicitProjectsExample
  • TestAccComputeServiceAttachment_serviceAttachmentReconcileConnectionsExample
  • TestAccComputeTargetGrpcProxy_targetGrpcProxyBasicExample
  • TestAccComputeTargetGrpcProxy_update
  • TestAccComputeTargetHttpProxy_targetHttpProxyBasicExample
  • TestAccComputeTargetHttpProxy_targetHttpProxyHttpKeepAliveTimeoutExample
  • TestAccComputeTargetHttpProxy_update
  • TestAccComputeTargetHttpsProxyServerTlsPolicy_update
  • TestAccComputeTargetHttpsProxy_certificateMap
  • TestAccComputeTargetHttpsProxy_targetHttpsProxyBasicExample
  • TestAccComputeTargetHttpsProxy_targetHttpsProxyCertificateManagerCertificateExample
  • TestAccComputeTargetHttpsProxy_targetHttpsProxyHttpKeepAliveTimeoutExample
  • TestAccComputeTargetHttpsProxy_targetHttpsProxyMtlsExample
  • TestAccComputeTargetHttpsProxy_update
  • TestAccComputeTargetSslProxy_targetSslProxyBasicExample
  • TestAccComputeTargetSslProxy_update
  • TestAccComputeTargetTcpProxy_targetTcpProxyBasicExample
  • TestAccComputeTargetTcpProxy_update
  • TestAccComputeUrlMap_advanced
  • TestAccComputeUrlMap_defaultRouteActionPathUrlRewrite
  • TestAccComputeUrlMap_defaultRouteActionTrafficDirectorPathUpdate
  • TestAccComputeUrlMap_defaultRouteActionTrafficDirectorUpdate
  • TestAccComputeUrlMap_defaultRouteActionUrlRewrite
  • TestAccComputeUrlMap_noPathRulesWithUpdate
  • TestAccComputeUrlMap_trafficDirectorPathUpdate
  • TestAccComputeUrlMap_trafficDirectorRemoveRouteRule
  • TestAccComputeUrlMap_trafficDirectorUpdate
  • TestAccComputeUrlMap_update_path_matcher
  • TestAccComputeUrlMap_urlMapBucketAndServiceExample
  • TestAccComputeUrlMap_urlMapCustomErrorResponsePolicyExample
  • TestAccComputeUrlMap_urlMapCustomErrorResponsePolicyUpdate
  • TestAccComputeUrlMap_urlMapHeaderBasedRoutingExample
  • TestAccComputeUrlMap_urlMapParameterBasedRoutingExample
  • TestAccComputeUrlMap_urlMapPathTemplateMatchExample
  • TestAccComputeUrlMap_urlMapTrafficDirectorPathExample
  • TestAccComputeUrlMap_urlMapTrafficDirectorPathPartialExample
  • TestAccComputeUrlMap_urlMapTrafficDirectorRouteExample
  • TestAccComputeUrlMap_urlMapTrafficDirectorRoutePartialExample
  • TestAccDataSourceComputeBackendService_basic

Get to know how VCR tests work

@modular-magician
Copy link
Collaborator

🟢 Tests passed during RECORDING mode:
TestAccComputeBackendService_backendServiceExternalManagedExample[Debug log]
TestAccComputeBackendService_backendServiceStatefulSessionAffinityExample[Debug log]
TestAccComputeBackendService_backendServiceTrafficDirectorRingHashExample[Debug log]
TestAccComputeBackendService_backendServiceTrafficDirectorRoundRobinExample[Debug log]
TestAccComputeBackendService_trafficDirectorUpdateBasic[Debug log]
TestAccComputeBackendService_trafficDirectorUpdateFull[Debug log]
TestAccComputeBackendService_trafficDirectorUpdateLbPolicies[Debug log]
TestAccComputeBackendService_withClientTlsPolicy[Debug log]
TestAccComputeForwardingRule_forwardingRuleHttpLbExample[Debug log]
TestAccComputeForwardingRule_forwardingRuleRegionalHttpXlbExample[Debug log]
TestAccComputeForwardingRule_internalHttpLbWithMigBackendExample[Debug log]
TestAccComputeGlobalForwardingRule_globalForwardingRuleExternalManagedExample[Debug log]
TestAccComputeGlobalForwardingRule_globalForwardingRuleInternalExample[Debug log]
TestAccComputeGlobalForwardingRule_globalInternalHttpLbWithMigBackendExample[Debug log]
TestAccComputeGlobalForwardingRule_internalLoadBalancing[Debug log]
TestAccComputeRegionBackendService_ilbUpdateBasic[Debug log]
TestAccComputeRegionBackendService_ilbUpdateFull[Debug log]
TestAccComputeRegionBackendService_regionBackendServiceBalancingModeExample[Debug log]
TestAccComputeRegionBackendService_regionBackendServiceIlbRingHashExample[Debug log]
TestAccComputeRegionBackendService_regionBackendServiceIlbRoundRobinExample[Debug log]
TestAccComputeRegionBackendService_regionBackendServiceIlbStatefulSessionAffinityExample[Debug log]
TestAccComputeRegionBackendService_withBackendAndIAP[Debug log]
TestAccComputeRegionBackendService_withBackendInternalManaged[Debug log]
TestAccComputeRegionBackendService_withSecurityPolicy[Debug log]
TestAccComputeRegionPerInstanceConfig_removeInstanceOnDestroy[Debug log]
TestAccComputeRegionTargetHttpProxy_regionTargetHttpProxyBasicExample[Debug log]
TestAccComputeRegionTargetHttpProxy_regionTargetHttpProxyHttpKeepAliveTimeoutExample[Debug log]
TestAccComputeRegionTargetHttpProxy_update[Debug log]
TestAccComputeRegionTargetHttpsProxy_addServerTlsPolicy_withForwardingRule[Debug log]
TestAccComputeRegionTargetHttpsProxy_addSslPolicy_withForwardingRule[Debug log]
TestAccComputeRegionTargetHttpsProxy_regionTargetHttpsProxyBasicExample[Debug log]
TestAccComputeRegionTargetHttpsProxy_regionTargetHttpsProxyCertificateManagerCertificateExample[Debug log]
TestAccComputeRegionTargetHttpsProxy_regionTargetHttpsProxyHttpKeepAliveTimeoutExample[Debug log]
TestAccComputeRegionTargetHttpsProxy_regionTargetHttpsProxyMtlsExample[Debug log]
TestAccComputeRegionTargetHttpsProxy_update[Debug log]
TestAccComputeRegionTargetTcpProxy_regionTargetTcpProxyBasicExample[Debug log]
TestAccComputeRegionTargetTcpProxy_update[Debug log]
TestAccComputeRegionUrlMap_advanced[Debug log]
TestAccComputeRegionUrlMap_defaultRouteAction_full_update[Debug log]
TestAccComputeRegionUrlMap_ilbPathUpdate[Debug log]
TestAccComputeRegionUrlMap_ilbRouteUpdate[Debug log]
TestAccComputeRegionUrlMap_noPathRulesWithUpdate[Debug log]
TestAccComputeRegionUrlMap_regionUrlMapBasicExample[Debug log]
TestAccComputeRegionUrlMap_regionUrlMapDefaultRouteActionExample[Debug log]
TestAccComputeRegionUrlMap_regionUrlMapL7IlbPathExample[Debug log]
TestAccComputeRegionUrlMap_regionUrlMapL7IlbPathPartialExample[Debug log]
TestAccComputeRegionUrlMap_regionUrlMapL7IlbRouteExample[Debug log]
TestAccComputeRegionUrlMap_regionUrlMapL7IlbRoutePartialExample[Debug log]
TestAccComputeRegionUrlMap_regionUrlMapPathTemplateMatchExample[Debug log]
TestAccComputeRegionUrlMap_update_path_matcher[Debug log]
TestAccComputeTargetGrpcProxy_targetGrpcProxyBasicExample[Debug log]
TestAccComputeTargetGrpcProxy_update[Debug log]
TestAccComputeTargetHttpProxy_targetHttpProxyHttpKeepAliveTimeoutExample[Debug log]
TestAccComputeTargetHttpsProxy_targetHttpsProxyCertificateManagerCertificateExample[Debug log]
TestAccComputeTargetHttpsProxy_targetHttpsProxyHttpKeepAliveTimeoutExample[Debug log]
TestAccComputeUrlMap_defaultRouteActionTrafficDirectorPathUpdate[Debug log]
TestAccComputeUrlMap_defaultRouteActionTrafficDirectorUpdate[Debug log]
TestAccComputeUrlMap_trafficDirectorPathUpdate[Debug log]
TestAccComputeUrlMap_trafficDirectorRemoveRouteRule[Debug log]
TestAccComputeUrlMap_trafficDirectorUpdate[Debug log]
TestAccComputeUrlMap_urlMapCustomErrorResponsePolicyExample[Debug log]
TestAccComputeUrlMap_urlMapCustomErrorResponsePolicyUpdate[Debug log]
TestAccComputeUrlMap_urlMapPathTemplateMatchExample[Debug log]
TestAccComputeUrlMap_urlMapTrafficDirectorPathExample[Debug log]
TestAccComputeUrlMap_urlMapTrafficDirectorPathPartialExample[Debug log]
TestAccComputeUrlMap_urlMapTrafficDirectorRouteExample[Debug log]
TestAccComputeUrlMap_urlMapTrafficDirectorRoutePartialExample[Debug log]

🟢 No issues found for passed tests after REPLAYING rerun.


🔴 Tests failed during RECORDING mode:
TestAccComputeBackendServiceIamBindingGenerated[Error message] [Debug log]
TestAccComputeBackendServiceIamBindingGenerated_withCondition[Error message] [Debug log]
TestAccComputeBackendServiceIamMemberGenerated[Error message] [Debug log]
TestAccComputeBackendServiceIamMemberGenerated_withCondition[Error message] [Debug log]
TestAccComputeBackendServiceIamPolicyGenerated[Error message] [Debug log]
TestAccComputeBackendServiceIamPolicyGenerated_withCondition[Error message] [Debug log]
TestAccComputeBackendServiceSignedUrlKey_basic[Error message] [Debug log]
TestAccComputeBackendService_backendServiceBasicExample[Error message] [Debug log]
TestAccComputeBackendService_backendServiceCacheBypassCacheOnRequestHeadersExample[Error message] [Debug log]
TestAccComputeBackendService_backendServiceCacheExample[Error message] [Debug log]
TestAccComputeBackendService_backendServiceCacheIncludeHttpHeadersExample[Error message] [Debug log]
TestAccComputeBackendService_backendServiceCacheIncludeNamedCookiesExample[Error message] [Debug log]
TestAccComputeBackendService_backendServiceCacheSimpleExample[Error message] [Debug log]
TestAccComputeBackendService_backendServiceExternalIapExample[Error message] [Debug log]
TestAccComputeBackendService_backendServiceNetworkEndpointExample[Error message] [Debug log]
TestAccComputeBackendService_basic[Error message] [Debug log]
TestAccComputeBackendService_regionNegBackend[Error message] [Debug log]
TestAccComputeBackendService_updatePreservesOptionalParameters[Error message] [Debug log]
TestAccComputeBackendService_withAffinityCookieTtlSec[Error message] [Debug log]
TestAccComputeBackendService_withBackend[Error message] [Debug log]
TestAccComputeBackendService_withBackendAndIAP[Error message] [Debug log]
TestAccComputeBackendService_withBackendAndMaxUtilization[Error message] [Debug log]
TestAccComputeBackendService_withCDNEnabled[Error message] [Debug log]
TestAccComputeBackendService_withCdnPolicy[Error message] [Debug log]
TestAccComputeBackendService_withCompressionMode[Error message] [Debug log]
TestAccComputeBackendService_withConnectionDraining[Error message] [Debug log]
TestAccComputeBackendService_withConnectionDrainingAndUpdate[Error message] [Debug log]
TestAccComputeBackendService_withCustomHeaders[Error message] [Debug log]
TestAccComputeBackendService_withHttpsHealthCheck[Error message] [Debug log]
TestAccComputeBackendService_withLogConfig[Error message] [Debug log]
TestAccComputeBackendService_withMaxConnections[Error message] [Debug log]
TestAccComputeBackendService_withMaxConnectionsPerEndpoint[Error message] [Debug log]
TestAccComputeBackendService_withMaxConnectionsPerInstance[Error message] [Debug log]
TestAccComputeBackendService_withMaxRatePerEndpoint[Error message] [Debug log]
TestAccComputeBackendService_withPrivateOriginAuth[Error message] [Debug log]
TestAccComputeBackendService_withSecurityPolicy[Error message] [Debug log]
TestAccComputeBackendService_withSessionAffinity[Error message] [Debug log]
TestAccComputeForwardingRule_forwardingRuleExternallbExample[Error message] [Debug log]
TestAccComputeForwardingRule_forwardingRuleGlobalInternallbExample[Error message] [Debug log]
TestAccComputeForwardingRule_forwardingRuleInternallbExample[Error message] [Debug log]
TestAccComputeForwardingRule_forwardingRuleInternallbIpv6Example[Error message] [Debug log]
TestAccComputeForwardingRule_forwardingRuleIpAddressIpv6[Error message] [Debug log]
TestAccComputeForwardingRule_forwardingRuleL3DefaultExample[Error message] [Debug log]
TestAccComputeForwardingRule_forwardingRulePscRecreate[Error message] [Debug log]
TestAccComputeForwardingRule_forwardingRuleRegionalSteeringExample[Error message] [Debug log]
TestAccComputeForwardingRule_forwardingRuleRegionalSteeringExampleUpdate[Error message] [Debug log]
TestAccComputeForwardingRule_forwardingRuleVpcPscExample[Error message] [Debug log]
TestAccComputeForwardingRule_forwardingRuleVpcPscExampleUpdate[Error message] [Debug log]
TestAccComputeForwardingRule_forwardingRuleVpcPscNoAutomateDnsExample[Error message] [Debug log]
TestAccComputeForwardingRule_internalTcpUdpLbWithMigBackendExample[Error message] [Debug log]
TestAccComputeForwardingRule_internalTcpUdpLbWithMigBackendExampleUpdate[Error message] [Debug log]
TestAccComputeGlobalForwardingRule_externalHttpLbMigBackendCustomHeaderExample[Error message] [Debug log]
TestAccComputeGlobalForwardingRule_externalTcpProxyLbMigBackendExample[Error message] [Debug log]
TestAccComputeGlobalForwardingRule_globalForwardingRuleHttpExample[Error message] [Debug log]
TestAccComputeGlobalForwardingRule_globalForwardingRuleHybridExample[Error message] [Debug log]
TestAccComputeGlobalForwardingRule_ipv6[Error message] [Debug log]
TestAccComputeGlobalForwardingRule_labels[Error message] [Debug log]
TestAccComputeGlobalForwardingRule_updateTarget[Error message] [Debug log]
TestAccComputeInstanceGroup_rename[Error message] [Debug log]
TestAccComputeManagedSslCertificate_managedSslCertificateBasicExample[Error message] [Debug log]
TestAccComputePacketMirroring_computePacketMirroringFullExample[Error message] [Debug log]
TestAccComputeRegionBackendServiceIamBindingGenerated[Error message] [Debug log]
TestAccComputeRegionBackendServiceIamBindingGenerated_withCondition[Error message] [Debug log]
TestAccComputeRegionBackendServiceIamMemberGenerated[Error message] [Debug log]
TestAccComputeRegionBackendServiceIamMemberGenerated_withCondition[Error message] [Debug log]
TestAccComputeRegionBackendServiceIamPolicyGenerated[Error message] [Debug log]
TestAccComputeRegionBackendServiceIamPolicyGenerated_withCondition[Error message] [Debug log]
TestAccComputeRegionBackendService_UDPFailOverPolicyUpdate[Error message] [Debug log]
TestAccComputeRegionBackendService_basic[Error message] [Debug log]
TestAccComputeRegionBackendService_ilbBasic_withUnspecifiedProtocol[Error message] [Debug log]
TestAccComputeRegionBackendService_regionBackendServiceBasicExample[Error message] [Debug log]
TestAccComputeRegionBackendService_regionBackendServiceCacheExample[Error message] [Debug log]
TestAccComputeRegionBackendService_regionBackendServiceConnectionTrackingExample[Error message] [Debug log]
TestAccComputeRegionBackendService_regionBackendServiceExternalExample[Error message] [Debug log]
TestAccComputeRegionBackendService_regionBackendServiceExternalIapExample[Error message] [Debug log]
TestAccComputeRegionBackendService_regionBackendServiceExternalWeightedExample[Error message] [Debug log]
TestAccComputeRegionBackendService_subsettingUpdate[Error message] [Debug log]
TestAccComputeRegionBackendService_withBackendInternal[Error message] [Debug log]
TestAccComputeRegionBackendService_withBackendMultiNic[Error message] [Debug log]
TestAccComputeRegionBackendService_withConnectionDrainingAndUpdate[Error message] [Debug log]
TestAccComputeRegionNetworkEndpointGroup_regionNetworkEndpointGroupPscServiceAttachmentExample[Error message] [Debug log]
TestAccComputeRoute_routeIlbExample[Error message] [Debug log]
TestAccComputeRoute_routeIlbVipExample[Error message] [Debug log]
TestAccComputeServiceAttachment_serviceAttachmentBasicExample[Error message] [Debug log]
TestAccComputeServiceAttachment_serviceAttachmentBasicExampleUpdate[Error message] [Debug log]
TestAccComputeServiceAttachment_serviceAttachmentConnectedEndpointsOutput[Error message] [Debug log]
TestAccComputeServiceAttachment_serviceAttachmentExplicitNetworksExample[Error message] [Debug log]
TestAccComputeServiceAttachment_serviceAttachmentExplicitProjectsExample[Error message] [Debug log]
TestAccComputeServiceAttachment_serviceAttachmentReconcileConnectionsExample[Error message] [Debug log]
TestAccComputeTargetHttpProxy_targetHttpProxyBasicExample[Error message] [Debug log]
TestAccComputeTargetHttpProxy_update[Error message] [Debug log]
TestAccComputeTargetHttpsProxyServerTlsPolicy_update[Error message] [Debug log]
TestAccComputeTargetHttpsProxy_certificateMap[Error message] [Debug log]
TestAccComputeTargetHttpsProxy_targetHttpsProxyBasicExample[Error message] [Debug log]
TestAccComputeTargetHttpsProxy_targetHttpsProxyMtlsExample[Error message] [Debug log]
TestAccComputeTargetHttpsProxy_update[Error message] [Debug log]
TestAccComputeTargetSslProxy_targetSslProxyBasicExample[Error message] [Debug log]
TestAccComputeTargetSslProxy_update[Error message] [Debug log]
TestAccComputeTargetTcpProxy_targetTcpProxyBasicExample[Error message] [Debug log]
TestAccComputeTargetTcpProxy_update[Error message] [Debug log]
TestAccComputeUrlMap_advanced[Error message] [Debug log]
TestAccComputeUrlMap_defaultRouteActionPathUrlRewrite[Error message] [Debug log]
TestAccComputeUrlMap_defaultRouteActionUrlRewrite[Error message] [Debug log]
TestAccComputeUrlMap_noPathRulesWithUpdate[Error message] [Debug log]
TestAccComputeUrlMap_update_path_matcher[Error message] [Debug log]
TestAccComputeUrlMap_urlMapBucketAndServiceExample[Error message] [Debug log]
TestAccComputeUrlMap_urlMapHeaderBasedRoutingExample[Error message] [Debug log]
TestAccComputeUrlMap_urlMapParameterBasedRoutingExample[Error message] [Debug log]
TestAccDataSourceComputeBackendService_basic[Error message] [Debug log]

🔴 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 ( 2 files changed, 12 insertions(+))
google-beta provider: Diff ( 4 files changed, 72 insertions(+))
terraform-google-conversion: Diff ( 2 files changed, 20 insertions(+))

Missing test report

Your PR includes resource fields which are not covered by any test.

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

resource "google_compute_backend_service" "primary" {
  ip_address_selection_policy = # value needed
}

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

resource "google_compute_region_backend_service" "primary" {
  ip_address_selection_policy = # value needed
}

@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 ( 2 files changed, 12 insertions(+))
google-beta provider: Diff ( 4 files changed, 72 insertions(+))
terraform-google-conversion: Diff ( 2 files changed, 20 insertions(+))

Missing test report

Your PR includes resource fields which are not covered by any test.

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

resource "google_compute_backend_service" "primary" {
  ip_address_selection_policy = # value needed
}

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

resource "google_compute_region_backend_service" "primary" {
  ip_address_selection_policy = # value needed
}

@modular-magician
Copy link
Collaborator

Tests analytics

Total tests: 1028
Passed tests: 843
Skipped tests: 74
Affected tests: 111

Click here to see the affected service packages
  • compute

Action taken

Found 111 affected test(s) by replaying old test recordings. Starting RECORDING based on the most recent commit. Click here to see the affected tests
  • TestAccComputeBackendServiceIamBindingGenerated
  • TestAccComputeBackendServiceIamBindingGenerated_withCondition
  • TestAccComputeBackendServiceIamMemberGenerated
  • TestAccComputeBackendServiceIamMemberGenerated_withCondition
  • TestAccComputeBackendServiceIamPolicyGenerated
  • TestAccComputeBackendServiceIamPolicyGenerated_withCondition
  • TestAccComputeBackendServiceSignedUrlKey_basic
  • TestAccComputeBackendService_backendServiceBasicExample
  • TestAccComputeBackendService_backendServiceCacheBypassCacheOnRequestHeadersExample
  • TestAccComputeBackendService_backendServiceCacheExample
  • TestAccComputeBackendService_backendServiceCacheIncludeHttpHeadersExample
  • TestAccComputeBackendService_backendServiceCacheIncludeNamedCookiesExample
  • TestAccComputeBackendService_backendServiceCacheSimpleExample
  • TestAccComputeBackendService_backendServiceExternalIapExample
  • TestAccComputeBackendService_backendServiceNetworkEndpointExample
  • TestAccComputeBackendService_basic
  • TestAccComputeBackendService_regionNegBackend
  • TestAccComputeBackendService_updateIAPEnabled
  • TestAccComputeBackendService_updatePreservesOptionalParameters
  • TestAccComputeBackendService_withAffinityCookieTtlSec
  • TestAccComputeBackendService_withBackend
  • TestAccComputeBackendService_withBackendAndIAP
  • TestAccComputeBackendService_withBackendAndMaxUtilization
  • TestAccComputeBackendService_withCDNEnabled
  • TestAccComputeBackendService_withCdnPolicy
  • TestAccComputeBackendService_withCompressionMode
  • TestAccComputeBackendService_withConnectionDraining
  • TestAccComputeBackendService_withConnectionDrainingAndUpdate
  • TestAccComputeBackendService_withCustomHeaders
  • TestAccComputeBackendService_withHttpsHealthCheck
  • TestAccComputeBackendService_withLogConfig
  • TestAccComputeBackendService_withMaxConnections
  • TestAccComputeBackendService_withMaxConnectionsPerEndpoint
  • TestAccComputeBackendService_withMaxConnectionsPerInstance
  • TestAccComputeBackendService_withMaxRatePerEndpoint
  • TestAccComputeBackendService_withPrivateOriginAuth
  • TestAccComputeBackendService_withSecurityPolicy
  • TestAccComputeBackendService_withSessionAffinity
  • TestAccComputeForwardingRule_forwardingRuleExternallbExample
  • TestAccComputeForwardingRule_forwardingRuleGlobalInternallbExample
  • TestAccComputeForwardingRule_forwardingRuleInternallbExample
  • TestAccComputeForwardingRule_forwardingRuleInternallbIpv6Example
  • TestAccComputeForwardingRule_forwardingRuleIpAddressIpv6
  • TestAccComputeForwardingRule_forwardingRuleL3DefaultExample
  • TestAccComputeForwardingRule_forwardingRulePscRecreate
  • TestAccComputeForwardingRule_forwardingRuleRegionalSteeringExample
  • TestAccComputeForwardingRule_forwardingRuleRegionalSteeringExampleUpdate
  • TestAccComputeForwardingRule_forwardingRuleVpcPscExample
  • TestAccComputeForwardingRule_forwardingRuleVpcPscExampleUpdate
  • TestAccComputeForwardingRule_forwardingRuleVpcPscNoAutomateDnsExample
  • TestAccComputeForwardingRule_internalTcpUdpLbWithMigBackendExample
  • TestAccComputeForwardingRule_internalTcpUdpLbWithMigBackendExampleUpdate
  • TestAccComputeGlobalForwardingRule_externalHttpLbMigBackendCustomHeaderExample
  • TestAccComputeGlobalForwardingRule_externalTcpProxyLbMigBackendExample
  • TestAccComputeGlobalForwardingRule_globalForwardingRuleHttpExample
  • TestAccComputeGlobalForwardingRule_globalForwardingRuleHybridExample
  • TestAccComputeGlobalForwardingRule_ipv6
  • TestAccComputeGlobalForwardingRule_labels
  • TestAccComputeGlobalForwardingRule_updateTarget
  • TestAccComputeInstanceGroup_rename
  • TestAccComputeManagedSslCertificate_managedSslCertificateBasicExample
  • TestAccComputePacketMirroring_computePacketMirroringFullExample
  • TestAccComputeRegionBackendServiceIamBindingGenerated
  • TestAccComputeRegionBackendServiceIamBindingGenerated_withCondition
  • TestAccComputeRegionBackendServiceIamMemberGenerated
  • TestAccComputeRegionBackendServiceIamMemberGenerated_withCondition
  • TestAccComputeRegionBackendServiceIamPolicyGenerated
  • TestAccComputeRegionBackendServiceIamPolicyGenerated_withCondition
  • TestAccComputeRegionBackendService_UDPFailOverPolicyUpdate
  • TestAccComputeRegionBackendService_basic
  • TestAccComputeRegionBackendService_ilbBasic_withUnspecifiedProtocol
  • TestAccComputeRegionBackendService_regionBackendServiceBasicExample
  • TestAccComputeRegionBackendService_regionBackendServiceCacheExample
  • TestAccComputeRegionBackendService_regionBackendServiceConnectionTrackingExample
  • TestAccComputeRegionBackendService_regionBackendServiceExternalExample
  • TestAccComputeRegionBackendService_regionBackendServiceExternalIapExample
  • TestAccComputeRegionBackendService_regionBackendServiceExternalWeightedExample
  • TestAccComputeRegionBackendService_subsettingUpdate
  • TestAccComputeRegionBackendService_updateIAPEnabled
  • TestAccComputeRegionBackendService_withBackendInternal
  • TestAccComputeRegionBackendService_withBackendMultiNic
  • TestAccComputeRegionBackendService_withConnectionDrainingAndUpdate
  • TestAccComputeRegionNetworkEndpointGroup_regionNetworkEndpointGroupPscServiceAttachmentExample
  • TestAccComputeRoute_routeIlbExample
  • TestAccComputeRoute_routeIlbVipExample
  • TestAccComputeServiceAttachment_serviceAttachmentBasicExample
  • TestAccComputeServiceAttachment_serviceAttachmentBasicExampleUpdate
  • TestAccComputeServiceAttachment_serviceAttachmentConnectedEndpointsOutput
  • TestAccComputeServiceAttachment_serviceAttachmentExplicitNetworksExample
  • TestAccComputeServiceAttachment_serviceAttachmentExplicitProjectsExample
  • TestAccComputeServiceAttachment_serviceAttachmentReconcileConnectionsExample
  • TestAccComputeTargetHttpProxy_targetHttpProxyBasicExample
  • TestAccComputeTargetHttpProxy_update
  • TestAccComputeTargetHttpsProxyServerTlsPolicy_update
  • TestAccComputeTargetHttpsProxy_certificateMap
  • TestAccComputeTargetHttpsProxy_targetHttpsProxyBasicExample
  • TestAccComputeTargetHttpsProxy_targetHttpsProxyMtlsExample
  • TestAccComputeTargetHttpsProxy_update
  • TestAccComputeTargetSslProxy_targetSslProxyBasicExample
  • TestAccComputeTargetSslProxy_update
  • TestAccComputeTargetTcpProxy_targetTcpProxyBasicExample
  • TestAccComputeTargetTcpProxy_update
  • TestAccComputeUrlMap_advanced
  • TestAccComputeUrlMap_defaultRouteActionPathUrlRewrite
  • TestAccComputeUrlMap_defaultRouteActionUrlRewrite
  • TestAccComputeUrlMap_noPathRulesWithUpdate
  • TestAccComputeUrlMap_update_path_matcher
  • TestAccComputeUrlMap_urlMapBucketAndServiceExample
  • TestAccComputeUrlMap_urlMapHeaderBasedRoutingExample
  • TestAccComputeUrlMap_urlMapParameterBasedRoutingExample
  • TestAccDataSourceComputeBackendService_basic

Get to know how VCR tests work

@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 ( 2 files changed, 12 insertions(+))
google-beta provider: Diff ( 4 files changed, 72 insertions(+))
terraform-google-conversion: Diff ( 2 files changed, 20 insertions(+))

Missing test report

Your PR includes resource fields which are not covered by any test.

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

resource "google_compute_backend_service" "primary" {
  ip_address_selection_policy = # value needed
}

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

resource "google_compute_region_backend_service" "primary" {
  ip_address_selection_policy = # value needed
}

1 similar comment
@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 ( 2 files changed, 12 insertions(+))
google-beta provider: Diff ( 4 files changed, 72 insertions(+))
terraform-google-conversion: Diff ( 2 files changed, 20 insertions(+))

Missing test report

Your PR includes resource fields which are not covered by any test.

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

resource "google_compute_backend_service" "primary" {
  ip_address_selection_policy = # value needed
}

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

resource "google_compute_region_backend_service" "primary" {
  ip_address_selection_policy = # value needed
}

@modular-magician
Copy link
Collaborator

Tests analytics

Total tests: 1028
Passed tests: 842
Skipped tests: 74
Affected tests: 112

Click here to see the affected service packages
  • compute

Action taken

Found 112 affected test(s) by replaying old test recordings. Starting RECORDING based on the most recent commit. Click here to see the affected tests
  • TestAccComputeBackendServiceIamBindingGenerated
  • TestAccComputeBackendServiceIamBindingGenerated_withCondition
  • TestAccComputeBackendServiceIamMemberGenerated
  • TestAccComputeBackendServiceIamMemberGenerated_withCondition
  • TestAccComputeBackendServiceIamPolicyGenerated
  • TestAccComputeBackendServiceIamPolicyGenerated_withCondition
  • TestAccComputeBackendServiceSignedUrlKey_basic
  • TestAccComputeBackendService_backendServiceBasicExample
  • TestAccComputeBackendService_backendServiceCacheBypassCacheOnRequestHeadersExample
  • TestAccComputeBackendService_backendServiceCacheExample
  • TestAccComputeBackendService_backendServiceCacheIncludeHttpHeadersExample
  • TestAccComputeBackendService_backendServiceCacheIncludeNamedCookiesExample
  • TestAccComputeBackendService_backendServiceCacheSimpleExample
  • TestAccComputeBackendService_backendServiceExternalIapExample
  • TestAccComputeBackendService_backendServiceNetworkEndpointExample
  • TestAccComputeBackendService_basic
  • TestAccComputeBackendService_regionNegBackend
  • TestAccComputeBackendService_updateIAPEnabled
  • TestAccComputeBackendService_updatePreservesOptionalParameters
  • TestAccComputeBackendService_withAffinityCookieTtlSec
  • TestAccComputeBackendService_withBackend
  • TestAccComputeBackendService_withBackendAndIAP
  • TestAccComputeBackendService_withBackendAndMaxUtilization
  • TestAccComputeBackendService_withCDNEnabled
  • TestAccComputeBackendService_withCdnPolicy
  • TestAccComputeBackendService_withCompressionMode
  • TestAccComputeBackendService_withConnectionDraining
  • TestAccComputeBackendService_withConnectionDrainingAndUpdate
  • TestAccComputeBackendService_withCustomHeaders
  • TestAccComputeBackendService_withHttpsHealthCheck
  • TestAccComputeBackendService_withLogConfig
  • TestAccComputeBackendService_withMaxConnections
  • TestAccComputeBackendService_withMaxConnectionsPerEndpoint
  • TestAccComputeBackendService_withMaxConnectionsPerInstance
  • TestAccComputeBackendService_withMaxRatePerEndpoint
  • TestAccComputeBackendService_withPrivateOriginAuth
  • TestAccComputeBackendService_withSecurityPolicy
  • TestAccComputeBackendService_withSessionAffinity
  • TestAccComputeForwardingRule_forwardingRuleExternallbExample
  • TestAccComputeForwardingRule_forwardingRuleGlobalInternallbExample
  • TestAccComputeForwardingRule_forwardingRuleInternallbExample
  • TestAccComputeForwardingRule_forwardingRuleInternallbIpv6Example
  • TestAccComputeForwardingRule_forwardingRuleIpAddressIpv6
  • TestAccComputeForwardingRule_forwardingRuleL3DefaultExample
  • TestAccComputeForwardingRule_forwardingRulePscRecreate
  • TestAccComputeForwardingRule_forwardingRuleRegionalSteeringExample
  • TestAccComputeForwardingRule_forwardingRuleRegionalSteeringExampleUpdate
  • TestAccComputeForwardingRule_forwardingRuleVpcPscExample
  • TestAccComputeForwardingRule_forwardingRuleVpcPscExampleUpdate
  • TestAccComputeForwardingRule_forwardingRuleVpcPscNoAutomateDnsExample
  • TestAccComputeForwardingRule_internalTcpUdpLbWithMigBackendExample
  • TestAccComputeForwardingRule_internalTcpUdpLbWithMigBackendExampleUpdate
  • TestAccComputeGlobalForwardingRule_externalHttpLbMigBackendCustomHeaderExample
  • TestAccComputeGlobalForwardingRule_externalTcpProxyLbMigBackendExample
  • TestAccComputeGlobalForwardingRule_globalForwardingRuleHttpExample
  • TestAccComputeGlobalForwardingRule_globalForwardingRuleHybridExample
  • TestAccComputeGlobalForwardingRule_ipv6
  • TestAccComputeGlobalForwardingRule_labels
  • TestAccComputeGlobalForwardingRule_updateTarget
  • TestAccComputeInstanceGroup_rename
  • TestAccComputeManagedSslCertificate_managedSslCertificateBasicExample
  • TestAccComputePacketMirroring_computePacketMirroringFullExample
  • TestAccComputeRegionBackendServiceIamBindingGenerated
  • TestAccComputeRegionBackendServiceIamBindingGenerated_withCondition
  • TestAccComputeRegionBackendServiceIamMemberGenerated
  • TestAccComputeRegionBackendServiceIamMemberGenerated_withCondition
  • TestAccComputeRegionBackendServiceIamPolicyGenerated
  • TestAccComputeRegionBackendServiceIamPolicyGenerated_withCondition
  • TestAccComputeRegionBackendService_UDPFailOverPolicyUpdate
  • TestAccComputeRegionBackendService_basic
  • TestAccComputeRegionBackendService_ilbBasic_withUnspecifiedProtocol
  • TestAccComputeRegionBackendService_regionBackendServiceBasicExample
  • TestAccComputeRegionBackendService_regionBackendServiceCacheExample
  • TestAccComputeRegionBackendService_regionBackendServiceConnectionTrackingExample
  • TestAccComputeRegionBackendService_regionBackendServiceExternalExample
  • TestAccComputeRegionBackendService_regionBackendServiceExternalIapExample
  • TestAccComputeRegionBackendService_regionBackendServiceExternalWeightedExample
  • TestAccComputeRegionBackendService_subsettingUpdate
  • TestAccComputeRegionBackendService_updateIAPEnabled
  • TestAccComputeRegionBackendService_withBackendInternal
  • TestAccComputeRegionBackendService_withBackendMultiNic
  • TestAccComputeRegionBackendService_withConnectionDrainingAndUpdate
  • TestAccComputeRegionNetworkEndpointGroup_regionNetworkEndpointGroupPscServiceAttachmentExample
  • TestAccComputeRegionPerInstanceConfig_removeInstanceOnDestroy
  • TestAccComputeRoute_routeIlbExample
  • TestAccComputeRoute_routeIlbVipExample
  • TestAccComputeServiceAttachment_serviceAttachmentBasicExample
  • TestAccComputeServiceAttachment_serviceAttachmentBasicExampleUpdate
  • TestAccComputeServiceAttachment_serviceAttachmentConnectedEndpointsOutput
  • TestAccComputeServiceAttachment_serviceAttachmentExplicitNetworksExample
  • TestAccComputeServiceAttachment_serviceAttachmentExplicitProjectsExample
  • TestAccComputeServiceAttachment_serviceAttachmentReconcileConnectionsExample
  • TestAccComputeTargetHttpProxy_targetHttpProxyBasicExample
  • TestAccComputeTargetHttpProxy_update
  • TestAccComputeTargetHttpsProxyServerTlsPolicy_update
  • TestAccComputeTargetHttpsProxy_certificateMap
  • TestAccComputeTargetHttpsProxy_targetHttpsProxyBasicExample
  • TestAccComputeTargetHttpsProxy_targetHttpsProxyMtlsExample
  • TestAccComputeTargetHttpsProxy_update
  • TestAccComputeTargetSslProxy_targetSslProxyBasicExample
  • TestAccComputeTargetSslProxy_update
  • TestAccComputeTargetTcpProxy_targetTcpProxyBasicExample
  • TestAccComputeTargetTcpProxy_update
  • TestAccComputeUrlMap_advanced
  • TestAccComputeUrlMap_defaultRouteActionPathUrlRewrite
  • TestAccComputeUrlMap_defaultRouteActionUrlRewrite
  • TestAccComputeUrlMap_noPathRulesWithUpdate
  • TestAccComputeUrlMap_update_path_matcher
  • TestAccComputeUrlMap_urlMapBucketAndServiceExample
  • TestAccComputeUrlMap_urlMapHeaderBasedRoutingExample
  • TestAccComputeUrlMap_urlMapParameterBasedRoutingExample
  • TestAccDataSourceComputeBackendService_basic

Get to know how VCR tests work

@modular-magician
Copy link
Collaborator

🟢 Tests passed during RECORDING mode:
TestAccComputeRegionBackendService_updateIAPEnabled[Debug log]

🟢 No issues found for passed tests after REPLAYING rerun.


🔴 Tests failed during RECORDING mode:
TestAccComputeBackendServiceIamBindingGenerated[Error message] [Debug log]
TestAccComputeBackendServiceIamBindingGenerated_withCondition[Error message] [Debug log]
TestAccComputeBackendServiceIamMemberGenerated[Error message] [Debug log]
TestAccComputeBackendServiceIamMemberGenerated_withCondition[Error message] [Debug log]
TestAccComputeBackendServiceIamPolicyGenerated[Error message] [Debug log]
TestAccComputeBackendServiceIamPolicyGenerated_withCondition[Error message] [Debug log]
TestAccComputeBackendServiceSignedUrlKey_basic[Error message] [Debug log]
TestAccComputeBackendService_backendServiceBasicExample[Error message] [Debug log]
TestAccComputeBackendService_backendServiceCacheBypassCacheOnRequestHeadersExample[Error message] [Debug log]
TestAccComputeBackendService_backendServiceCacheExample[Error message] [Debug log]
TestAccComputeBackendService_backendServiceCacheIncludeHttpHeadersExample[Error message] [Debug log]
TestAccComputeBackendService_backendServiceCacheIncludeNamedCookiesExample[Error message] [Debug log]
TestAccComputeBackendService_backendServiceCacheSimpleExample[Error message] [Debug log]
TestAccComputeBackendService_backendServiceExternalIapExample[Error message] [Debug log]
TestAccComputeBackendService_backendServiceNetworkEndpointExample[Error message] [Debug log]
TestAccComputeBackendService_basic[Error message] [Debug log]
TestAccComputeBackendService_regionNegBackend[Error message] [Debug log]
TestAccComputeBackendService_updateIAPEnabled[Error message] [Debug log]
TestAccComputeBackendService_updatePreservesOptionalParameters[Error message] [Debug log]
TestAccComputeBackendService_withAffinityCookieTtlSec[Error message] [Debug log]
TestAccComputeBackendService_withBackend[Error message] [Debug log]
TestAccComputeBackendService_withBackendAndIAP[Error message] [Debug log]
TestAccComputeBackendService_withBackendAndMaxUtilization[Error message] [Debug log]
TestAccComputeBackendService_withCDNEnabled[Error message] [Debug log]
TestAccComputeBackendService_withCdnPolicy[Error message] [Debug log]
TestAccComputeBackendService_withCompressionMode[Error message] [Debug log]
TestAccComputeBackendService_withConnectionDraining[Error message] [Debug log]
TestAccComputeBackendService_withConnectionDrainingAndUpdate[Error message] [Debug log]
TestAccComputeBackendService_withCustomHeaders[Error message] [Debug log]
TestAccComputeBackendService_withHttpsHealthCheck[Error message] [Debug log]
TestAccComputeBackendService_withLogConfig[Error message] [Debug log]
TestAccComputeBackendService_withMaxConnections[Error message] [Debug log]
TestAccComputeBackendService_withMaxConnectionsPerEndpoint[Error message] [Debug log]
TestAccComputeBackendService_withMaxConnectionsPerInstance[Error message] [Debug log]
TestAccComputeBackendService_withMaxRatePerEndpoint[Error message] [Debug log]
TestAccComputeBackendService_withPrivateOriginAuth[Error message] [Debug log]
TestAccComputeBackendService_withSecurityPolicy[Error message] [Debug log]
TestAccComputeBackendService_withSessionAffinity[Error message] [Debug log]
TestAccComputeForwardingRule_forwardingRuleExternallbExample[Error message] [Debug log]
TestAccComputeForwardingRule_forwardingRuleGlobalInternallbExample[Error message] [Debug log]
TestAccComputeForwardingRule_forwardingRuleInternallbExample[Error message] [Debug log]
TestAccComputeForwardingRule_forwardingRuleInternallbIpv6Example[Error message] [Debug log]
TestAccComputeForwardingRule_forwardingRuleIpAddressIpv6[Error message] [Debug log]
TestAccComputeForwardingRule_forwardingRuleL3DefaultExample[Error message] [Debug log]
TestAccComputeForwardingRule_forwardingRulePscRecreate[Error message] [Debug log]
TestAccComputeForwardingRule_forwardingRuleRegionalSteeringExample[Error message] [Debug log]
TestAccComputeForwardingRule_forwardingRuleRegionalSteeringExampleUpdate[Error message] [Debug log]
TestAccComputeForwardingRule_forwardingRuleVpcPscExample[Error message] [Debug log]
TestAccComputeForwardingRule_forwardingRuleVpcPscExampleUpdate[Error message] [Debug log]
TestAccComputeForwardingRule_forwardingRuleVpcPscNoAutomateDnsExample[Error message] [Debug log]
TestAccComputeForwardingRule_internalTcpUdpLbWithMigBackendExample[Error message] [Debug log]
TestAccComputeForwardingRule_internalTcpUdpLbWithMigBackendExampleUpdate[Error message] [Debug log]
TestAccComputeGlobalForwardingRule_externalHttpLbMigBackendCustomHeaderExample[Error message] [Debug log]
TestAccComputeGlobalForwardingRule_externalTcpProxyLbMigBackendExample[Error message] [Debug log]
TestAccComputeGlobalForwardingRule_globalForwardingRuleHttpExample[Error message] [Debug log]
TestAccComputeGlobalForwardingRule_globalForwardingRuleHybridExample[Error message] [Debug log]
TestAccComputeGlobalForwardingRule_ipv6[Error message] [Debug log]
TestAccComputeGlobalForwardingRule_labels[Error message] [Debug log]
TestAccComputeGlobalForwardingRule_updateTarget[Error message] [Debug log]
TestAccComputeInstanceGroup_rename[Error message] [Debug log]
TestAccComputeManagedSslCertificate_managedSslCertificateBasicExample[Error message] [Debug log]
TestAccComputePacketMirroring_computePacketMirroringFullExample[Error message] [Debug log]
TestAccComputeRegionBackendServiceIamBindingGenerated[Error message] [Debug log]
TestAccComputeRegionBackendServiceIamBindingGenerated_withCondition[Error message] [Debug log]
TestAccComputeRegionBackendServiceIamMemberGenerated[Error message] [Debug log]
TestAccComputeRegionBackendServiceIamMemberGenerated_withCondition[Error message] [Debug log]
TestAccComputeRegionBackendServiceIamPolicyGenerated[Error message] [Debug log]
TestAccComputeRegionBackendServiceIamPolicyGenerated_withCondition[Error message] [Debug log]
TestAccComputeRegionBackendService_UDPFailOverPolicyUpdate[Error message] [Debug log]
TestAccComputeRegionBackendService_basic[Error message] [Debug log]
TestAccComputeRegionBackendService_ilbBasic_withUnspecifiedProtocol[Error message] [Debug log]
TestAccComputeRegionBackendService_regionBackendServiceBasicExample[Error message] [Debug log]
TestAccComputeRegionBackendService_regionBackendServiceCacheExample[Error message] [Debug log]
TestAccComputeRegionBackendService_regionBackendServiceConnectionTrackingExample[Error message] [Debug log]
TestAccComputeRegionBackendService_regionBackendServiceExternalExample[Error message] [Debug log]
TestAccComputeRegionBackendService_regionBackendServiceExternalIapExample[Error message] [Debug log]
TestAccComputeRegionBackendService_regionBackendServiceExternalWeightedExample[Error message] [Debug log]
TestAccComputeRegionBackendService_subsettingUpdate[Error message] [Debug log]
TestAccComputeRegionBackendService_withBackendInternal[Error message] [Debug log]
TestAccComputeRegionBackendService_withBackendMultiNic[Error message] [Debug log]
TestAccComputeRegionBackendService_withConnectionDrainingAndUpdate[Error message] [Debug log]
TestAccComputeRegionNetworkEndpointGroup_regionNetworkEndpointGroupPscServiceAttachmentExample[Error message] [Debug log]
TestAccComputeRoute_routeIlbExample[Error message] [Debug log]
TestAccComputeRoute_routeIlbVipExample[Error message] [Debug log]
TestAccComputeServiceAttachment_serviceAttachmentBasicExample[Error message] [Debug log]
TestAccComputeServiceAttachment_serviceAttachmentBasicExampleUpdate[Error message] [Debug log]
TestAccComputeServiceAttachment_serviceAttachmentConnectedEndpointsOutput[Error message] [Debug log]
TestAccComputeServiceAttachment_serviceAttachmentExplicitNetworksExample[Error message] [Debug log]
TestAccComputeServiceAttachment_serviceAttachmentExplicitProjectsExample[Error message] [Debug log]
TestAccComputeServiceAttachment_serviceAttachmentReconcileConnectionsExample[Error message] [Debug log]
TestAccComputeTargetHttpProxy_targetHttpProxyBasicExample[Error message] [Debug log]
TestAccComputeTargetHttpProxy_update[Error message] [Debug log]
TestAccComputeTargetHttpsProxyServerTlsPolicy_update[Error message] [Debug log]
TestAccComputeTargetHttpsProxy_certificateMap[Error message] [Debug log]
TestAccComputeTargetHttpsProxy_targetHttpsProxyBasicExample[Error message] [Debug log]
TestAccComputeTargetHttpsProxy_targetHttpsProxyMtlsExample[Error message] [Debug log]
TestAccComputeTargetHttpsProxy_update[Error message] [Debug log]
TestAccComputeTargetSslProxy_targetSslProxyBasicExample[Error message] [Debug log]
TestAccComputeTargetSslProxy_update[Error message] [Debug log]
TestAccComputeTargetTcpProxy_targetTcpProxyBasicExample[Error message] [Debug log]
TestAccComputeTargetTcpProxy_update[Error message] [Debug log]
TestAccComputeUrlMap_advanced[Error message] [Debug log]
TestAccComputeUrlMap_defaultRouteActionPathUrlRewrite[Error message] [Debug log]
TestAccComputeUrlMap_defaultRouteActionUrlRewrite[Error message] [Debug log]
TestAccComputeUrlMap_noPathRulesWithUpdate[Error message] [Debug log]
TestAccComputeUrlMap_update_path_matcher[Error message] [Debug log]
TestAccComputeUrlMap_urlMapBucketAndServiceExample[Error message] [Debug log]
TestAccComputeUrlMap_urlMapHeaderBasedRoutingExample[Error message] [Debug log]
TestAccComputeUrlMap_urlMapParameterBasedRoutingExample[Error message] [Debug log]
TestAccDataSourceComputeBackendService_basic[Error message] [Debug log]

🔴 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 ( 2 files changed, 10 insertions(+))
google-beta provider: Diff ( 4 files changed, 68 insertions(+))
terraform-google-conversion: Diff ( 2 files changed, 20 insertions(+))

Missing test report

Your PR includes resource fields which are not covered by any test.

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

resource "google_compute_backend_service" "primary" {
  ip_address_selection_policy = # value needed
}

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

resource "google_compute_region_backend_service" "primary" {
  ip_address_selection_policy = # value needed
}

1 similar comment
@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 ( 2 files changed, 10 insertions(+))
google-beta provider: Diff ( 4 files changed, 68 insertions(+))
terraform-google-conversion: Diff ( 2 files changed, 20 insertions(+))

Missing test report

Your PR includes resource fields which are not covered by any test.

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

resource "google_compute_backend_service" "primary" {
  ip_address_selection_policy = # value needed
}

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

resource "google_compute_region_backend_service" "primary" {
  ip_address_selection_policy = # value needed
}

@modular-magician
Copy link
Collaborator

Tests analytics

Total tests: 1028
Passed tests: 843
Skipped tests: 74
Affected tests: 111

Click here to see the affected service packages
  • compute

Action taken

Found 111 affected test(s) by replaying old test recordings. Starting RECORDING based on the most recent commit. Click here to see the affected tests
  • TestAccComputeBackendServiceIamBindingGenerated
  • TestAccComputeBackendServiceIamBindingGenerated_withCondition
  • TestAccComputeBackendServiceIamMemberGenerated
  • TestAccComputeBackendServiceIamMemberGenerated_withCondition
  • TestAccComputeBackendServiceIamPolicyGenerated
  • TestAccComputeBackendServiceIamPolicyGenerated_withCondition
  • TestAccComputeBackendServiceSignedUrlKey_basic
  • TestAccComputeBackendService_backendServiceBasicExample
  • TestAccComputeBackendService_backendServiceCacheBypassCacheOnRequestHeadersExample
  • TestAccComputeBackendService_backendServiceCacheExample
  • TestAccComputeBackendService_backendServiceCacheIncludeHttpHeadersExample
  • TestAccComputeBackendService_backendServiceCacheIncludeNamedCookiesExample
  • TestAccComputeBackendService_backendServiceCacheSimpleExample
  • TestAccComputeBackendService_backendServiceExternalIapExample
  • TestAccComputeBackendService_backendServiceNetworkEndpointExample
  • TestAccComputeBackendService_basic
  • TestAccComputeBackendService_regionNegBackend
  • TestAccComputeBackendService_updateIAPEnabled
  • TestAccComputeBackendService_updatePreservesOptionalParameters
  • TestAccComputeBackendService_withAffinityCookieTtlSec
  • TestAccComputeBackendService_withBackend
  • TestAccComputeBackendService_withBackendAndIAP
  • TestAccComputeBackendService_withBackendAndMaxUtilization
  • TestAccComputeBackendService_withCDNEnabled
  • TestAccComputeBackendService_withCdnPolicy
  • TestAccComputeBackendService_withCompressionMode
  • TestAccComputeBackendService_withConnectionDraining
  • TestAccComputeBackendService_withConnectionDrainingAndUpdate
  • TestAccComputeBackendService_withCustomHeaders
  • TestAccComputeBackendService_withHttpsHealthCheck
  • TestAccComputeBackendService_withLogConfig
  • TestAccComputeBackendService_withMaxConnections
  • TestAccComputeBackendService_withMaxConnectionsPerEndpoint
  • TestAccComputeBackendService_withMaxConnectionsPerInstance
  • TestAccComputeBackendService_withMaxRatePerEndpoint
  • TestAccComputeBackendService_withPrivateOriginAuth
  • TestAccComputeBackendService_withSecurityPolicy
  • TestAccComputeBackendService_withSessionAffinity
  • TestAccComputeForwardingRule_forwardingRuleExternallbExample
  • TestAccComputeForwardingRule_forwardingRuleGlobalInternallbExample
  • TestAccComputeForwardingRule_forwardingRuleInternallbExample
  • TestAccComputeForwardingRule_forwardingRuleInternallbIpv6Example
  • TestAccComputeForwardingRule_forwardingRuleIpAddressIpv6
  • TestAccComputeForwardingRule_forwardingRuleL3DefaultExample
  • TestAccComputeForwardingRule_forwardingRulePscRecreate
  • TestAccComputeForwardingRule_forwardingRuleRegionalSteeringExample
  • TestAccComputeForwardingRule_forwardingRuleRegionalSteeringExampleUpdate
  • TestAccComputeForwardingRule_forwardingRuleVpcPscExample
  • TestAccComputeForwardingRule_forwardingRuleVpcPscExampleUpdate
  • TestAccComputeForwardingRule_forwardingRuleVpcPscNoAutomateDnsExample
  • TestAccComputeForwardingRule_internalTcpUdpLbWithMigBackendExample
  • TestAccComputeForwardingRule_internalTcpUdpLbWithMigBackendExampleUpdate
  • TestAccComputeGlobalForwardingRule_externalHttpLbMigBackendCustomHeaderExample
  • TestAccComputeGlobalForwardingRule_externalTcpProxyLbMigBackendExample
  • TestAccComputeGlobalForwardingRule_globalForwardingRuleHttpExample
  • TestAccComputeGlobalForwardingRule_globalForwardingRuleHybridExample
  • TestAccComputeGlobalForwardingRule_ipv6
  • TestAccComputeGlobalForwardingRule_labels
  • TestAccComputeGlobalForwardingRule_updateTarget
  • TestAccComputeInstanceGroup_rename
  • TestAccComputeManagedSslCertificate_managedSslCertificateBasicExample
  • TestAccComputePacketMirroring_computePacketMirroringFullExample
  • TestAccComputeRegionBackendServiceIamBindingGenerated
  • TestAccComputeRegionBackendServiceIamBindingGenerated_withCondition
  • TestAccComputeRegionBackendServiceIamMemberGenerated
  • TestAccComputeRegionBackendServiceIamMemberGenerated_withCondition
  • TestAccComputeRegionBackendServiceIamPolicyGenerated
  • TestAccComputeRegionBackendServiceIamPolicyGenerated_withCondition
  • TestAccComputeRegionBackendService_UDPFailOverPolicyUpdate
  • TestAccComputeRegionBackendService_basic
  • TestAccComputeRegionBackendService_ilbBasic_withUnspecifiedProtocol
  • TestAccComputeRegionBackendService_regionBackendServiceBasicExample
  • TestAccComputeRegionBackendService_regionBackendServiceCacheExample
  • TestAccComputeRegionBackendService_regionBackendServiceConnectionTrackingExample
  • TestAccComputeRegionBackendService_regionBackendServiceExternalExample
  • TestAccComputeRegionBackendService_regionBackendServiceExternalIapExample
  • TestAccComputeRegionBackendService_regionBackendServiceExternalWeightedExample
  • TestAccComputeRegionBackendService_subsettingUpdate
  • TestAccComputeRegionBackendService_updateIAPEnabled
  • TestAccComputeRegionBackendService_withBackendInternal
  • TestAccComputeRegionBackendService_withBackendMultiNic
  • TestAccComputeRegionBackendService_withConnectionDrainingAndUpdate
  • TestAccComputeRegionNetworkEndpointGroup_regionNetworkEndpointGroupPscServiceAttachmentExample
  • TestAccComputeRoute_routeIlbExample
  • TestAccComputeRoute_routeIlbVipExample
  • TestAccComputeServiceAttachment_serviceAttachmentBasicExample
  • TestAccComputeServiceAttachment_serviceAttachmentBasicExampleUpdate
  • TestAccComputeServiceAttachment_serviceAttachmentConnectedEndpointsOutput
  • TestAccComputeServiceAttachment_serviceAttachmentExplicitNetworksExample
  • TestAccComputeServiceAttachment_serviceAttachmentExplicitProjectsExample
  • TestAccComputeServiceAttachment_serviceAttachmentReconcileConnectionsExample
  • TestAccComputeTargetHttpProxy_targetHttpProxyBasicExample
  • TestAccComputeTargetHttpProxy_update
  • TestAccComputeTargetHttpsProxyServerTlsPolicy_update
  • TestAccComputeTargetHttpsProxy_certificateMap
  • TestAccComputeTargetHttpsProxy_targetHttpsProxyBasicExample
  • TestAccComputeTargetHttpsProxy_targetHttpsProxyMtlsExample
  • TestAccComputeTargetHttpsProxy_update
  • TestAccComputeTargetSslProxy_targetSslProxyBasicExample
  • TestAccComputeTargetSslProxy_update
  • TestAccComputeTargetTcpProxy_targetTcpProxyBasicExample
  • TestAccComputeTargetTcpProxy_update
  • TestAccComputeUrlMap_advanced
  • TestAccComputeUrlMap_defaultRouteActionPathUrlRewrite
  • TestAccComputeUrlMap_defaultRouteActionUrlRewrite
  • TestAccComputeUrlMap_noPathRulesWithUpdate
  • TestAccComputeUrlMap_update_path_matcher
  • TestAccComputeUrlMap_urlMapBucketAndServiceExample
  • TestAccComputeUrlMap_urlMapHeaderBasedRoutingExample
  • TestAccComputeUrlMap_urlMapParameterBasedRoutingExample
  • TestAccDataSourceComputeBackendService_basic

Get to know how VCR tests work

@modular-magician
Copy link
Collaborator

🟢 Tests passed during RECORDING mode:
TestAccComputeRegionBackendService_updateIAPEnabled[Debug log]
TestAccComputeRegionPerInstanceConfig_removeInstanceOnDestroy[Debug log]

🟢 No issues found for passed tests after REPLAYING rerun.


🔴 Tests failed during RECORDING mode:
TestAccComputeBackendServiceIamBindingGenerated[Error message] [Debug log]
TestAccComputeBackendServiceIamBindingGenerated_withCondition[Error message] [Debug log]
TestAccComputeBackendServiceIamMemberGenerated[Error message] [Debug log]
TestAccComputeBackendServiceIamMemberGenerated_withCondition[Error message] [Debug log]
TestAccComputeBackendServiceIamPolicyGenerated[Error message] [Debug log]
TestAccComputeBackendServiceIamPolicyGenerated_withCondition[Error message] [Debug log]
TestAccComputeBackendServiceSignedUrlKey_basic[Error message] [Debug log]
TestAccComputeBackendService_backendServiceBasicExample[Error message] [Debug log]
TestAccComputeBackendService_backendServiceCacheBypassCacheOnRequestHeadersExample[Error message] [Debug log]
TestAccComputeBackendService_backendServiceCacheExample[Error message] [Debug log]
TestAccComputeBackendService_backendServiceCacheIncludeHttpHeadersExample[Error message] [Debug log]
TestAccComputeBackendService_backendServiceCacheIncludeNamedCookiesExample[Error message] [Debug log]
TestAccComputeBackendService_backendServiceCacheSimpleExample[Error message] [Debug log]
TestAccComputeBackendService_backendServiceExternalIapExample[Error message] [Debug log]
TestAccComputeBackendService_backendServiceNetworkEndpointExample[Error message] [Debug log]
TestAccComputeBackendService_basic[Error message] [Debug log]
TestAccComputeBackendService_regionNegBackend[Error message] [Debug log]
TestAccComputeBackendService_updateIAPEnabled[Error message] [Debug log]
TestAccComputeBackendService_updatePreservesOptionalParameters[Error message] [Debug log]
TestAccComputeBackendService_withAffinityCookieTtlSec[Error message] [Debug log]
TestAccComputeBackendService_withBackend[Error message] [Debug log]
TestAccComputeBackendService_withBackendAndIAP[Error message] [Debug log]
TestAccComputeBackendService_withBackendAndMaxUtilization[Error message] [Debug log]
TestAccComputeBackendService_withCDNEnabled[Error message] [Debug log]
TestAccComputeBackendService_withCdnPolicy[Error message] [Debug log]
TestAccComputeBackendService_withCompressionMode[Error message] [Debug log]
TestAccComputeBackendService_withConnectionDraining[Error message] [Debug log]
TestAccComputeBackendService_withConnectionDrainingAndUpdate[Error message] [Debug log]
TestAccComputeBackendService_withCustomHeaders[Error message] [Debug log]
TestAccComputeBackendService_withHttpsHealthCheck[Error message] [Debug log]
TestAccComputeBackendService_withLogConfig[Error message] [Debug log]
TestAccComputeBackendService_withMaxConnections[Error message] [Debug log]
TestAccComputeBackendService_withMaxConnectionsPerEndpoint[Error message] [Debug log]
TestAccComputeBackendService_withMaxConnectionsPerInstance[Error message] [Debug log]
TestAccComputeBackendService_withMaxRatePerEndpoint[Error message] [Debug log]
TestAccComputeBackendService_withPrivateOriginAuth[Error message] [Debug log]
TestAccComputeBackendService_withSecurityPolicy[Error message] [Debug log]
TestAccComputeBackendService_withSessionAffinity[Error message] [Debug log]
TestAccComputeForwardingRule_forwardingRuleExternallbExample[Error message] [Debug log]
TestAccComputeForwardingRule_forwardingRuleGlobalInternallbExample[Error message] [Debug log]
TestAccComputeForwardingRule_forwardingRuleInternallbExample[Error message] [Debug log]
TestAccComputeForwardingRule_forwardingRuleInternallbIpv6Example[Error message] [Debug log]
TestAccComputeForwardingRule_forwardingRuleIpAddressIpv6[Error message] [Debug log]
TestAccComputeForwardingRule_forwardingRuleL3DefaultExample[Error message] [Debug log]
TestAccComputeForwardingRule_forwardingRulePscRecreate[Error message] [Debug log]
TestAccComputeForwardingRule_forwardingRuleRegionalSteeringExample[Error message] [Debug log]
TestAccComputeForwardingRule_forwardingRuleRegionalSteeringExampleUpdate[Error message] [Debug log]
TestAccComputeForwardingRule_forwardingRuleVpcPscExample[Error message] [Debug log]
TestAccComputeForwardingRule_forwardingRuleVpcPscExampleUpdate[Error message] [Debug log]
TestAccComputeForwardingRule_forwardingRuleVpcPscNoAutomateDnsExample[Error message] [Debug log]
TestAccComputeForwardingRule_internalTcpUdpLbWithMigBackendExample[Error message] [Debug log]
TestAccComputeForwardingRule_internalTcpUdpLbWithMigBackendExampleUpdate[Error message] [Debug log]
TestAccComputeGlobalForwardingRule_externalHttpLbMigBackendCustomHeaderExample[Error message] [Debug log]
TestAccComputeGlobalForwardingRule_externalTcpProxyLbMigBackendExample[Error message] [Debug log]
TestAccComputeGlobalForwardingRule_globalForwardingRuleHttpExample[Error message] [Debug log]
TestAccComputeGlobalForwardingRule_globalForwardingRuleHybridExample[Error message] [Debug log]
TestAccComputeGlobalForwardingRule_ipv6[Error message] [Debug log]
TestAccComputeGlobalForwardingRule_labels[Error message] [Debug log]
TestAccComputeGlobalForwardingRule_updateTarget[Error message] [Debug log]
TestAccComputeInstanceGroup_rename[Error message] [Debug log]
TestAccComputeManagedSslCertificate_managedSslCertificateBasicExample[Error message] [Debug log]
TestAccComputePacketMirroring_computePacketMirroringFullExample[Error message] [Debug log]
TestAccComputeRegionBackendServiceIamBindingGenerated[Error message] [Debug log]
TestAccComputeRegionBackendServiceIamBindingGenerated_withCondition[Error message] [Debug log]
TestAccComputeRegionBackendServiceIamMemberGenerated[Error message] [Debug log]
TestAccComputeRegionBackendServiceIamMemberGenerated_withCondition[Error message] [Debug log]
TestAccComputeRegionBackendServiceIamPolicyGenerated[Error message] [Debug log]
TestAccComputeRegionBackendServiceIamPolicyGenerated_withCondition[Error message] [Debug log]
TestAccComputeRegionBackendService_UDPFailOverPolicyUpdate[Error message] [Debug log]
TestAccComputeRegionBackendService_basic[Error message] [Debug log]
TestAccComputeRegionBackendService_ilbBasic_withUnspecifiedProtocol[Error message] [Debug log]
TestAccComputeRegionBackendService_regionBackendServiceBasicExample[Error message] [Debug log]
TestAccComputeRegionBackendService_regionBackendServiceCacheExample[Error message] [Debug log]
TestAccComputeRegionBackendService_regionBackendServiceConnectionTrackingExample[Error message] [Debug log]
TestAccComputeRegionBackendService_regionBackendServiceExternalExample[Error message] [Debug log]
TestAccComputeRegionBackendService_regionBackendServiceExternalIapExample[Error message] [Debug log]
TestAccComputeRegionBackendService_regionBackendServiceExternalWeightedExample[Error message] [Debug log]
TestAccComputeRegionBackendService_subsettingUpdate[Error message] [Debug log]
TestAccComputeRegionBackendService_withBackendInternal[Error message] [Debug log]
TestAccComputeRegionBackendService_withBackendMultiNic[Error message] [Debug log]
TestAccComputeRegionBackendService_withConnectionDrainingAndUpdate[Error message] [Debug log]
TestAccComputeRegionNetworkEndpointGroup_regionNetworkEndpointGroupPscServiceAttachmentExample[Error message] [Debug log]
TestAccComputeRoute_routeIlbExample[Error message] [Debug log]
TestAccComputeRoute_routeIlbVipExample[Error message] [Debug log]
TestAccComputeServiceAttachment_serviceAttachmentBasicExample[Error message] [Debug log]
TestAccComputeServiceAttachment_serviceAttachmentBasicExampleUpdate[Error message] [Debug log]
TestAccComputeServiceAttachment_serviceAttachmentConnectedEndpointsOutput[Error message] [Debug log]
TestAccComputeServiceAttachment_serviceAttachmentExplicitNetworksExample[Error message] [Debug log]
TestAccComputeServiceAttachment_serviceAttachmentExplicitProjectsExample[Error message] [Debug log]
TestAccComputeServiceAttachment_serviceAttachmentReconcileConnectionsExample[Error message] [Debug log]
TestAccComputeTargetHttpProxy_targetHttpProxyBasicExample[Error message] [Debug log]
TestAccComputeTargetHttpProxy_update[Error message] [Debug log]
TestAccComputeTargetHttpsProxyServerTlsPolicy_update[Error message] [Debug log]
TestAccComputeTargetHttpsProxy_certificateMap[Error message] [Debug log]
TestAccComputeTargetHttpsProxy_targetHttpsProxyBasicExample[Error message] [Debug log]
TestAccComputeTargetHttpsProxy_targetHttpsProxyMtlsExample[Error message] [Debug log]
TestAccComputeTargetHttpsProxy_update[Error message] [Debug log]
TestAccComputeTargetSslProxy_targetSslProxyBasicExample[Error message] [Debug log]
TestAccComputeTargetSslProxy_update[Error message] [Debug log]
TestAccComputeTargetTcpProxy_targetTcpProxyBasicExample[Error message] [Debug log]
TestAccComputeTargetTcpProxy_update[Error message] [Debug log]
TestAccComputeUrlMap_advanced[Error message] [Debug log]
TestAccComputeUrlMap_defaultRouteActionPathUrlRewrite[Error message] [Debug log]
TestAccComputeUrlMap_defaultRouteActionUrlRewrite[Error message] [Debug log]
TestAccComputeUrlMap_noPathRulesWithUpdate[Error message] [Debug log]
TestAccComputeUrlMap_update_path_matcher[Error message] [Debug log]
TestAccComputeUrlMap_urlMapBucketAndServiceExample[Error message] [Debug log]
TestAccComputeUrlMap_urlMapHeaderBasedRoutingExample[Error message] [Debug log]
TestAccComputeUrlMap_urlMapParameterBasedRoutingExample[Error message] [Debug log]
TestAccDataSourceComputeBackendService_basic[Error message] [Debug log]

🔴 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

Tests analytics

Total tests: 1028
Passed tests: 887
Skipped tests: 74
Affected tests: 67

Click here to see the affected service packages
  • compute

Action taken

Found 67 affected test(s) by replaying old test recordings. Starting RECORDING based on the most recent commit. Click here to see the affected tests
  • TestAccComputeBackendService_backendServiceExternalManagedExample
  • TestAccComputeBackendService_backendServiceStatefulSessionAffinityExample
  • TestAccComputeBackendService_backendServiceTrafficDirectorRingHashExample
  • TestAccComputeBackendService_backendServiceTrafficDirectorRoundRobinExample
  • TestAccComputeBackendService_trafficDirectorUpdateBasic
  • TestAccComputeBackendService_trafficDirectorUpdateFull
  • TestAccComputeBackendService_trafficDirectorUpdateLbPolicies
  • TestAccComputeBackendService_withClientTlsPolicy
  • TestAccComputeForwardingRule_forwardingRuleHttpLbExample
  • TestAccComputeForwardingRule_forwardingRuleRegionalHttpXlbExample
  • TestAccComputeForwardingRule_internalHttpLbWithMigBackendExample
  • TestAccComputeGlobalForwardingRule_globalForwardingRuleExternalManagedExample
  • TestAccComputeGlobalForwardingRule_globalForwardingRuleInternalExample
  • TestAccComputeGlobalForwardingRule_globalInternalHttpLbWithMigBackendExample
  • TestAccComputeGlobalForwardingRule_internalLoadBalancing
  • TestAccComputeRegionBackendService_ilbUpdateBasic
  • TestAccComputeRegionBackendService_ilbUpdateFull
  • TestAccComputeRegionBackendService_regionBackendServiceBalancingModeExample
  • TestAccComputeRegionBackendService_regionBackendServiceIlbRingHashExample
  • TestAccComputeRegionBackendService_regionBackendServiceIlbRoundRobinExample
  • TestAccComputeRegionBackendService_regionBackendServiceIlbStatefulSessionAffinityExample
  • TestAccComputeRegionBackendService_withBackendAndIAP
  • TestAccComputeRegionBackendService_withBackendInternalManaged
  • TestAccComputeRegionBackendService_withSecurityPolicy
  • TestAccComputeRegionPerInstanceConfig_removeInstanceOnDestroy
  • TestAccComputeRegionTargetHttpProxy_regionTargetHttpProxyBasicExample
  • TestAccComputeRegionTargetHttpProxy_regionTargetHttpProxyHttpKeepAliveTimeoutExample
  • TestAccComputeRegionTargetHttpProxy_update
  • TestAccComputeRegionTargetHttpsProxy_addServerTlsPolicy_withForwardingRule
  • TestAccComputeRegionTargetHttpsProxy_addSslPolicy_withForwardingRule
  • TestAccComputeRegionTargetHttpsProxy_regionTargetHttpsProxyBasicExample
  • TestAccComputeRegionTargetHttpsProxy_regionTargetHttpsProxyCertificateManagerCertificateExample
  • TestAccComputeRegionTargetHttpsProxy_regionTargetHttpsProxyHttpKeepAliveTimeoutExample
  • TestAccComputeRegionTargetHttpsProxy_regionTargetHttpsProxyMtlsExample
  • TestAccComputeRegionTargetHttpsProxy_update
  • TestAccComputeRegionTargetTcpProxy_regionTargetTcpProxyBasicExample
  • TestAccComputeRegionTargetTcpProxy_update
  • TestAccComputeRegionUrlMap_advanced
  • TestAccComputeRegionUrlMap_defaultRouteAction_full_update
  • TestAccComputeRegionUrlMap_ilbPathUpdate
  • TestAccComputeRegionUrlMap_ilbRouteUpdate
  • TestAccComputeRegionUrlMap_noPathRulesWithUpdate
  • TestAccComputeRegionUrlMap_regionUrlMapBasicExample
  • TestAccComputeRegionUrlMap_regionUrlMapDefaultRouteActionExample
  • TestAccComputeRegionUrlMap_regionUrlMapL7IlbPathExample
  • TestAccComputeRegionUrlMap_regionUrlMapL7IlbPathPartialExample
  • TestAccComputeRegionUrlMap_regionUrlMapL7IlbRouteExample
  • TestAccComputeRegionUrlMap_regionUrlMapL7IlbRoutePartialExample
  • TestAccComputeRegionUrlMap_regionUrlMapPathTemplateMatchExample
  • TestAccComputeRegionUrlMap_update_path_matcher
  • TestAccComputeTargetGrpcProxy_targetGrpcProxyBasicExample
  • TestAccComputeTargetGrpcProxy_update
  • TestAccComputeTargetHttpProxy_targetHttpProxyHttpKeepAliveTimeoutExample
  • TestAccComputeTargetHttpsProxy_targetHttpsProxyCertificateManagerCertificateExample
  • TestAccComputeTargetHttpsProxy_targetHttpsProxyHttpKeepAliveTimeoutExample
  • TestAccComputeUrlMap_defaultRouteActionTrafficDirectorPathUpdate
  • TestAccComputeUrlMap_defaultRouteActionTrafficDirectorUpdate
  • TestAccComputeUrlMap_trafficDirectorPathUpdate
  • TestAccComputeUrlMap_trafficDirectorRemoveRouteRule
  • TestAccComputeUrlMap_trafficDirectorUpdate
  • TestAccComputeUrlMap_urlMapCustomErrorResponsePolicyExample
  • TestAccComputeUrlMap_urlMapCustomErrorResponsePolicyUpdate
  • TestAccComputeUrlMap_urlMapPathTemplateMatchExample
  • TestAccComputeUrlMap_urlMapTrafficDirectorPathExample
  • TestAccComputeUrlMap_urlMapTrafficDirectorPathPartialExample
  • TestAccComputeUrlMap_urlMapTrafficDirectorRouteExample
  • TestAccComputeUrlMap_urlMapTrafficDirectorRoutePartialExample

Get to know how VCR tests work

@modular-magician
Copy link
Collaborator

Tests analytics

Total tests: 1028
Passed tests: 887
Skipped tests: 74
Affected tests: 67

Click here to see the affected service packages
  • compute

Action taken

Found 67 affected test(s) by replaying old test recordings. Starting RECORDING based on the most recent commit. Click here to see the affected tests
  • TestAccComputeBackendService_backendServiceExternalManagedExample
  • TestAccComputeBackendService_backendServiceStatefulSessionAffinityExample
  • TestAccComputeBackendService_backendServiceTrafficDirectorRingHashExample
  • TestAccComputeBackendService_backendServiceTrafficDirectorRoundRobinExample
  • TestAccComputeBackendService_trafficDirectorUpdateBasic
  • TestAccComputeBackendService_trafficDirectorUpdateFull
  • TestAccComputeBackendService_trafficDirectorUpdateLbPolicies
  • TestAccComputeBackendService_withClientTlsPolicy
  • TestAccComputeForwardingRule_forwardingRuleHttpLbExample
  • TestAccComputeForwardingRule_forwardingRuleRegionalHttpXlbExample
  • TestAccComputeForwardingRule_internalHttpLbWithMigBackendExample
  • TestAccComputeGlobalForwardingRule_globalForwardingRuleExternalManagedExample
  • TestAccComputeGlobalForwardingRule_globalForwardingRuleInternalExample
  • TestAccComputeGlobalForwardingRule_globalInternalHttpLbWithMigBackendExample
  • TestAccComputeGlobalForwardingRule_internalLoadBalancing
  • TestAccComputeRegionBackendService_ilbUpdateBasic
  • TestAccComputeRegionBackendService_ilbUpdateFull
  • TestAccComputeRegionBackendService_regionBackendServiceBalancingModeExample
  • TestAccComputeRegionBackendService_regionBackendServiceIlbRingHashExample
  • TestAccComputeRegionBackendService_regionBackendServiceIlbRoundRobinExample
  • TestAccComputeRegionBackendService_regionBackendServiceIlbStatefulSessionAffinityExample
  • TestAccComputeRegionBackendService_updateIAPEnabled
  • TestAccComputeRegionBackendService_withBackendAndIAP
  • TestAccComputeRegionBackendService_withBackendInternalManaged
  • TestAccComputeRegionBackendService_withSecurityPolicy
  • TestAccComputeRegionTargetHttpProxy_regionTargetHttpProxyBasicExample
  • TestAccComputeRegionTargetHttpProxy_regionTargetHttpProxyHttpKeepAliveTimeoutExample
  • TestAccComputeRegionTargetHttpProxy_update
  • TestAccComputeRegionTargetHttpsProxy_addServerTlsPolicy_withForwardingRule
  • TestAccComputeRegionTargetHttpsProxy_addSslPolicy_withForwardingRule
  • TestAccComputeRegionTargetHttpsProxy_regionTargetHttpsProxyBasicExample
  • TestAccComputeRegionTargetHttpsProxy_regionTargetHttpsProxyCertificateManagerCertificateExample
  • TestAccComputeRegionTargetHttpsProxy_regionTargetHttpsProxyHttpKeepAliveTimeoutExample
  • TestAccComputeRegionTargetHttpsProxy_regionTargetHttpsProxyMtlsExample
  • TestAccComputeRegionTargetHttpsProxy_update
  • TestAccComputeRegionTargetTcpProxy_regionTargetTcpProxyBasicExample
  • TestAccComputeRegionTargetTcpProxy_update
  • TestAccComputeRegionUrlMap_advanced
  • TestAccComputeRegionUrlMap_defaultRouteAction_full_update
  • TestAccComputeRegionUrlMap_ilbPathUpdate
  • TestAccComputeRegionUrlMap_ilbRouteUpdate
  • TestAccComputeRegionUrlMap_noPathRulesWithUpdate
  • TestAccComputeRegionUrlMap_regionUrlMapBasicExample
  • TestAccComputeRegionUrlMap_regionUrlMapDefaultRouteActionExample
  • TestAccComputeRegionUrlMap_regionUrlMapL7IlbPathExample
  • TestAccComputeRegionUrlMap_regionUrlMapL7IlbPathPartialExample
  • TestAccComputeRegionUrlMap_regionUrlMapL7IlbRouteExample
  • TestAccComputeRegionUrlMap_regionUrlMapL7IlbRoutePartialExample
  • TestAccComputeRegionUrlMap_regionUrlMapPathTemplateMatchExample
  • TestAccComputeRegionUrlMap_update_path_matcher
  • TestAccComputeTargetGrpcProxy_targetGrpcProxyBasicExample
  • TestAccComputeTargetGrpcProxy_update
  • TestAccComputeTargetHttpProxy_targetHttpProxyHttpKeepAliveTimeoutExample
  • TestAccComputeTargetHttpsProxy_targetHttpsProxyCertificateManagerCertificateExample
  • TestAccComputeTargetHttpsProxy_targetHttpsProxyHttpKeepAliveTimeoutExample
  • TestAccComputeUrlMap_defaultRouteActionTrafficDirectorPathUpdate
  • TestAccComputeUrlMap_defaultRouteActionTrafficDirectorUpdate
  • TestAccComputeUrlMap_trafficDirectorPathUpdate
  • TestAccComputeUrlMap_trafficDirectorRemoveRouteRule
  • TestAccComputeUrlMap_trafficDirectorUpdate
  • TestAccComputeUrlMap_urlMapCustomErrorResponsePolicyExample
  • TestAccComputeUrlMap_urlMapCustomErrorResponsePolicyUpdate
  • TestAccComputeUrlMap_urlMapPathTemplateMatchExample
  • TestAccComputeUrlMap_urlMapTrafficDirectorPathExample
  • TestAccComputeUrlMap_urlMapTrafficDirectorPathPartialExample
  • TestAccComputeUrlMap_urlMapTrafficDirectorRouteExample
  • TestAccComputeUrlMap_urlMapTrafficDirectorRoutePartialExample

Get to know how VCR tests work

1 similar comment
@modular-magician
Copy link
Collaborator

Tests analytics

Total tests: 1028
Passed tests: 887
Skipped tests: 74
Affected tests: 67

Click here to see the affected service packages
  • compute

Action taken

Found 67 affected test(s) by replaying old test recordings. Starting RECORDING based on the most recent commit. Click here to see the affected tests
  • TestAccComputeBackendService_backendServiceExternalManagedExample
  • TestAccComputeBackendService_backendServiceStatefulSessionAffinityExample
  • TestAccComputeBackendService_backendServiceTrafficDirectorRingHashExample
  • TestAccComputeBackendService_backendServiceTrafficDirectorRoundRobinExample
  • TestAccComputeBackendService_trafficDirectorUpdateBasic
  • TestAccComputeBackendService_trafficDirectorUpdateFull
  • TestAccComputeBackendService_trafficDirectorUpdateLbPolicies
  • TestAccComputeBackendService_withClientTlsPolicy
  • TestAccComputeForwardingRule_forwardingRuleHttpLbExample
  • TestAccComputeForwardingRule_forwardingRuleRegionalHttpXlbExample
  • TestAccComputeForwardingRule_internalHttpLbWithMigBackendExample
  • TestAccComputeGlobalForwardingRule_globalForwardingRuleExternalManagedExample
  • TestAccComputeGlobalForwardingRule_globalForwardingRuleInternalExample
  • TestAccComputeGlobalForwardingRule_globalInternalHttpLbWithMigBackendExample
  • TestAccComputeGlobalForwardingRule_internalLoadBalancing
  • TestAccComputeRegionBackendService_ilbUpdateBasic
  • TestAccComputeRegionBackendService_ilbUpdateFull
  • TestAccComputeRegionBackendService_regionBackendServiceBalancingModeExample
  • TestAccComputeRegionBackendService_regionBackendServiceIlbRingHashExample
  • TestAccComputeRegionBackendService_regionBackendServiceIlbRoundRobinExample
  • TestAccComputeRegionBackendService_regionBackendServiceIlbStatefulSessionAffinityExample
  • TestAccComputeRegionBackendService_updateIAPEnabled
  • TestAccComputeRegionBackendService_withBackendAndIAP
  • TestAccComputeRegionBackendService_withBackendInternalManaged
  • TestAccComputeRegionBackendService_withSecurityPolicy
  • TestAccComputeRegionTargetHttpProxy_regionTargetHttpProxyBasicExample
  • TestAccComputeRegionTargetHttpProxy_regionTargetHttpProxyHttpKeepAliveTimeoutExample
  • TestAccComputeRegionTargetHttpProxy_update
  • TestAccComputeRegionTargetHttpsProxy_addServerTlsPolicy_withForwardingRule
  • TestAccComputeRegionTargetHttpsProxy_addSslPolicy_withForwardingRule
  • TestAccComputeRegionTargetHttpsProxy_regionTargetHttpsProxyBasicExample
  • TestAccComputeRegionTargetHttpsProxy_regionTargetHttpsProxyCertificateManagerCertificateExample
  • TestAccComputeRegionTargetHttpsProxy_regionTargetHttpsProxyHttpKeepAliveTimeoutExample
  • TestAccComputeRegionTargetHttpsProxy_regionTargetHttpsProxyMtlsExample
  • TestAccComputeRegionTargetHttpsProxy_update
  • TestAccComputeRegionTargetTcpProxy_regionTargetTcpProxyBasicExample
  • TestAccComputeRegionTargetTcpProxy_update
  • TestAccComputeRegionUrlMap_advanced
  • TestAccComputeRegionUrlMap_defaultRouteAction_full_update
  • TestAccComputeRegionUrlMap_ilbPathUpdate
  • TestAccComputeRegionUrlMap_ilbRouteUpdate
  • TestAccComputeRegionUrlMap_noPathRulesWithUpdate
  • TestAccComputeRegionUrlMap_regionUrlMapBasicExample
  • TestAccComputeRegionUrlMap_regionUrlMapDefaultRouteActionExample
  • TestAccComputeRegionUrlMap_regionUrlMapL7IlbPathExample
  • TestAccComputeRegionUrlMap_regionUrlMapL7IlbPathPartialExample
  • TestAccComputeRegionUrlMap_regionUrlMapL7IlbRouteExample
  • TestAccComputeRegionUrlMap_regionUrlMapL7IlbRoutePartialExample
  • TestAccComputeRegionUrlMap_regionUrlMapPathTemplateMatchExample
  • TestAccComputeRegionUrlMap_update_path_matcher
  • TestAccComputeTargetGrpcProxy_targetGrpcProxyBasicExample
  • TestAccComputeTargetGrpcProxy_update
  • TestAccComputeTargetHttpProxy_targetHttpProxyHttpKeepAliveTimeoutExample
  • TestAccComputeTargetHttpsProxy_targetHttpsProxyCertificateManagerCertificateExample
  • TestAccComputeTargetHttpsProxy_targetHttpsProxyHttpKeepAliveTimeoutExample
  • TestAccComputeUrlMap_defaultRouteActionTrafficDirectorPathUpdate
  • TestAccComputeUrlMap_defaultRouteActionTrafficDirectorUpdate
  • TestAccComputeUrlMap_trafficDirectorPathUpdate
  • TestAccComputeUrlMap_trafficDirectorRemoveRouteRule
  • TestAccComputeUrlMap_trafficDirectorUpdate
  • TestAccComputeUrlMap_urlMapCustomErrorResponsePolicyExample
  • TestAccComputeUrlMap_urlMapCustomErrorResponsePolicyUpdate
  • TestAccComputeUrlMap_urlMapPathTemplateMatchExample
  • TestAccComputeUrlMap_urlMapTrafficDirectorPathExample
  • TestAccComputeUrlMap_urlMapTrafficDirectorPathPartialExample
  • TestAccComputeUrlMap_urlMapTrafficDirectorRouteExample
  • TestAccComputeUrlMap_urlMapTrafficDirectorRoutePartialExample

Get to know how VCR tests work

@modular-magician
Copy link
Collaborator

🟢 Tests passed during RECORDING mode:
TestAccComputeRegionBackendService_updateIAPEnabled[Debug log]

🟢 No issues found for passed tests after REPLAYING rerun.


🔴 Tests failed during RECORDING mode:
TestAccComputeBackendServiceIamBindingGenerated[Error message] [Debug log]
TestAccComputeBackendServiceIamBindingGenerated_withCondition[Error message] [Debug log]
TestAccComputeBackendServiceIamMemberGenerated[Error message] [Debug log]
TestAccComputeBackendServiceIamMemberGenerated_withCondition[Error message] [Debug log]
TestAccComputeBackendServiceIamPolicyGenerated[Error message] [Debug log]
TestAccComputeBackendServiceIamPolicyGenerated_withCondition[Error message] [Debug log]
TestAccComputeBackendServiceSignedUrlKey_basic[Error message] [Debug log]
TestAccComputeBackendService_backendServiceBasicExample[Error message] [Debug log]
TestAccComputeBackendService_backendServiceCacheBypassCacheOnRequestHeadersExample[Error message] [Debug log]
TestAccComputeBackendService_backendServiceCacheExample[Error message] [Debug log]
TestAccComputeBackendService_backendServiceCacheIncludeHttpHeadersExample[Error message] [Debug log]
TestAccComputeBackendService_backendServiceCacheIncludeNamedCookiesExample[Error message] [Debug log]
TestAccComputeBackendService_backendServiceCacheSimpleExample[Error message] [Debug log]
TestAccComputeBackendService_backendServiceExternalIapExample[Error message] [Debug log]
TestAccComputeBackendService_backendServiceNetworkEndpointExample[Error message] [Debug log]
TestAccComputeBackendService_basic[Error message] [Debug log]
TestAccComputeBackendService_regionNegBackend[Error message] [Debug log]
TestAccComputeBackendService_updateIAPEnabled[Error message] [Debug log]
TestAccComputeBackendService_updatePreservesOptionalParameters[Error message] [Debug log]
TestAccComputeBackendService_withAffinityCookieTtlSec[Error message] [Debug log]
TestAccComputeBackendService_withBackend[Error message] [Debug log]
TestAccComputeBackendService_withBackendAndIAP[Error message] [Debug log]
TestAccComputeBackendService_withBackendAndMaxUtilization[Error message] [Debug log]
TestAccComputeBackendService_withCDNEnabled[Error message] [Debug log]
TestAccComputeBackendService_withCdnPolicy[Error message] [Debug log]
TestAccComputeBackendService_withCompressionMode[Error message] [Debug log]
TestAccComputeBackendService_withConnectionDraining[Error message] [Debug log]
TestAccComputeBackendService_withConnectionDrainingAndUpdate[Error message] [Debug log]
TestAccComputeBackendService_withCustomHeaders[Error message] [Debug log]
TestAccComputeBackendService_withHttpsHealthCheck[Error message] [Debug log]
TestAccComputeBackendService_withLogConfig[Error message] [Debug log]
TestAccComputeBackendService_withMaxConnections[Error message] [Debug log]
TestAccComputeBackendService_withMaxConnectionsPerEndpoint[Error message] [Debug log]
TestAccComputeBackendService_withMaxConnectionsPerInstance[Error message] [Debug log]
TestAccComputeBackendService_withMaxRatePerEndpoint[Error message] [Debug log]
TestAccComputeBackendService_withPrivateOriginAuth[Error message] [Debug log]
TestAccComputeBackendService_withSecurityPolicy[Error message] [Debug log]
TestAccComputeBackendService_withSessionAffinity[Error message] [Debug log]
TestAccComputeForwardingRule_forwardingRuleExternallbExample[Error message] [Debug log]
TestAccComputeForwardingRule_forwardingRuleGlobalInternallbExample[Error message] [Debug log]
TestAccComputeForwardingRule_forwardingRuleInternallbExample[Error message] [Debug log]
TestAccComputeForwardingRule_forwardingRuleInternallbIpv6Example[Error message] [Debug log]
TestAccComputeForwardingRule_forwardingRuleIpAddressIpv6[Error message] [Debug log]
TestAccComputeForwardingRule_forwardingRuleL3DefaultExample[Error message] [Debug log]
TestAccComputeForwardingRule_forwardingRulePscRecreate[Error message] [Debug log]
TestAccComputeForwardingRule_forwardingRuleRegionalSteeringExample[Error message] [Debug log]
TestAccComputeForwardingRule_forwardingRuleRegionalSteeringExampleUpdate[Error message] [Debug log]
TestAccComputeForwardingRule_forwardingRuleVpcPscExample[Error message] [Debug log]
TestAccComputeForwardingRule_forwardingRuleVpcPscExampleUpdate[Error message] [Debug log]
TestAccComputeForwardingRule_forwardingRuleVpcPscNoAutomateDnsExample[Error message] [Debug log]
TestAccComputeForwardingRule_internalTcpUdpLbWithMigBackendExample[Error message] [Debug log]
TestAccComputeForwardingRule_internalTcpUdpLbWithMigBackendExampleUpdate[Error message] [Debug log]
TestAccComputeGlobalForwardingRule_externalHttpLbMigBackendCustomHeaderExample[Error message] [Debug log]
TestAccComputeGlobalForwardingRule_externalTcpProxyLbMigBackendExample[Error message] [Debug log]
TestAccComputeGlobalForwardingRule_globalForwardingRuleHttpExample[Error message] [Debug log]
TestAccComputeGlobalForwardingRule_globalForwardingRuleHybridExample[Error message] [Debug log]
TestAccComputeGlobalForwardingRule_ipv6[Error message] [Debug log]
TestAccComputeGlobalForwardingRule_labels[Error message] [Debug log]
TestAccComputeGlobalForwardingRule_updateTarget[Error message] [Debug log]
TestAccComputeInstanceGroup_rename[Error message] [Debug log]
TestAccComputeManagedSslCertificate_managedSslCertificateBasicExample[Error message] [Debug log]
TestAccComputePacketMirroring_computePacketMirroringFullExample[Error message] [Debug log]
TestAccComputeRegionBackendServiceIamBindingGenerated[Error message] [Debug log]
TestAccComputeRegionBackendServiceIamBindingGenerated_withCondition[Error message] [Debug log]
TestAccComputeRegionBackendServiceIamMemberGenerated[Error message] [Debug log]
TestAccComputeRegionBackendServiceIamMemberGenerated_withCondition[Error message] [Debug log]
TestAccComputeRegionBackendServiceIamPolicyGenerated[Error message] [Debug log]
TestAccComputeRegionBackendServiceIamPolicyGenerated_withCondition[Error message] [Debug log]
TestAccComputeRegionBackendService_UDPFailOverPolicyUpdate[Error message] [Debug log]
TestAccComputeRegionBackendService_basic[Error message] [Debug log]
TestAccComputeRegionBackendService_ilbBasic_withUnspecifiedProtocol[Error message] [Debug log]
TestAccComputeRegionBackendService_regionBackendServiceBasicExample[Error message] [Debug log]
TestAccComputeRegionBackendService_regionBackendServiceCacheExample[Error message] [Debug log]
TestAccComputeRegionBackendService_regionBackendServiceConnectionTrackingExample[Error message] [Debug log]
TestAccComputeRegionBackendService_regionBackendServiceExternalExample[Error message] [Debug log]
TestAccComputeRegionBackendService_regionBackendServiceExternalIapExample[Error message] [Debug log]
TestAccComputeRegionBackendService_regionBackendServiceExternalWeightedExample[Error message] [Debug log]
TestAccComputeRegionBackendService_subsettingUpdate[Error message] [Debug log]
TestAccComputeRegionBackendService_withBackendInternal[Error message] [Debug log]
TestAccComputeRegionBackendService_withBackendMultiNic[Error message] [Debug log]
TestAccComputeRegionBackendService_withConnectionDrainingAndUpdate[Error message] [Debug log]
TestAccComputeRegionNetworkEndpointGroup_regionNetworkEndpointGroupPscServiceAttachmentExample[Error message] [Debug log]
TestAccComputeRoute_routeIlbExample[Error message] [Debug log]
TestAccComputeRoute_routeIlbVipExample[Error message] [Debug log]
TestAccComputeServiceAttachment_serviceAttachmentBasicExample[Error message] [Debug log]
TestAccComputeServiceAttachment_serviceAttachmentBasicExampleUpdate[Error message] [Debug log]
TestAccComputeServiceAttachment_serviceAttachmentConnectedEndpointsOutput[Error message] [Debug log]
TestAccComputeServiceAttachment_serviceAttachmentExplicitNetworksExample[Error message] [Debug log]
TestAccComputeServiceAttachment_serviceAttachmentExplicitProjectsExample[Error message] [Debug log]
TestAccComputeServiceAttachment_serviceAttachmentReconcileConnectionsExample[Error message] [Debug log]
TestAccComputeTargetHttpProxy_targetHttpProxyBasicExample[Error message] [Debug log]
TestAccComputeTargetHttpProxy_update[Error message] [Debug log]
TestAccComputeTargetHttpsProxyServerTlsPolicy_update[Error message] [Debug log]
TestAccComputeTargetHttpsProxy_certificateMap[Error message] [Debug log]
TestAccComputeTargetHttpsProxy_targetHttpsProxyBasicExample[Error message] [Debug log]
TestAccComputeTargetHttpsProxy_targetHttpsProxyMtlsExample[Error message] [Debug log]
TestAccComputeTargetHttpsProxy_update[Error message] [Debug log]
TestAccComputeTargetSslProxy_targetSslProxyBasicExample[Error message] [Debug log]
TestAccComputeTargetSslProxy_update[Error message] [Debug log]
TestAccComputeTargetTcpProxy_targetTcpProxyBasicExample[Error message] [Debug log]
TestAccComputeTargetTcpProxy_update[Error message] [Debug log]
TestAccComputeUrlMap_advanced[Error message] [Debug log]
TestAccComputeUrlMap_defaultRouteActionPathUrlRewrite[Error message] [Debug log]
TestAccComputeUrlMap_defaultRouteActionUrlRewrite[Error message] [Debug log]
TestAccComputeUrlMap_noPathRulesWithUpdate[Error message] [Debug log]
TestAccComputeUrlMap_update_path_matcher[Error message] [Debug log]
TestAccComputeUrlMap_urlMapBucketAndServiceExample[Error message] [Debug log]
TestAccComputeUrlMap_urlMapHeaderBasedRoutingExample[Error message] [Debug log]
TestAccComputeUrlMap_urlMapParameterBasedRoutingExample[Error message] [Debug log]
TestAccDataSourceComputeBackendService_basic[Error message] [Debug log]

🔴 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

🟢 Tests passed during RECORDING mode:
TestAccComputeBackendService_backendServiceExternalManagedExample[Debug log]
TestAccComputeBackendService_backendServiceStatefulSessionAffinityExample[Debug log]
TestAccComputeBackendService_backendServiceTrafficDirectorRingHashExample[Debug log]
TestAccComputeBackendService_backendServiceTrafficDirectorRoundRobinExample[Debug log]
TestAccComputeBackendService_trafficDirectorUpdateBasic[Debug log]
TestAccComputeBackendService_trafficDirectorUpdateFull[Debug log]
TestAccComputeBackendService_trafficDirectorUpdateLbPolicies[Debug log]
TestAccComputeBackendService_withClientTlsPolicy[Debug log]
TestAccComputeForwardingRule_forwardingRuleHttpLbExample[Debug log]
TestAccComputeForwardingRule_forwardingRuleRegionalHttpXlbExample[Debug log]
TestAccComputeForwardingRule_internalHttpLbWithMigBackendExample[Debug log]
TestAccComputeGlobalForwardingRule_globalForwardingRuleExternalManagedExample[Debug log]
TestAccComputeGlobalForwardingRule_globalForwardingRuleInternalExample[Debug log]
TestAccComputeGlobalForwardingRule_globalInternalHttpLbWithMigBackendExample[Debug log]
TestAccComputeGlobalForwardingRule_internalLoadBalancing[Debug log]
TestAccComputeRegionBackendService_ilbUpdateBasic[Debug log]
TestAccComputeRegionBackendService_ilbUpdateFull[Debug log]
TestAccComputeRegionBackendService_regionBackendServiceBalancingModeExample[Debug log]
TestAccComputeRegionBackendService_regionBackendServiceIlbRingHashExample[Debug log]
TestAccComputeRegionBackendService_regionBackendServiceIlbRoundRobinExample[Debug log]
TestAccComputeRegionBackendService_regionBackendServiceIlbStatefulSessionAffinityExample[Debug log]
TestAccComputeRegionBackendService_withBackendAndIAP[Debug log]
TestAccComputeRegionBackendService_withBackendInternalManaged[Debug log]
TestAccComputeRegionBackendService_withSecurityPolicy[Debug log]
TestAccComputeRegionPerInstanceConfig_removeInstanceOnDestroy[Debug log]
TestAccComputeRegionTargetHttpProxy_regionTargetHttpProxyBasicExample[Debug log]
TestAccComputeRegionTargetHttpProxy_regionTargetHttpProxyHttpKeepAliveTimeoutExample[Debug log]
TestAccComputeRegionTargetHttpProxy_update[Debug log]
TestAccComputeRegionTargetHttpsProxy_addServerTlsPolicy_withForwardingRule[Debug log]
TestAccComputeRegionTargetHttpsProxy_addSslPolicy_withForwardingRule[Debug log]
TestAccComputeRegionTargetHttpsProxy_regionTargetHttpsProxyBasicExample[Debug log]
TestAccComputeRegionTargetHttpsProxy_regionTargetHttpsProxyCertificateManagerCertificateExample[Debug log]
TestAccComputeRegionTargetHttpsProxy_regionTargetHttpsProxyHttpKeepAliveTimeoutExample[Debug log]
TestAccComputeRegionTargetHttpsProxy_regionTargetHttpsProxyMtlsExample[Debug log]
TestAccComputeRegionTargetHttpsProxy_update[Debug log]
TestAccComputeRegionTargetTcpProxy_regionTargetTcpProxyBasicExample[Debug log]
TestAccComputeRegionTargetTcpProxy_update[Debug log]
TestAccComputeRegionUrlMap_advanced[Debug log]
TestAccComputeRegionUrlMap_defaultRouteAction_full_update[Debug log]
TestAccComputeRegionUrlMap_ilbPathUpdate[Debug log]
TestAccComputeRegionUrlMap_ilbRouteUpdate[Debug log]
TestAccComputeRegionUrlMap_noPathRulesWithUpdate[Debug log]
TestAccComputeRegionUrlMap_regionUrlMapBasicExample[Debug log]
TestAccComputeRegionUrlMap_regionUrlMapDefaultRouteActionExample[Debug log]
TestAccComputeRegionUrlMap_regionUrlMapL7IlbPathExample[Debug log]
TestAccComputeRegionUrlMap_regionUrlMapL7IlbPathPartialExample[Debug log]
TestAccComputeRegionUrlMap_regionUrlMapL7IlbRouteExample[Debug log]
TestAccComputeRegionUrlMap_regionUrlMapL7IlbRoutePartialExample[Debug log]
TestAccComputeRegionUrlMap_regionUrlMapPathTemplateMatchExample[Debug log]
TestAccComputeRegionUrlMap_update_path_matcher[Debug log]
TestAccComputeTargetGrpcProxy_targetGrpcProxyBasicExample[Debug log]
TestAccComputeTargetGrpcProxy_update[Debug log]
TestAccComputeTargetHttpProxy_targetHttpProxyHttpKeepAliveTimeoutExample[Debug log]
TestAccComputeTargetHttpsProxy_targetHttpsProxyCertificateManagerCertificateExample[Debug log]
TestAccComputeTargetHttpsProxy_targetHttpsProxyHttpKeepAliveTimeoutExample[Debug log]
TestAccComputeUrlMap_defaultRouteActionTrafficDirectorPathUpdate[Debug log]
TestAccComputeUrlMap_defaultRouteActionTrafficDirectorUpdate[Debug log]
TestAccComputeUrlMap_trafficDirectorPathUpdate[Debug log]
TestAccComputeUrlMap_trafficDirectorRemoveRouteRule[Debug log]
TestAccComputeUrlMap_trafficDirectorUpdate[Debug log]
TestAccComputeUrlMap_urlMapCustomErrorResponsePolicyExample[Debug log]
TestAccComputeUrlMap_urlMapCustomErrorResponsePolicyUpdate[Debug log]
TestAccComputeUrlMap_urlMapPathTemplateMatchExample[Debug log]
TestAccComputeUrlMap_urlMapTrafficDirectorPathExample[Debug log]
TestAccComputeUrlMap_urlMapTrafficDirectorPathPartialExample[Debug log]
TestAccComputeUrlMap_urlMapTrafficDirectorRouteExample[Debug log]
TestAccComputeUrlMap_urlMapTrafficDirectorRoutePartialExample[Debug log]

🟢 No issues found for passed tests after REPLAYING rerun.


🟢 All tests passed!

View the build log or the debug log for each test

@modular-magician
Copy link
Collaborator

🟢 Tests passed during RECORDING mode:
TestAccComputeBackendService_backendServiceIpAddressSelectionPolicyExample[Debug log]

🟢 No issues found for passed tests after REPLAYING rerun.


🔴 Tests failed during RECORDING mode:
TestAccComputeRegionBackendService_regionBackendServiceIpAddressSelectionPolicyExample[Error message] [Debug log]

🔴 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

Tests analytics

Total tests: 1032
Passed tests: 956
Skipped tests: 74
Affected tests: 2

Click here to see the affected service packages
  • compute

Action taken

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

Get to know how VCR tests work

@modular-magician
Copy link
Collaborator

🟢 Tests passed during RECORDING mode:
TestAccComputeBackendService_backendServiceIpAddressSelectionPolicyExample[Debug log]

🟢 No issues found for passed tests after REPLAYING rerun.


🔴 Tests failed during RECORDING mode:
TestAccComputeRegionBackendService_regionBackendServiceIpAddressSelectionPolicyExample[Error message] [Debug log]

🔴 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 ( 6 files changed, 194 insertions(+))
google-beta provider: Diff ( 6 files changed, 194 insertions(+))
terraform-google-conversion: Diff ( 2 files changed, 20 insertions(+))
Open in Cloud Shell: Diff ( 8 files changed, 225 insertions(+))

1 similar comment
@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 ( 6 files changed, 194 insertions(+))
google-beta provider: Diff ( 6 files changed, 194 insertions(+))
terraform-google-conversion: Diff ( 2 files changed, 20 insertions(+))
Open in Cloud Shell: Diff ( 8 files changed, 225 insertions(+))

@modular-magician
Copy link
Collaborator

Tests analytics

Total tests: 1032
Passed tests: 957
Skipped tests: 74
Affected tests: 1

Click here to see the affected service packages
  • compute

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
  • TestAccComputeRegionBackendService_regionBackendServiceIpAddressSelectionPolicyExample

Get to know how VCR tests work

@modular-magician
Copy link
Collaborator

🔴 Tests failed during RECORDING mode:
TestAccComputeRegionBackendService_regionBackendServiceIpAddressSelectionPolicyExample[Error message] [Debug log]

🔴 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

Tests analytics

Total tests: 1032
Passed tests: 957
Skipped tests: 74
Affected tests: 1

Click here to see the affected service packages
  • compute

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
  • TestAccComputeRegionBackendService_regionBackendServiceIpAddressSelectionPolicyExample

Get to know how VCR tests work

@modular-magician
Copy link
Collaborator

🔴 Tests failed during RECORDING mode:
TestAccComputeRegionBackendService_regionBackendServiceIpAddressSelectionPolicyExample[Error message] [Debug log]

🔴 Errors occurred during RECORDING mode. Please fix them to complete your PR.

View the build log or the debug log for each test

resource "google_compute_region_backend_service" "{{$.PrimaryResourceId}}" {
name = "{{index $.Vars "region_backend_service_name"}}"
region = "us-central1"
health_checks = [google_compute_region_health_check.default.id]
Copy link
Contributor

Choose a reason for hiding this comment

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

Looks like this should be google_compute_region_health_check. health_check.id, then hopefully tests will pass

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Thanks, should be fixed. I figured out how to run manually and it's passing in my repo now also.

$ make testacc TEST=./google/services/compute TESTARGS='-run=TestAccComputeRegionBackendService_regionBackendServiceIpAddressSelectionPolicyExample'
TF_ACC=1 TF_SCHEMA_PANIC_ON_ERROR=1 go test ./google/services/compute -v -run=TestAccComputeRegionBackendService_regionBackendServiceIpAddressSelectionPolicyExample -timeout 240m -ldflags="-X=github.com/hashicorp/terraform-provider-google/version.ProviderVersion=acc"
=== RUN   TestAccComputeRegionBackendService_regionBackendServiceIpAddressSelectionPolicyExample
=== PAUSE TestAccComputeRegionBackendService_regionBackendServiceIpAddressSelectionPolicyExample
=== CONT  TestAccComputeRegionBackendService_regionBackendServiceIpAddressSelectionPolicyExample
--- PASS: TestAccComputeRegionBackendService_regionBackendServiceIpAddressSelectionPolicyExample (40.34s)
PASS
ok      github.com/hashicorp/terraform-provider-google/google/services/compute  40.804s

@github-actions github-actions bot requested a review from roaks3 October 15, 2024 17:37
@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 ( 6 files changed, 194 insertions(+))
google-beta provider: Diff ( 6 files changed, 194 insertions(+))
terraform-google-conversion: Diff ( 2 files changed, 20 insertions(+))
Open in Cloud Shell: Diff ( 8 files changed, 225 insertions(+))

@modular-magician
Copy link
Collaborator

Tests analytics

Total tests: 1032
Passed tests: 957
Skipped tests: 74
Affected tests: 1

Click here to see the affected service packages
  • compute

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
  • TestAccComputeRegionBackendService_regionBackendServiceIpAddressSelectionPolicyExample

Get to know how VCR tests work

@modular-magician
Copy link
Collaborator

🟢 Tests passed during RECORDING mode:
TestAccComputeRegionBackendService_regionBackendServiceIpAddressSelectionPolicyExample[Debug log]

🟢 No issues found for passed tests after REPLAYING rerun.


🟢 All tests passed!

View the build log or the debug log for each test

@roaks3 roaks3 merged commit 4c84dbe into GoogleCloudPlatform:main Oct 15, 2024
13 checks passed
@jlporter jlporter deleted the ip-address-selection-policy branch October 15, 2024 20:09
gontech pushed a commit to gontech/magic-modules that referenced this pull request Oct 16, 2024
varshatumburu pushed a commit to varshatumburu/magic-modules that referenced this pull request Oct 19, 2024
BBBmau pushed a commit to BBBmau/magic-modules that referenced this pull request Oct 23, 2024
BBBmau pushed a commit to BBBmau/magic-modules that referenced this pull request Oct 24, 2024
BBBmau pushed a commit to BBBmau/magic-modules that referenced this pull request Nov 5, 2024
akshat-jindal-nit pushed a commit to akshat-jindal-nit/magic-modules that referenced this pull request Nov 18, 2024
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