test: Run Adapter e2e tests with Turbopack instead#90600
Conversation
Stats from current PR✅ No significant changes detected📊 All Metrics📖 Metrics GlossaryDev Server Metrics:
Build Metrics:
Change Thresholds:
⚡ Dev Server
📦 Dev Server (Webpack) (Legacy)📦 Dev Server (Webpack)
⚡ Production Builds
📦 Production Builds (Webpack) (Legacy)📦 Production Builds (Webpack)
📦 Bundle SizesBundle Sizes⚡ TurbopackClient Main Bundles: **400 kB** → **400 kB** ✅ -5 B80 files with content-based hashes (individual files not comparable between builds) Server Middleware
Build DetailsBuild Manifests
📦 WebpackClient Main Bundles
Polyfills
Pages
Server Edge SSR
Middleware
Build DetailsBuild Manifests
Build Cache
🔄 Shared (bundler-independent)Runtimes
📎 Tarball URL |
ijjk
left a comment
There was a problem hiding this comment.
Kicked off run here https://github.com/vercel/next.js/actions/runs/22451438582/job/65020751890
If we're green sounds good
Failing test suitesCommit: 8c6660d | About building and testing Next.js
Expand output● app-dir action handling › fetch actions › should handle redirects to routes that provide an invalid RSC response
Expand output● edge api can use async local storage › cans use multiple instances per request |
|
https://github.com/vercel/next.js/actions/runs/22451438582/job/65020751844: |
|
Looking at that test now |
Fixes failing assertion with turbopack Verified against turbopack + adapter deploy test locally <img width="2076" height="1336" alt="CleanShot 2026-02-26 at 13 25 30@2x" src="https://github.com/user-attachments/assets/a8c66314-8163-4371-b02a-dc7146989425" /> x-ref: #90600 (comment)
|
Ah another one FAIL Turbopack test/e2e/middleware-base-path/test/index.test.ts (48.977 s)
Middleware base tests
✓ should execute from absolute paths (1989 ms)
✓ router.query must exist when Link clicked page routing (1446 ms)
✕ should allow client-side navigation to the root (480 ms)
● Middleware base tests › should allow client-side navigation to the root
expect(received).toMatch(expected)
Expected substring: "Hello World"
Received string: "Hello"
53 | await browser.elementById('go-to-home').click()
54 | const title = await browser.waitForElementByCss('.title').text()
> 55 | expect(title).toMatch('Hello World')
| ^
56 | } finally {
57 | await browser.close()
58 | }
at Object.toMatch (e2e/middleware-base-path/test/index.test.ts:55:21) |
|
All adapter tests 🟢 https://github.com/vercel/next.js/actions/runs/22469904517/job/65084321629 |

No description provided.