http: frame client requests that carry a payload #81155
Annotations
2 errors and 1 notice
|
test-macOS
Process completed with exit code 2.
|
|
test-macOS:
test/parallel/test-http-clientrequest-end-contentlength.js#L19
--- stderr ---
node:internal/assert/utils:146
throw error;
^
AssertionError [ERR_ASSERTION]: Expected values to be strictly deep-equal:
+ actual - expected
+ Buffer(0) [Uint8Array] []
- Buffer(18) [Uint8Array] [
- 80,
- 85,
- 84,
- 32,
- 47,
- 32,
- 72,
- 84,
- 84,
- 80,
- 47,
- 49,
- 46,
- 49,
- 13,
- 10,
- 13,
- 10
- ]
at IncomingMessage.<anonymous> (/Users/runner/work/node/node/node/test/parallel/test-http-clientrequest-end-contentlength.js:19:12)
at IncomingMessage.<anonymous> (/Users/runner/work/node/node/node/test/common/index.js:511:15)
at IncomingMessage.emit (node:events:514:20)
at endReadableNT (node:internal/streams/readable:1966:12)
at process.processTicksAndRejections (node:internal/process/task_queues:90:21) {
generatedMessage: true,
code: 'ERR_ASSERTION',
actual: Buffer(0) [Uint8Array] [],
expected: Buffer(18) [Uint8Array] [
80, 85, 84, 32, 47, 32, 72,
84, 84, 80, 47, 49, 46, 49,
13, 10, 13, 10
],
operator: 'deepStrictEqual',
diff: 'simple'
}
Node.js v27.0.0-pre
Command: out/Release/node /Users/runner/work/node/node/node/test/parallel/test-http-clientrequest-end-contentlength.js
|
|
sccache stats - test-macOS
50% - 2529 hits, 2499 misses, 0 errors
|