|
6848 | 6848 | }, |
6849 | 6849 | "test/e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts": { |
6850 | 6850 | "passed": [ |
| 6851 | + "runtime prefetching cache stale time handling includes public caches with cacheLife(\"seconds\")", |
6851 | 6852 | "runtime prefetching cache stale time handling includes short-lived public caches with a long enough staleTime", |
6852 | 6853 | "runtime prefetching cache stale time handling omits private caches with a short enough staleTime", |
6853 | 6854 | "runtime prefetching cache stale time handling omits short-lived public caches with a short enough staleTime", |
6854 | | - "runtime prefetching can completely prefetch a page that is fully static", |
| 6855 | + "runtime prefetching errors aborts the prerender without logging an error when sync IO is used after awaiting a private cache", |
6855 | 6856 | "runtime prefetching errors aborts the prerender without logging an error when sync IO is used after awaiting a quickly-expiring public cache", |
6856 | 6857 | "runtime prefetching errors aborts the prerender without logging an error when sync IO is used after awaiting cookies()", |
6857 | 6858 | "runtime prefetching errors aborts the prerender without logging an error when sync IO is used after awaiting dynamic params", |
| 6859 | + "runtime prefetching errors aborts the prerender without logging an error when sync IO is used after awaiting headers()", |
| 6860 | + "runtime prefetching errors aborts the prerender without logging an error when sync IO is used after awaiting searchParams", |
6858 | 6861 | "runtime prefetching errors should trigger error boundaries for errors that occurred in runtime-prefetched content", |
6859 | 6862 | "runtime prefetching in a page can completely prefetch a page that uses cookies and no uncached IO", |
| 6863 | + "runtime prefetching in a page includes cookies, but not dynamic content", |
| 6864 | + "runtime prefetching in a page includes dynamic params, but not dynamic content", |
6860 | 6865 | "runtime prefetching in a page includes headers, but not dynamic content", |
| 6866 | + "runtime prefetching in a page includes search params, but not dynamic content", |
6861 | 6867 | "runtime prefetching in a private cache can completely prefetch a page that uses cookies and no uncached IO", |
6862 | 6868 | "runtime prefetching in a private cache includes cookies, but not dynamic content", |
6863 | 6869 | "runtime prefetching in a private cache includes dynamic params, but not dynamic content", |
6864 | 6870 | "runtime prefetching in a private cache includes headers, but not dynamic content", |
6865 | 6871 | "runtime prefetching in a private cache includes root params, but not dynamic content", |
6866 | 6872 | "runtime prefetching passed to a public cache can completely prefetch a page that uses cookies and no uncached IO", |
| 6873 | + "runtime prefetching passed to a public cache includes cookies, but not dynamic content", |
6867 | 6874 | "runtime prefetching passed to a public cache includes dynamic params, but not dynamic content", |
6868 | 6875 | "runtime prefetching passed to a public cache includes headers, but not dynamic content", |
| 6876 | + "runtime prefetching passed to a public cache includes root params, but not dynamic content", |
| 6877 | + "runtime prefetching passed to a public cache includes search params, but not dynamic content", |
6869 | 6878 | "runtime prefetching should not cache runtime prefetch responses in the browser cache or server-side different cookies should return different prefetch results - in a page", |
6870 | | - "runtime prefetching should not cache runtime prefetch responses in the browser cache or server-side different cookies should return different prefetch results - in a private cache" |
| 6879 | + "runtime prefetching should not cache runtime prefetch responses in the browser cache or server-side different cookies should return different prefetch results - in a private cache", |
| 6880 | + "runtime prefetching should not cache runtime prefetch responses in the browser cache or server-side private caches should return new results on each request" |
6871 | 6881 | ], |
6872 | 6882 | "failed": [ |
6873 | 6883 | "runtime prefetching cache stale time handling includes private caches with cacheLife(\"seconds\")", |
6874 | | - "runtime prefetching cache stale time handling includes public caches with cacheLife(\"seconds\")", |
6875 | | - "runtime prefetching errors aborts the prerender without logging an error when sync IO is used after awaiting a private cache", |
6876 | | - "runtime prefetching errors aborts the prerender without logging an error when sync IO is used after awaiting headers()", |
6877 | | - "runtime prefetching errors aborts the prerender without logging an error when sync IO is used after awaiting searchParams", |
6878 | | - "runtime prefetching in a page includes cookies, but not dynamic content", |
6879 | | - "runtime prefetching in a page includes dynamic params, but not dynamic content", |
| 6884 | + "runtime prefetching can completely prefetch a page that is fully static", |
6880 | 6885 | "runtime prefetching in a page includes root params, but not dynamic content", |
6881 | | - "runtime prefetching in a page includes search params, but not dynamic content", |
6882 | | - "runtime prefetching in a private cache includes search params, but not dynamic content", |
6883 | | - "runtime prefetching passed to a public cache includes cookies, but not dynamic content", |
6884 | | - "runtime prefetching passed to a public cache includes root params, but not dynamic content", |
6885 | | - "runtime prefetching passed to a public cache includes search params, but not dynamic content", |
6886 | | - "runtime prefetching should not cache runtime prefetch responses in the browser cache or server-side private caches should return new results on each request" |
| 6886 | + "runtime prefetching in a private cache includes search params, but not dynamic content" |
6887 | 6887 | ], |
6888 | 6888 | "pending": [], |
6889 | 6889 | "flakey": [], |
|
21860 | 21860 | "required server files app router middleware rewrite should work with a dynamic path with Next-Resume", |
21861 | 21861 | "required server files app router should de-dupe client segment tree revalidate requests", |
21862 | 21862 | "required server files app router should handle RSC requests", |
21863 | | - "required server files app router should handle prefetch RSC requests", |
21864 | 21863 | "required server files app router should handle revalidating the fallback page", |
21865 | 21864 | "required server files app router should not fail caching", |
21866 | 21865 | "required server files app router should not send cache tags in minimal mode for SSR", |
|
0 commit comments