stream: update iterable streams to use budget backpressure#64464
Open
jasnell wants to merge 2 commits into
Open
stream: update iterable streams to use budget backpressure#64464jasnell wants to merge 2 commits into
jasnell wants to merge 2 commits into
Annotations
3 errors and 1 notice
|
Test
Process completed with exit code 2.
|
|
Test:
test/parallel/test-stream-iter-share-from.js#L195
--- stderr ---
(node:212371) ExperimentalWarning: stream/iter is an experimental feature and might change at any time
(Use `node --trace-warnings ...` to show where the warning was created)
node:internal/process/promises:324
triggerUncaughtException(err, true /* fromPromise */);
^
AssertionError [ERR_ASSERTION]: Expected values to be strictly equal:
2 !== 4
at testShareDropNewest (/home/runner/work/node/node/node/test/parallel/test-stream-iter-share-from.js:195:10)
at process.processTicksAndRejections (node:internal/process/task_queues:104:5)
at async Promise.all (index 10) {
generatedMessage: true,
code: 'ERR_ASSERTION',
actual: 2,
expected: 4,
operator: 'strictEqual',
diff: 'simple'
}
Node.js v27.0.0-pre
Command: out/Release/node --experimental-stream-iter /home/runner/work/node/node/node/test/parallel/test-stream-iter-share-from.js
|
|
Test:
test/parallel/test-quic-stream-uni-basic.mjs#L39
--- stderr ---
node:internal/process/promises:324
triggerUncaughtException(err, true /* fromPromise */);
^
AssertionError [ERR_ASSERTION]: Expected values to be strictly equal:
+ actual - expected
+ undefined
- null
at QuicSession.<anonymous> (file:///home/runner/work/node/node/node/test/parallel/test-quic-stream-uni-basic.mjs:39:5) {
generatedMessage: true,
code: 'ERR_ASSERTION',
actual: undefined,
expected: null,
operator: 'strictEqual',
diff: 'simple'
}
Node.js v27.0.0-pre
Command: out/Release/node --experimental-quic --experimental-stream-iter --no-warnings /home/runner/work/node/node/node/test/parallel/test-quic-stream-uni-basic.mjs
|
|
Post Set up sccache
63% - 3216 hits, 1916 misses, 0 errors
|
background
wait
wait-all
cancel
parallel
Loading