chore(deps): update vitest monorepo to v2 #1280
Triggered via pull request
September 14, 2024 05:32
Status
Failure
Total duration
3m 43s
Artifacts
–
nodejs.yml
on: pull_request
Node.js
/
Setup
6s
Matrix: Node.js / Test
Annotations
12 errors and 6 warnings
test/HttpClient.test.ts > HttpClient.test.ts > .curl() > should curl alias to request():
src/HttpClient.ts#L684
HttpClientRequestTimeoutError: Request timeout for 1000 ms
❯ HttpClient.#requestInternal src/HttpClient.ts:684:15
❯ HttpClient.request src/HttpClient.ts:231:12
❯ HttpClient.curl src/HttpClient.ts:236:12
❯ test/HttpClient.test.ts:37:22
⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯
Serialized Error: { status: -1, headers: {}, socket: { id: 1, localAddress: '::1', localPort: 49422, remoteAddress: '::1', remotePort: 49418, remoteFamily: 'IPv6', bytesWritten: 127, bytesRead: +0, handledRequests: 1, handledResponses: +0, connectedTime: '2024-09-14T05:34:14.287Z' }, res: { status: -1, statusCode: -1, statusText: '', statusMessage: '', headers: {}, size: +0, aborted: false, rt: 2383.846, keepAliveSocket: true, requestUrls: [ 'http://localhost:49418/' ], timing: { queuing: 5.122, connected: 14.178, requestHeadersSent: 16.005, requestSent: 17.385, waiting: +0, contentDownload: +0 }, socket: { id: 1, localAddress: '::1', localPort: 49422, remoteAddress: '::1', remotePort: 49418, remoteFamily: 'IPv6', bytesWritten: 127, bytesRead: +0, handledRequests: 1, handledResponses: +0, connectedTime: '2024-09-14T05:34:14.287Z' }, retries: +0, socketErrorRetries: +0 }, opaque: undefined }
Caused by: Caused by: HeadersTimeoutError: Headers Timeout Error
❯ Timeout.onParserTimeout [as _onTimeout] node_modules/undici/lib/dispatcher/client-h1.js:622:28
⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯
Serialized Error: { code: 'UND_ERR_HEADERS_TIMEOUT' }
|
Node.js / Test (windows-latest, 18)
Process completed with exit code 1.
|
test/keep-alive-header.test.ts > keep-alive-header.test.ts > should handle Keep-Alive header and not throw reset error on 1s keepalive agent:
test/keep-alive-header.test.ts#L45
TypeError: Cannot read properties of undefined (reading 'pending')
❯ test/keep-alive-header.test.ts:45:64
|
Node.js / Test (ubuntu-latest, 22)
Process completed with exit code 1.
|
test/keep-alive-header.test.ts > keep-alive-header.test.ts > should handle Keep-Alive header and not throw reset error on 1s keepalive agent:
test/keep-alive-header.test.ts#L45
TypeError: Cannot read properties of undefined (reading 'pending')
❯ test/keep-alive-header.test.ts:45:64
|
Node.js / Test (macos-latest, 22)
Process completed with exit code 1.
|
test/keep-alive-header.test.ts > keep-alive-header.test.ts > should handle Keep-Alive header and not throw reset error on 1s keepalive agent:
test/keep-alive-header.test.ts#L45
TypeError: Cannot read properties of undefined (reading 'pending')
❯ test/keep-alive-header.test.ts:45:64
|
Node.js / Test (windows-latest, 22)
Process completed with exit code 1.
|
Node.js / Test (macos-latest, 20)
Canceling since a higher priority waiting request for 'CI-#527-(macos-latest, mysql@20)' exists
|
Node.js / Test (macos-latest, 20)
The operation was canceled.
|
Node.js / Test (macos-latest, 18)
Canceling since a higher priority waiting request for 'CI-#527-(macos-latest, mysql@18)' exists
|
Node.js / Test (macos-latest, 18)
The operation was canceled.
|
Node.js / Test (ubuntu-latest, 18.19.0)
The following actions use a deprecated Node.js version and will be forced to run on node20: codecov/codecov-action@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Node.js / Test (ubuntu-latest, 18)
The following actions use a deprecated Node.js version and will be forced to run on node20: codecov/codecov-action@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Node.js / Test (ubuntu-latest, 20)
The following actions use a deprecated Node.js version and will be forced to run on node20: codecov/codecov-action@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Node.js / Test (macos-latest, 18.19.0)
The following actions use a deprecated Node.js version and will be forced to run on node20: codecov/codecov-action@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Node.js / Test (windows-latest, 18.19.0)
The following actions use a deprecated Node.js version and will be forced to run on node20: codecov/codecov-action@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Node.js / Test (windows-latest, 20)
The following actions use a deprecated Node.js version and will be forced to run on node20: codecov/codecov-action@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|