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

Failing test(s): TestAccNetworkConnectivitySpoke_networkConnectivitySpokeVpnTunnelBasicExample (VCR replaying) #19592

Comments

@trodge
Copy link
Collaborator

trodge commented Sep 24, 2024

Impacted tests

  • TestAccNetworkConnectivitySpoke_networkConnectivitySpokeVpnTunnelBasicExample

Affected Resource(s)

  • google_network_connectivity_spoke

Failure rates

  • 100% since 2024-09-19

Message(s)

2024-09-23T20:10:10.191Z [ERROR] sdk.helper_resource: Unexpected error: test_working_directory=/tmp/plugintest1483319884 test_step_number=1 test_name=TestAccNetworkConnectivitySpoke_networkConnectivitySpokeVpnTunnelBasicExample test_terraform_path=/bin/terraform
  error=
  | Error running apply: exit status 1
  | 
  | Error: Router tf-test-external-vpn-gateway06vu2w30t1 has interface tf-test-router-interface106vu2w30t1 already
  | 
  |   with google_compute_router_interface.router_interface1,
  |   on terraform_plugin_test.tf line 68, in resource "google_compute_router_interface" "router_interface1":
  |   68: resource "google_compute_router_interface" "router_interface1" {
  | 
  | 
  | Error: Error patching router us-central1/tf-test-external-vpn-gateway06vu2w30t1: Patch "https://compute.googleapis.com/compute/beta/projects/ci-test-project-188019/regions/us-central1/routers/tf-test-external-vpn-gateway06vu2w30t1?alt=json&prettyPrint=false": Requested interaction not found
  | 
  |   with google_compute_router_interface.router_interface2,
  |   on terraform_plugin_test.tf line 86, in resource "google_compute_router_interface" "router_interface2":
  |   86: resource "google_compute_router_interface" "router_interface2" {
  | 
 

This warning may also be relevant:

2024-09-23T20:10:10.149Z [WARN]  Provider "provider[\"registry.terraform.io/hashicorp/google\"]" produced an unexpected new value for google_network_connectivity_spoke.tunnel1, but we are tolerating it because it is using the legacy plugin SDK.
    The following problems may be the cause of any confusing errors from downstream operations:
      - .name: was cty.StringVal("tf-test-vpn-tunnel-1-spoke06vu2w30t1"), but now cty.StringVal("projects/ci-test-project-188019/locations/us-central1/spokes/tf-test-vpn-tunnel-1-spoke06vu2w30t1")

Nightly build test history

(test passes in nightly)

b/371061845

@github-actions github-actions bot added forward/review In review; remove label to forward service/network-connectivity-center labels Sep 24, 2024
trodge added a commit to trodge/magic-modules that referenced this issue Sep 24, 2024
@melinath melinath removed the forward/review In review; remove label to forward label Oct 2, 2024
@SarahFrench SarahFrench added the test-failure-100 100% fail rate label Oct 7, 2024
@SarahFrench SarahFrench added this to the Goals milestone Oct 7, 2024
@rileykarson rileykarson assigned rileykarson and unassigned trodge Oct 7, 2024
Copy link

I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues.
If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Nov 10, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.