test: retry Maestro rate limits - #714
Draft
colll78 wants to merge 3 commits into
Draft
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Retry-AftervaluesRetry-Afteris absent or malformedRoot cause
The generated Version Packages PR failed in the provider test task when Maestro rate-limited
getDatumwith HTTP 429. The existing live tests surfaced the response immediately even when Maestro supplied a retry window.Failed run: https://github.com/Anastasia-Labs/lucid-evolution/actions/runs/29304106848/job/87014164280
This change is test-only and does not alter the published provider or application behavior.
The first two runs of this fork PR also exposed existing missing-secret failures. Fork workflows receive empty repository secrets, but the live Blockfrost provider suite and several Lucid preprod cases still attempted requests with an empty URL. The included guards require the exact credentials consumed by each network-dependent suite or case; deterministic provider, wallet, and transaction-hash coverage remains enabled.
Validation
The local environment did not contain a Maestro API key, so the live Maestro suite was skipped locally. Synthetic response coverage verifies both
Retry-Afterforms, delay and retry bounds, fallback delays, non-429 pass-through, and thrown-error pass-through. The locally configured Blockfrost live suite still ran and passed after the credential gate was added.No changeset is included because this modifies CI tests only.