Change HTTP API #352
Annotations
2 errors
base-server/index.test.ts#L521
Error: listen EADDRINUSE: address already in use :::31337
❯ Server.setupListenHandle [as _listen2] node:net:1902:16
❯ listenInCluster node:net:1959:12
❯ Server.listen node:net:2061:7
❯ base-server/index.test.ts:521:17
❯ base-server/index.test.ts:520:9
❯ node_modules/.pnpm/@vitest[email protected]/node_modules/@vitest/runner/dist/index.js:146:14
❯ node_modules/.pnpm/@vitest[email protected]/node_modules/@vitest/runner/dist/index.js:61:7
❯ runTest node_modules/.pnpm/@vitest[email protected]/node_modules/@vitest/runner/dist/index.js:960:17
❯ processTicksAndRejections node:internal/process/task_queues:105:5
⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯
Serialized Error: { code: 'EADDRINUSE', errno: -98, syscall: 'listen', address: '::', port: 31337 }
This error originated in "base-server/index.test.ts" test file. It doesn't mean the error was thrown inside the file itself, but while it was running.
The latest test that might've caused the error is "accepts custom HTTP server". It might mean one of the following:
- The error was thrown, while Vitest was running this test.
- If the error occurred after the test had been completed, this was the last documented test before it was thrown.
|
|
The logs for this run have expired and are no longer available.
Loading