ci: add e2e tests against the real cache service - #4
Draft
janakiram7755 wants to merge 2 commits into
Draft
Conversation
janakiram7755
force-pushed
the
feat/e2e-tests
branch
from
July 29, 2026 10:48
09881da to
e214468
Compare
janakiram7755
force-pushed
the
feat/e2e-tests
branch
from
July 29, 2026 11:20
e214468 to
4dd9abe
Compare
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.
Stacked on #3. First CI here that runs warp-cache against the real cache service, on warp runners.
10 jobs: save + restore across x64/arm64/macOS in separate jobs, restore-key fallback, miss-returns-undefined,
lookupOnlywriting nothing, cross-arch both directions, behind a proxy, and default-branch restore. A preflight fails loudly ifisFeatureAvailable()is false so a misconfigured runner cannot produce a green run that tested nothing.Ported from the workflow that got 21 green in the old fork, adapted for ESM — every
node -e "require(...)"becamenode --input-type=module -e "await import(...)"— and for the repo root layout.Expect the two cross-arch restore jobs to fail: the equivalent jobs fail on
WarpBuilds/cache@maintoday (save succeeds, restore 404s). Included deliberately so the bug is covered rather than invisible.