|
1335 | 1335 | "app dir - basic should pass props from getServerSideProps in root layout",
|
1336 | 1336 | "app dir - basic should provide query for getStaticProps page correctly",
|
1337 | 1337 | "app dir - basic should return normalized dynamic route params for catch-all edge page",
|
| 1338 | + "app dir - basic should return the `vary` header from edge runtime", |
| 1339 | + "app dir - basic should return the `vary` header from pages for flight requests", |
1338 | 1340 | "app dir - basic should run generate command correctly",
|
1339 | 1341 | "app dir - basic should serve /index as separate page",
|
1340 | 1342 | "app dir - basic should serve dynamic parameter",
|
|
1455 | 1457 | "app dir - basic should not share edge workers",
|
1456 | 1458 | "app dir - basic should pass props from getServerSideProps in root layout",
|
1457 | 1459 | "app dir - basic should return normalized dynamic route params for catch-all edge page",
|
| 1460 | + "app dir - basic should return the `vary` header from edge runtime", |
| 1461 | + "app dir - basic should return the `vary` header from pages for flight requests", |
1458 | 1462 | "app dir - basic should serve /index as separate page",
|
1459 | 1463 | "app dir - basic should serve dynamic parameter",
|
1460 | 1464 | "app dir - basic should serve dynamic route from pages",
|
|
2412 | 2416 | "empty-fallback-shells should not log a HANGING_PROMISE_REJECTION error",
|
2413 | 2417 | "empty-fallback-shells with cached IO and the page not wrapped in Suspense and params.then/catch/finally passed to a cached function does not resume a postponed fallback shell",
|
2414 | 2418 | "empty-fallback-shells with cached IO and the page not wrapped in Suspense and the params accessed in a cached non-page function does not resume a postponed fallback shell",
|
| 2419 | + "empty-fallback-shells with cached IO and the page not wrapped in Suspense and the params accessed in the cached page does not render a fallback shell when using a params placeholder", |
2415 | 2420 | "empty-fallback-shells with cached IO and the page not wrapped in Suspense and the params accessed in the cached page does not resume a postponed fallback shell",
|
2416 | 2421 | "empty-fallback-shells with cached IO and the page wrapped in Suspense and params.then/catch/finally passed to a cached function resumes a postponed fallback shell",
|
2417 | 2422 | "empty-fallback-shells with cached IO and the page wrapped in Suspense and the params accessed in cached non-page function resumes a postponed fallback shell",
|
|
8828 | 8833 | },
|
8829 | 8834 | "test/e2e/vary-header/test/index.test.ts": {
|
8830 | 8835 | "passed": [
|
8831 |
| - "Vary Header Tests should preserve custom vary header", |
| 8836 | + "Vary Header Tests should preserve custom vary header and append RSC headers in app route handlers", |
8832 | 8837 | "Vary Header Tests should preserve custom vary header in API routes",
|
8833 |
| - "Vary Header Tests should preserve middleware vary header" |
| 8838 | + "Vary Header Tests should preserve middleware vary header in combination with route handlers" |
8834 | 8839 | ],
|
8835 | 8840 | "failed": [],
|
8836 | 8841 | "pending": [],
|
|
9317 | 9322 | },
|
9318 | 9323 | "test/integration/app-dir-export/test/dynamic-missing-gsp-prod.test.ts": {
|
9319 | 9324 | "passed": [
|
9320 |
| - "app dir - with output export - dynamic missing gsp prod production mode should error when dynamic route is missing generateStaticParams", |
9321 |
| - "app dir - with output export - dynamic missing gsp prod production mode should error when client component has generateStaticParams" |
| 9325 | + "app dir - with output export - dynamic missing gsp prod production mode should error when client component has generateStaticParams", |
| 9326 | + "app dir - with output export - dynamic missing gsp prod production mode should error when dynamic route is missing generateStaticParams" |
9322 | 9327 | ],
|
9323 | 9328 | "failed": [],
|
9324 | 9329 | "pending": [],
|
|
0 commit comments