compute: randomize sub-resource names in external_vpn_gateway sample#18357
compute: randomize sub-resource names in external_vpn_gateway sample#18357shuyama1 wants to merge 1 commit into
Conversation
|
Hi there, I'm the Modular magician. I've detected the following information about your changes for commit 5571f0e: Diff reportYour PR generated the following diffs in downstream repositories:
Test reportAnalytics
Affected Service Packages
Step 1: Replaying Mode Action takenFound 2 affected test(s) by replaying old test recordings. Starting RECORDING based on the most recent commit. Click here to see the affected tests
View the replaying VCR build log Step 2: Recording Mode
Caution Issues requiring attention before PR completion 🔴 Initial Recording Failed: Some tests failed during the recording step. See the table above for details. Please address these issues to complete your PR. If you believe these detections are incorrect or unrelated to your change, please raise the concern with your reviewer. View the recording VCR build log or the debug logs folder for detailed results. |
Fixes
TestAccComputeExternalVpnGateway_externalVpnGatewayExampleby parameterizing sub-resource names (vpn tunnels, subnets, router interfaces, and router peers) withResourceIdVarsinExternalVpnGateway.yamlandexternal_vpn_gateway.tf.tmpl.This ensures they receive dynamic random string suffixes during acceptance test execution, preventing HTTP 409 Conflict errors when sub-resources with hardcoded names already exist in the test project.