test: Fix immutable static asset deployment tests#95550
Merged
Conversation
Member
Author
This stack of pull requests is managed by Graphite. Learn more about stacking. |
Contributor
Stats from current PRWarning No stats were collected for Webpack because its stats job did not complete (it failed, was cancelled, or timed out). The results below only cover the bundlers that finished. ✅ No significant changes detected📊 All Metrics📖 Metrics GlossaryDev Server Metrics:
Build Metrics:
Change Thresholds:
⚡ Dev Server
⚡ Production Builds
📦 Production Builds (Webpack) (Legacy)📦 Production Builds (Webpack)
📦 Bundle SizesBundle Sizes⚡ TurbopackClient Main Bundles
Server Middleware
Build DetailsBuild Manifests
🔄 Shared (bundler-independent)Runtimes
📎 Tarball URLCommit: 57a9381 |
Contributor
Tests PassedCommit: 57a9381 |
7c88b18 to
20d79a3
Compare
This was referenced Jul 7, 2026
20d79a3 to
7f09e52
Compare
0a42d92 to
111d763
Compare
7f09e52 to
8a0300c
Compare
d976ebf to
f1686d5
Compare
eps1lon
approved these changes
Jul 7, 2026
331266b to
57a9381
Compare
mischnic
added a commit
that referenced
this pull request
Jul 8, 2026
#95550 wasn't enough: - https://github.com/vercel/next.js/actions/runs/28907225463/job/85769093204 - https://github.com/vercel/next.js/actions/runs/28907225463/job/85769093252 Because `VERCEL_IMMUTABLE_STATIC_FILES_ENABLED` might be set, but it still only works when using adapters, so it broke in the non-adapter deploy test jobs. Also prepare for when we switch the default of `NEXT_ENABLE_ADAPTER` by setting it explicitly to `0` for when we want to test the old CLI builder.
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.

next.assetTokenis correctlyundefinedif the deployment used immutable static assets.expect(searchParams.get(...)).toBe(undefined)was failing because.get()returns null for unknown keysFailures: