chore(deps): update all non-major dependencies #525
Annotations
5 errors
ci
Process completed with exit code 1.
|
test/https-proxy.test.ts > lib/http-proxy.js > HTTPS #createProxyServer > HTTPS to HTTP using own server > should proxy the request en send back the response:
test/https-proxy.test.ts#L252
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".
❯ test/https-proxy.test.ts:252:7
|
test/http-proxy.test.ts > http-proxy > #createProxyServer using the web-incoming passes > should make the request, handle response and finish it:
test/http-proxy.test.ts#L145
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".
❯ test/http-proxy.test.ts:145:5
|
Unhandled error:
test/https-proxy.test.ts#L288
Error: listen EADDRINUSE: address already in use :::1031
❯ Server.setupListenHandle [as _listen2] node:net:1940:16
❯ listenInCluster node:net:1997:12
❯ Server.listen node:net:2102:7
❯ test/https-proxy.test.ts:288:12
❯ node_modules/.pnpm/@vitest[email protected]/node_modules/@vitest/runner/dist/chunk-hooks.js:155:11
❯ node_modules/.pnpm/@vitest[email protected]/node_modules/@vitest/runner/dist/chunk-hooks.js:752:26
❯ node_modules/.pnpm/@vitest[email protected]/node_modules/@vitest/runner/dist/chunk-hooks.js:1897:20
❯ runWithTimeout node_modules/.pnpm/@vitest[email protected]/node_modules/@vitest/runner/dist/chunk-hooks.js:1863:10
❯ runTest node_modules/.pnpm/@vitest[email protected]/node_modules/@vitest/runner/dist/chunk-hooks.js:1574:12
⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯
Serialized Error: { code: 'EADDRINUSE', errno: -98, syscall: 'listen', address: '::', port: 1031 }
This error originated in "test/https-proxy.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 "should proxy the request en send back the response". 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.
|
Unhandled error:
test/https-proxy.test.ts#L265
Error: listen EADDRINUSE: address already in use :::1030
❯ Server.setupListenHandle [as _listen2] node:net:1940:16
❯ listenInCluster node:net:1997:12
❯ Server.listen node:net:2102:7
❯ test/https-proxy.test.ts:265:16
❯ node_modules/.pnpm/@vitest[email protected]/node_modules/@vitest/runner/dist/chunk-hooks.js:155:11
❯ node_modules/.pnpm/@vitest[email protected]/node_modules/@vitest/runner/dist/chunk-hooks.js:752:26
❯ node_modules/.pnpm/@vitest[email protected]/node_modules/@vitest/runner/dist/chunk-hooks.js:1897:20
❯ runWithTimeout node_modules/.pnpm/@vitest[email protected]/node_modules/@vitest/runner/dist/chunk-hooks.js:1863:10
❯ runTest node_modules/.pnpm/@vitest[email protected]/node_modules/@vitest/runner/dist/chunk-hooks.js:1574:12
⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯
Serialized Error: { code: 'EADDRINUSE', errno: -98, syscall: 'listen', address: '::', port: 1030 }
This error originated in "test/https-proxy.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 "should proxy the request en send back the response". 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.
|