hashicorp / pandora

A suite of single-purpose tools enabling automation for Terraform/Azure
Mozilla Public License 2.0
69 stars 50 forks source link

Chaos Studio Target ListComplete API always times out #4354

Open neil-yechenwei opened 2 months ago

neil-yechenwei commented 2 months ago

Recently I found all test cases about Chaos Studio are failed on Teamcity. After I investigated, I found that ListComplete API generated by Pandora would always time out. I also tried List azure rest api and it works fine. This issue happens since 2024-07-01. I found there is a change on go-azure-sdk at 2024-07-01. This is the corresponding PR. So I assume it's a regression issue on Pandora. Could you take a look at this issue? Thanks.

API version: 2023-11-01

Request payload:

GET https://management.azure.com/subscriptions/xx-xx-xx-xx/providers/Microsoft.Chaos/locations/westeurope/targetTypes

Error Message:

loading results: Get "": context deadline exceeded

This is the related issue : https://github.com/hashicorp/terraform-provider-azurerm/issues/27023

thomas-shares commented 1 month ago

We are impacted by this as we can't run our Chaos Studio tests any more from Terraform. Is there any outlook on this being picked up, and can I help in some way?

rodmhgl commented 5 days ago

Any updates, workarounds, or acknowledgements on this issue?