Cypress hangs when pulling binary #27063
-
I have run When I run
So I'm assuming the However, when I run
However, if I run I have exec'd onto the CI container to debug further, but it seems that the binary isn't being installed by Cypress at all. It's just hanging |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 4 replies
-
Facing a similar problem, downloading the binary directly from https://download.cypress.io/desktop fails with checksum error. It fails when downloading over IPv4 but works over IPv6. |
Beta Was this translation helpful? Give feedback.
-
To get more information you could use:
|
Beta Was this translation helpful? Give feedback.
Hi @MikeMcC399
Can confirm after spending a few days debugging this on our end. The problem was in fact our Squid Proxy that we were using. I will post some information here for any other that may learn the trickiness of multi-az request routing :)
Because we currently have 2 Squid Proxy Instances that are randomly provisioned in 2 of the 3 Availability Zones in the London Region, the Network Load Balancer that we also provision to balance requests between the Squid Proxy instances creates Elastic Network Interfaces in all 3 AZ's. This means that sometimes when it receives requests and tries to route it to the appropriate ENI, the ENI that it routes the request to, is not in the same AZ a…