-
Notifications
You must be signed in to change notification settings - Fork 30.4k
test: add resume-data-cache failing deploy test #89243
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
bgw
merged 2 commits into
canary
from
jiwon/01-29-test_add_resume-data-cache_failing_deploy_test
Jan 29, 2026
Merged
test: add resume-data-cache failing deploy test #89243
bgw
merged 2 commits into
canary
from
jiwon/01-29-test_add_resume-data-cache_failing_deploy_test
Jan 29, 2026
+7
−1
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
Add "should refetch the full page after 5 mins" test to the failed list. This test has timing-sensitive cache behavior that behaves differently in deployment environments vs local testing. Related: #89106 https://linear.app/vercel/issue/NAR-719
Add "should have consistent data between static and dynamic renders with fetch cache" test to the failed list. This test relies on x-vercel-cache-status header assertions that only apply in deployment contexts. Related: #89187 https://linear.app/vercel/issue/NAR-719
Member
Author
This stack of pull requests is managed by Graphite. Learn more about stacking. |
Collaborator
Tests Passed |
Collaborator
Stats from current PR✅ No significant changes detected📊 All Metrics📖 Metrics GlossaryDev Server Metrics:
Build Metrics:
Change Thresholds:
⚡ Dev Server
📦 Dev Server (Webpack) (Legacy)📦 Dev Server (Webpack)
⚡ Production Builds
📦 Production Builds (Webpack) (Legacy)📦 Production Builds (Webpack)
📦 Bundle SizesBundle Sizes⚡ TurbopackClient Main Bundles: **432 kB** → **432 kB** ✓81 files with content-based hashes (individual files not comparable between builds) Server Middleware
Build DetailsBuild Manifests
📦 WebpackClient Main Bundles
Polyfills
Pages
Server Edge SSR
Middleware
Build DetailsBuild Manifests
Build Cache
🔄 Shared (bundler-independent)Runtimes
|
Base automatically changed from
jiwon/01-29-test_add_client-cache.defaults_failing_deploy_test
to
canary
January 29, 2026 23:36
bgw
approved these changes
Jan 29, 2026
bgw
approved these changes
Jan 29, 2026
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.

This deployment test has been failing very recently. This PR adds the test case to the deployment test manifest to unblock sync. Will continue deflaking at this PR at #89187
x-ref: Datadog
Part of https://linear.app/vercel/issue/NAR-719/fix-deploy-tests