mirror of
https://github.com/cypress-io/cypress.git
synced 2026-05-13 02:40:22 -05:00
5f2236e6cc
* custom async retry for any async fn * "proxied" fetch for PUT, throwing http errors * cleans up put_fetch return types & parsing * move protocol upload logic to put_protocol_artifact, rm upload_stream * changelog * changelog * manually fix wsp in snapshot * reorganizes a little, properly tests retryable logic * removes 408 as a non-retriable error in unit test * make expectation to be resolved more clear * rm unnecessary type coercion * changelog * Update cli/CHANGELOG.md * asyncRetry only throws Aggregate errors if there is more than one attempt * Update packages/server/test/unit/cloud/network/is_retryable_error_spec.ts Co-authored-by: Matt Schile <mschile@cypress.io> * Update packages/server/test/unit/cloud/network/is_retryable_error_spec.ts --------- Co-authored-by: Matt Schile <mschile@cypress.io>