fix: explicitly start MessagePort
#18
Annotations
5 errors
|
Test (Bun)
Process completed with exit code 1.
|
|
test/isolation.test.ts > worker_threads > running workers can recycle after task execution finishes:
test/isolation.test.ts#L32
Error: Test timed out in 5000ms.
If this is a long-running test, pass a timeout value as the last argument or configure it globally with "testTimeout".
❯ <anonymous> test/isolation.test.ts:32:7
❯ processTicksAndRejections unknown:7:39
|
|
test/isolation.test.ts > worker_threads > idle workers can be recycled:
test/isolation.test.ts#L9
Error: Test timed out in 5000ms.
If this is a long-running test, pass a timeout value as the last argument or configure it globally with "testTimeout".
❯ <anonymous> test/isolation.test.ts:9:7
❯ processTicksAndRejections unknown:7:39
|
|
Unhandled error:
dist/index.js#L30
ReferenceError: Cannot access 'dispose' before initialization.
❯ disposeInternalListeners node_modules/.pnpm/vitest@3.1.3_@types+node@20.12.8/node_modules/vitest/dist/chunks/utils.BfxieIyZ.js:19:19
❯ execute node_modules/.pnpm/vitest@3.1.3_@types+node@20.12.8/node_modules/vitest/dist/worker.js:68:2
❯ execute node_modules/.pnpm/vitest@3.1.3_@types+node@20.12.8/node_modules/vitest/dist/worker.js:67:24
❯ onMessage dist/entry/process.js:39:24
❯ processTicksAndRejections native:7:39
❯ spawnSync node:child_process:226:22
❯ execSync node:child_process:275:109
❯ dist/index.js:30:19
❯ moduleEvaluation native:1:11
|
|
Unhandled error:
dist/index.js#L125
Error: Worker exited unexpectedly
❯ onUnexpectedExit dist/index.js:125:3
❯ emit node:events:98:21
❯ #handleOnExit node:child_process:513:13
This error originated in "test/globals.test.ts" test file. It doesn't mean the error was thrown inside the file itself, but while it was running.
|