Skip to content

http: fix just-merged change that could silently truncate responses #78754

http: fix just-merged change that could silently truncate responses

http: fix just-merged change that could silently truncate responses #78754

Triggered via pull request July 14, 2026 22:15
Status Failure
Total duration 47m 58s
Artifacts

test-macos.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

3 errors and 1 notice
test-macOS
Process completed with exit code 2.
test-macOS: test/parallel/test-http-client-complete-response-reset.js#L0
--- stderr --- node:assert:173 throw err; ^ AssertionError [ERR_ASSERTION]: function should not have been called at /Users/runner/work/node/node/node/test/parallel/test-http-client-complete-response-reset.js:46 called with arguments: Error: write EPIPE at WriteWrap.onWriteComplete [as oncomplete] (node:internal/stream_base_commons:87:19) { errno: -32, code: 'EPIPE', syscall: 'write' } at ClientRequest.mustNotCall (/Users/runner/work/node/node/node/test/common/index.js:568:12) at ClientRequest.emit (node:events:514:20) at emitErrorEvent (node:_http_client:112:11) at Socket.socketErrorListener (node:_http_client:765:7) at Socket.emit (node:events:514:20) at emitErrorNT (node:internal/streams/destroy:170:8) at emitErrorCloseNT (node:internal/streams/destroy:129:3) at process.processTicksAndRejections (node:internal/process/task_queues:90:21) { generatedMessage: false, code: 'ERR_ASSERTION', actual: undefined, expected: undefined, operator: 'fail', diff: 'simple' } Node.js v27.0.0-pre Command: out/Release/node /Users/runner/work/node/node/node/test/parallel/test-http-client-complete-response-reset.js
test-macOS: test/parallel/test-http-client-complete-response-open-request-reset.js#L37
--- stderr --- node:internal/assert/utils:146 throw error; ^ AssertionError [ERR_ASSERTION]: Expected values to be strictly equal: + actual - expected + 'EPIPE' - 'ECONNRESET' at ClientRequest.<anonymous> (/Users/runner/work/node/node/node/test/parallel/test-http-client-complete-response-open-request-reset.js:37:12) at ClientRequest.<anonymous> (/Users/runner/work/node/node/node/test/common/index.js:510:15) at ClientRequest.emit (node:events:514:20) at emitErrorEvent (node:_http_client:112:11) at Socket.socketErrorListener (node:_http_client:765:7) at Socket.emit (node:events:514:20) at emitErrorNT (node:internal/streams/destroy:170:8) at emitErrorCloseNT (node:internal/streams/destroy:129:3) at process.processTicksAndRejections (node:internal/process/task_queues:90:21) { generatedMessage: true, code: 'ERR_ASSERTION', actual: 'EPIPE', expected: 'ECONNRESET', operator: 'strictEqual', diff: 'simple' } Node.js v27.0.0-pre Command: out/Release/node /Users/runner/work/node/node/node/test/parallel/test-http-client-complete-response-open-request-reset.js
sccache stats - test-macOS
85% - 4261 hits, 775 misses, 0 errors