KEMBAR78
Upgrade React from `df38ac9a-20250926` to `d15d7fd7-20250929` by nextjs-bot · Pull Request #84347 · vercel/next.js · GitHub
Skip to content

Conversation

@eps1lon eps1lon enabled auto-merge (squash) September 29, 2025 16:32
@ijjk
Copy link
Member

ijjk commented Sep 29, 2025

Failing test suites

Commit: 81f5c16 | About building and testing Next.js

pnpm test-dev-turbo test/e2e/app-dir/global-not-found/cache-components/cache-components.test.ts (turbopack)

  • global-not-found - cache-components > should render not-found boundary when calling notFound() in a page (DD)
Expand output

● global-not-found - cache-components › should render not-found boundary when calling notFound() in a page

page.waitForSelector: Timeout 5000ms exceeded.
Call log:
  - waiting for locator('h1') to be visible

  511 |
  512 |     return this.startChain(async () => {
> 513 |       const el = await page.waitForSelector(selector, {
      |                             ^
  514 |         timeout,
  515 |         state,
  516 |       })

  at waitForSelector (lib/browsers/playwright.ts:513:29)
  at Playwright._chain (lib/browsers/playwright.ts:643:23)
  at Playwright._chain [as startChain] (lib/browsers/playwright.ts:624:17)
  at Playwright.startChain [as waitForElementByCss] (lib/browsers/playwright.ts:512:17)
  at Playwright.waitForElementByCss [as elementByCss] (lib/browsers/playwright.ts:397:17)
  at elementByCss (e2e/app-dir/global-not-found/cache-components/cache-components.test.ts:22:28)
  at fn (lib/next-test-utils.ts:828:20)
  at Object.<anonymous> (e2e/app-dir/global-not-found/cache-components/cache-components.test.ts:21:5)
  at Proxy._chain (lib/browsers/playwright.ts:643:23)
  at Proxy._chain (lib/browsers/playwright.ts:619:17)
  at Proxy.continueChain (lib/browsers/playwright.ts:425:17)
  at text (e2e/app-dir/global-not-found/cache-components/cache-components.test.ts:22:47)
  at fn (lib/next-test-utils.ts:828:20)
  at Object.<anonymous> (e2e/app-dir/global-not-found/cache-components/cache-components.test.ts:21:5)

pnpm test-start-turbo test/e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts (turbopack)

  • runtime prefetching > cache stale time handling > includes private caches with cacheLife("seconds") (DD)
  • runtime prefetching > in a page > includes dynamic params, but not dynamic content (DD)
Expand output

● runtime prefetching › in a page › includes dynamic params, but not dynamic content

thrown: "Exceeded timeout of 120000 ms for a test.
Add a timeout value to this test to increase the timeout, if this is a long-running test. See https://jestjs.io/docs/api#testname-fn-timeout."

  43 |     },
  44 |   ])('$description', ({ prefix }) => {
> 45 |     it('includes dynamic params, but not dynamic content', async () => {
     |     ^
  46 |       let page: Playwright.Page
  47 |       const browser = await next.browser('/', {
  48 |         beforePageLoad(p: Playwright.Page) {

  at it (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:45:5)
      at Array.forEach (<anonymous>)
  at e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:44:4
  at Object.describe (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:5:1)

● runtime prefetching › cache stale time handling › includes private caches with cacheLife("seconds")

thrown: "Exceeded timeout of 120000 ms for a test.
Add a timeout value to this test to increase the timeout, if this is a long-running test. See https://jestjs.io/docs/api#testname-fn-timeout."

  776 |         path: '/caches/private-seconds',
  777 |       },
> 778 |     ])('$description', async ({ path, staticContent }) => {
      |      ^
  779 |       let page: Playwright.Page
  780 |       const browser = await next.browser('/', {
  781 |         beforePageLoad(p: Playwright.Page) {

  at ../node_modules/.pnpm/jest-each@29.7.0/node_modules/jest-each/build/bind.js:47:15
      at Array.forEach (<anonymous>)
  at e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:778:6
  at describe (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:752:3)
  at Object.describe (e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts:5:1)

pnpm test-start test/e2e/app-dir/segment-cache/staleness/segment-cache-stale-time.test.ts

  • segment cache (staleness) > expires runtime prefetches when their stale time has elapsed (DD)
Expand output

● segment cache (staleness) › expires runtime prefetches when their stale time has elapsed

thrown: "Exceeded timeout of 120000 ms for a test.
Add a timeout value to this test to increase the timeout, if this is a long-running test. See https://jestjs.io/docs/api#testname-fn-timeout."

  80 |   })
  81 |
> 82 |   it('expires runtime prefetches when their stale time has elapsed', async () => {
     |   ^
  83 |     let page: Playwright.Page
  84 |     const browser = await next.browser('/', {
  85 |       beforePageLoad(p: Playwright.Page) {

  at it (e2e/app-dir/segment-cache/staleness/segment-cache-stale-time.test.ts:82:3)
  at Object.describe (e2e/app-dir/segment-cache/staleness/segment-cache-stale-time.test.ts:5:1)

@eps1lon eps1lon merged commit fbb50f4 into canary Sep 29, 2025
429 of 437 checks passed
@eps1lon eps1lon deleted the update/react/19.2.0-canary-d15d7fd7-20250929 branch September 29, 2025 17:33
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Oct 14, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants