Skip to content

Commit b69bcf9

Browse files
committed
update/rspack-manifest-1763794902562
1 parent d89a7a0 commit b69bcf9

File tree

1 file changed

+14
-15
lines changed

1 file changed

+14
-15
lines changed

test/rspack-build-tests-manifest.json

Lines changed: 14 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -6848,42 +6848,42 @@
68486848
},
68496849
"test/e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts": {
68506850
"passed": [
6851+
"runtime prefetching cache stale time handling includes public caches with cacheLife(\"seconds\")",
68516852
"runtime prefetching cache stale time handling includes short-lived public caches with a long enough staleTime",
68526853
"runtime prefetching cache stale time handling omits private caches with a short enough staleTime",
68536854
"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",
68556856
"runtime prefetching errors aborts the prerender without logging an error when sync IO is used after awaiting a quickly-expiring public cache",
68566857
"runtime prefetching errors aborts the prerender without logging an error when sync IO is used after awaiting cookies()",
68576858
"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",
68586861
"runtime prefetching errors should trigger error boundaries for errors that occurred in runtime-prefetched content",
68596862
"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",
68606865
"runtime prefetching in a page includes headers, but not dynamic content",
6866+
"runtime prefetching in a page includes search params, but not dynamic content",
68616867
"runtime prefetching in a private cache can completely prefetch a page that uses cookies and no uncached IO",
68626868
"runtime prefetching in a private cache includes cookies, but not dynamic content",
68636869
"runtime prefetching in a private cache includes dynamic params, but not dynamic content",
68646870
"runtime prefetching in a private cache includes headers, but not dynamic content",
68656871
"runtime prefetching in a private cache includes root params, but not dynamic content",
68666872
"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",
68676874
"runtime prefetching passed to a public cache includes dynamic params, but not dynamic content",
68686875
"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",
68696878
"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"
68716881
],
68726882
"failed": [
68736883
"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",
68806885
"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"
68876887
],
68886888
"pending": [],
68896889
"flakey": [],
@@ -21860,7 +21860,6 @@
2186021860
"required server files app router middleware rewrite should work with a dynamic path with Next-Resume",
2186121861
"required server files app router should de-dupe client segment tree revalidate requests",
2186221862
"required server files app router should handle RSC requests",
21863-
"required server files app router should handle prefetch RSC requests",
2186421863
"required server files app router should handle revalidating the fallback page",
2186521864
"required server files app router should not fail caching",
2186621865
"required server files app router should not send cache tags in minimal mode for SSR",

0 commit comments

Comments
 (0)