Add Failing tests for empty shells with dynamic params#95872
Conversation
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: 13bd38d |
Failing test suitesCommit: 13bd38d | About building and testing Next.js
Expand output● cache-components-prerender-matrix › partial-static-param/with-root-param/non-empty-shell › does not share the entry at lang=en category=fresh id=fresh across category values (category included in the cache key) ● cache-components-prerender-matrix › fully-static-param/without-root-param/non-empty-shell › serves the whole document from the cache at lang=fresh category=fresh id=fresh ● cache-components-prerender-matrix › fully-static-param/without-root-param/non-empty-shell › serves the whole document from the cache at lang=en category=fresh id=fresh ● cache-components-prerender-matrix › fully-static-param/without-root-param/non-empty-shell › serves the whole document from the cache at lang=en category=shoes id=fresh ● cache-components-prerender-matrix › fully-static-param/with-root-param/non-empty-shell › serves the whole document from the cache at lang=en category=fresh id=fresh ● cache-components-prerender-matrix › fully-static-param/with-root-param/non-empty-shell › serves the whole document from the cache at lang=en category=shoes id=fresh |
55eb582 to
1328eb6
Compare
4c47681 to
ab8fb05
Compare
params that are always dynamic (no generateStaticParam) in Cache Components should never be prerendered. This commit adds tests that pass in self hosted but fail in Vercel adapter and vercel's legacy mode.
ab8fb05 to
13bd38d
Compare
params that are always dynamic (no generateStaticParam) in Cache Components should never be prerendered. This commit adds tests that pass in self hosted but fail in Vercel adapter and vercel's legacy mode.