Skip to content

Update Rspack development test manifest #80742

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed

Conversation

vercel-release-bot
Copy link
Collaborator

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

@ijjk ijjk added CI approved Approve running CI for fork tests labels Jun 21, 2025
@ijjk
Copy link
Member

ijjk commented Jun 21, 2025

Failing test suites

Commit: eb35bb0

pnpm test-start-turbo test/e2e/app-dir/segment-cache/client-only-opt-in/client-only-opt-in.test.ts (turbopack)

  • segment cache prefetch scheduling > prefetches a dynamic page (with PPR enabled)
Expand output

● segment cache prefetch scheduling › prefetches a dynamic page (with PPR enabled)

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."

  49 |   })
  50 |
> 51 |   it('prefetches a dynamic page (with PPR enabled)', async () => {
     |   ^
  52 |     let act: ReturnType<typeof createRouterAct>
  53 |     const browser = await next.browser('/', {
  54 |       beforePageLoad(p: Playwright.Page) {

  at it (e2e/app-dir/segment-cache/client-only-opt-in/client-only-opt-in.test.ts:51:3)
  at Object.describe (e2e/app-dir/segment-cache/client-only-opt-in/client-only-opt-in.test.ts:5:1)

Read more about building and testing Next.js in contributing.md.

pnpm test-start test/e2e/app-dir/segment-cache/search-params/segment-cache-search-params.test.ts

  • segment cache (search params) > when fetching with PPR, does not include search params in the cache key
Expand output

● segment cache (search params) › when fetching with PPR, does not include search params in the cache key

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."

  12 |   }
  13 |
> 14 |   it('when fetching with PPR, does not include search params in the cache key', async () => {
     |   ^
  15 |     let act: ReturnType<typeof createRouterAct>
  16 |     const browser = await next.browser('/search-params', {
  17 |       beforePageLoad(page) {

  at it (e2e/app-dir/segment-cache/search-params/segment-cache-search-params.test.ts:14:3)
  at Object.describe (e2e/app-dir/segment-cache/search-params/segment-cache-search-params.test.ts:4:1)

Read more about building and testing Next.js in contributing.md.

__NEXT_EXPERIMENTAL_PPR=true pnpm test-dev test/e2e/app-dir/navigation/navigation.test.ts (PPR)

  • app dir - navigation > middleware redirect > should change browser location when router.refresh() gets a redirect response
Expand output

● app dir - navigation › middleware redirect › should change browser location when router.refresh() gets a redirect response

expect(received).toBe(expected) // Object.is equality

Expected: "http://localhost:43099/redirect-on-refresh/dashboard"
Received: "http://localhost:43099/redirect-on-refresh/auth"

  984 |       const browser = await next.browser('/redirect-on-refresh/auth')
  985 |       await retry(async () =>
> 986 |         expect(await browser.url()).toBe(
      |                                     ^
  987 |           next.url + '/redirect-on-refresh/dashboard'
  988 |         )
  989 |       )

  at toBe (e2e/app-dir/navigation/navigation.test.ts:986:37)
  at retry (lib/next-test-utils.ts:811:14)
  at Object.<anonymous> (e2e/app-dir/navigation/navigation.test.ts:985:7)

Read more about building and testing Next.js in contributing.md.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants