### What versions & operating system are you using? - Wrangler: v4.69.0 (Previous version: 4.67.0) - vitest: 3.2.4 - vite: 7.3.1 - @cloudflare/vitest-pool-workers: 0.12.18 - @cloudflare/vite-plugin: 1.25.6 - The workerd version - https://github.com/cloudflare/workerd/releases/tag/v1.20260305.0 ### Please provide a link to a minimal reproduction https://github.com/elct9620/gna ### Describe the Bug When running `pnpm test` or `pnpm test:coverage`, the tests failed by workerd error. I have 2 projects has different errors. - Both work correctly before the Wrangler upgrade - Unable to rollback (one project update, then all project fails) ### Please provide any relevant error logs Project 1 (Gna, Public): - GitHub Action works correctly - Need to use `pkill` to clean up `workerd` - Run single test can pass [project1.txt](https://github.com/user-attachments/files/25580356/project1.txt) > [!NOTE] > Enable `singleWorker` fix this issue. The issue may related to too many tests. --- Project 2 (Private, no CI because GitLab Self-Hosted Runner in Container does not work) - Test case contains CJK [project2.txt](https://github.com/user-attachments/files/25580365/project2.txt)
What versions & operating system are you using?
Please provide a link to a minimal reproduction
https://github.com/elct9620/gna
Describe the Bug
When running
pnpm testorpnpm test:coverage, the tests failed by workerd error. I have 2 projects has different errors.Please provide any relevant error logs
Project 1 (Gna, Public):
pkillto clean upworkerdproject1.txt
Note
Enable
singleWorkerfix this issue. The issue may related to too many tests.Project 2 (Private, no CI because GitLab Self-Hosted Runner in Container does not work)
project2.txt