chore(test-consume): resolve fixture release tag for consume cache - #22
Open
spencer-tb wants to merge 5 commits into
Open
chore(test-consume): resolve fixture release tag for consume cache#22spencer-tb wants to merge 5 commits into
spencer-tb wants to merge 5 commits into
Conversation
spencer-tb
force-pushed
the
fix/consume-cache-eels-releases
branch
from
July 2, 2026 11:10
8b5d5f3 to
ce7ac0c
Compare
spencer-tb
force-pushed
the
fix/consume-cache-eels-releases
branch
from
July 2, 2026 11:18
ce7ac0c to
630be33
Compare
Add a spec-package decoy release tagged plain `v2.20.0` to the test manifest and assert that it never resolves as a fixture release, even as the most recently published entry. Also assert that legacy `stable`/`develop` release names raise `NoSuchReleaseError`. Both exclusions were previously only implied by the manifest omitting such entries.
Request pages of 100 releases (the API maximum) instead of the default 30 when downloading release information. The new tag scheme puts every feature's fixture releases and the spec-package `vX.Y.Z` releases in one repo feed, so the previous 60-release window (2 pages of 30) could scroll a pinned older `tests@vX.Y.Z` release out of resolution. Also correct the docstring, which claimed the function fetches every release.
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.
🗒️ Description
Fix
consume cacheresolution for the fixture release scheme from ethereum#2888.Release matching is now tag-namespace only (
tests@vX.Y.Z,tests-<feature>@vX.Y.Z), so pre-tests-tag releases (stable/develop) no longer resolve, and@latestresolves the highest version rather than the most recently published.Usage
All release inputs below work with
consume cache(and any consume subcommand's--input):🔗 Related Issues or PRs
Follow up to ethereum#2888
✅ Checklist
just static<type>(<area>):, where<type>and<area>come from an approrpriateC-<type>, respectivelyA-<area>, label. The title should match the a target squash commit message.Cute Animal Picture