Skip to content

Update Rspack development test manifest#91634

Open
vercel-release-bot wants to merge 1 commit intocanaryfrom
update/rspack-manifest-1773904749295
Open

Update Rspack development test manifest#91634
vercel-release-bot wants to merge 1 commit intocanaryfrom
update/rspack-manifest-1773904749295

Conversation

@vercel-release-bot
Copy link
Contributor

This auto-generated PR updates the development integration test manifest used when testing Rspack.

@nextjs-bot
Copy link
Collaborator

nextjs-bot commented Mar 19, 2026

Failing test suites

Commit: e704d7b | About building and testing Next.js

pnpm test-start test/e2e/app-dir/cache-components-errors/cache-components-errors.module-scope.test.ts (job)

  • Lazy Module Init > should build statically even if module scope uses sync APIs like current time and random (DD)
Expand output

● Lazy Module Init › should build statically even if module scope uses sync APIs like current time and random

expected build not to fail for fully static project

  21 |       await next.start()
  22 |     } catch {
> 23 |       throw new Error('expected build not to fail for fully static project')
     |             ^
  24 |     }
  25 |
  26 |     expect(next.cliOutput).toContain('○ /server')

  at Object.<anonymous> (e2e/app-dir/cache-components-errors/cache-components-errors.module-scope.test.ts:23:13)

pnpm test-start-turbo test/e2e/app-dir/segment-cache/cached-navigations/cached-navigations.test.ts (turbopack) (job)

  • cached navigations > serves cached static segments instantly on the second navigation (DD)
  • cached navigations > caches runtime-prefetchable content from the initial HTML for subsequent navigations (DD)
Expand output

● cached navigations › serves cached static segments instantly on the second navigation

thrown: "Exceeded timeout of 60000 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."

  50 |       }
  51 |
> 52 |       const result = Reflect.apply(target, thisArg, args)
     |                              ^
  53 |       return typeof result === 'function' ? wrapJestTestFn(result) : result
  54 |     },
  55 |     get(target, prop, receiver) {

  at Object.apply (lib/e2e-utils/index.ts:52:30)
  at it (e2e/app-dir/segment-cache/cached-navigations/cached-navigations.test.ts:16:3)
  at Object.describe (e2e/app-dir/segment-cache/cached-navigations/cached-navigations.test.ts:6:1)

● cached navigations › caches runtime-prefetchable content from the initial HTML for subsequent navigations

thrown: "Exceeded timeout of 60000 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."

  50 |       }
  51 |
> 52 |       const result = Reflect.apply(target, thisArg, args)
     |                              ^
  53 |       return typeof result === 'function' ? wrapJestTestFn(result) : result
  54 |     },
  55 |     get(target, prop, receiver) {

  at Object.apply (lib/e2e-utils/index.ts:52:30)
  at it (e2e/app-dir/segment-cache/cached-navigations/cached-navigations.test.ts:560:3)
  at Object.describe (e2e/app-dir/segment-cache/cached-navigations/cached-navigations.test.ts:6:1)

pnpm test-dev test/development/app-dir/enabled-features-trace/enabled-features-trace.test.ts (job)

  • enabled features in trace > should denormalize inherited enabled features during upload (DD)
Expand output

● enabled features in trace › should denormalize inherited enabled features during upload

expect(received).toBeDefined()

Received: undefined

  106 |     )
  107 |
> 108 |     expect(renderPathEvent).toBeDefined()
      |                             ^
  109 |     expect(renderPathEvent.tags['feature.serverFastRefreshDisabled']).toBe(true)
  110 |   })
  111 | })

  at Object.toBeDefined (development/app-dir/enabled-features-trace/enabled-features-trace.test.ts:108:29)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants