|
1719 | 1719 | "Cache Components Errors Build With --prerender-debug Sync Dynamic Request headers should error the build with a runtime error",
|
1720 | 1720 | "Cache Components Errors Build With --prerender-debug Sync Dynamic Request server params should not error the build when synchronously reading `params.slug`",
|
1721 | 1721 | "Cache Components Errors Build With --prerender-debug Sync Dynamic Request server searchParams should not error the build when synchronously reading `searchParams.foo`",
|
| 1722 | + "Cache Components Errors Build With --prerender-debug With `use cache: private` with `connection()` should not fail the build and show no runtime error (caught in userland)", |
| 1723 | + "Cache Components Errors Build With --prerender-debug With `use cache: private` with `headers()` should not fail the build and show no runtime error (caught in userland)", |
| 1724 | + "Cache Components Errors Build With --prerender-debug With `use cache: private` without Suspense should error the build", |
1722 | 1725 | "Cache Components Errors Build Without --prerender-debug Dynamic Boundary should partially prerender when all dynamic components are inside a Suspense boundary",
|
1723 | 1726 | "Cache Components Errors Build Without --prerender-debug Dynamic Metadata - Dynamic Route should partially prerender when all dynamic components are inside a Suspense boundary",
|
1724 | 1727 | "Cache Components Errors Build Without --prerender-debug Dynamic Metadata - Error Route should error the build for the correct reason when there is a cache components violation alongside dynamic metadata",
|
|
1743 | 1746 | "Cache Components Errors Build Without --prerender-debug Sync Dynamic Request draftMode should not error the build when synchronously reading `draftMode().isEnabled`",
|
1744 | 1747 | "Cache Components Errors Build Without --prerender-debug Sync Dynamic Request headers should error the build with a runtime error",
|
1745 | 1748 | "Cache Components Errors Build Without --prerender-debug Sync Dynamic Request server params should not error the build when synchronously reading `params.slug`",
|
1746 |
| - "Cache Components Errors Build Without --prerender-debug Sync Dynamic Request server searchParams should not error the build when synchronously reading `searchParams.foo`" |
| 1749 | + "Cache Components Errors Build Without --prerender-debug Sync Dynamic Request server searchParams should not error the build when synchronously reading `searchParams.foo`", |
| 1750 | + "Cache Components Errors Build Without --prerender-debug With `use cache: private` in `unstable_cache` should error the build", |
| 1751 | + "Cache Components Errors Build Without --prerender-debug With `use cache: private` in `use cache` should error the build", |
| 1752 | + "Cache Components Errors Build Without --prerender-debug With `use cache: private` with `connection()` should not fail the build and show no runtime error (caught in userland)", |
| 1753 | + "Cache Components Errors Build Without --prerender-debug With `use cache: private` with `headers()` should not fail the build and show no runtime error (caught in userland)", |
| 1754 | + "Cache Components Errors Build Without --prerender-debug With `use cache: private` without Suspense should error the build" |
| 1755 | + ], |
| 1756 | + "failed": [ |
| 1757 | + "Cache Components Errors Build With --prerender-debug With `use cache: private` in `unstable_cache` should error the build", |
| 1758 | + "Cache Components Errors Build With --prerender-debug With `use cache: private` in `use cache` should error the build" |
1747 | 1759 | ],
|
1748 |
| - "failed": [], |
1749 | 1760 | "pending": [],
|
1750 | 1761 | "flakey": [],
|
1751 | 1762 | "runtimeError": false
|
|
6213 | 6224 | "flakey": [],
|
6214 | 6225 | "runtimeError": false
|
6215 | 6226 | },
|
| 6227 | + "test/e2e/app-dir/use-cache-private/use-cache-private.test.ts": { |
| 6228 | + "passed": [ |
| 6229 | + "use-cache-private allows reading cookies in private caches", |
| 6230 | + "use-cache-private allows reading search params in private caches", |
| 6231 | + "use-cache-private excludes private caches from prerenders" |
| 6232 | + ], |
| 6233 | + "failed": [], |
| 6234 | + "pending": [], |
| 6235 | + "flakey": [], |
| 6236 | + "runtimeError": false |
| 6237 | + }, |
6216 | 6238 | "test/e2e/app-dir/use-cache-route-handler-only/use-cache-route-handler-only.test.ts": {
|
6217 | 6239 | "passed": [
|
6218 | 6240 | "use-cache-route-handler-only should cache results in node route handlers"
|
@@ -19750,11 +19772,10 @@
|
19750 | 19772 | },
|
19751 | 19773 | "test/production/pnpm-support/index.test.ts": {
|
19752 | 19774 | "passed": [
|
19753 |
| - "pnpm support should build with dependencies installed via pnpm" |
19754 |
| - ], |
19755 |
| - "failed": [ |
| 19775 | + "pnpm support should build with dependencies installed via pnpm", |
19756 | 19776 | "pnpm support should execute client-side JS on each page in output: \"standalone\""
|
19757 | 19777 | ],
|
| 19778 | + "failed": [], |
19758 | 19779 | "pending": [],
|
19759 | 19780 | "flakey": [],
|
19760 | 19781 | "runtimeError": false
|
|
0 commit comments