stream: update iterable streams to use budget backpressure #78652
Annotations
2 errors and 1 notice
|
test-macOS
Process completed with exit code 2.
|
|
test-macOS:
test/benchmark/test-benchmark-streams.js#L0
--- stderr ---
(node:13557) 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:14258) 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/streams/iter/utils:365
validateOneOf(value, 'options.backpressure', [
^
TypeError [ERR_INVALID_ARG_VALUE]: The property 'options.backpressure' must be one of: 'strict', 'unbounded', 'drop-oldest', 'drop-newest'. Received 'block'
at validateBackpressure (node:internal/streams/iter/utils:365:3)
at share (node:internal/streams/iter/share:692:3)
at main (/Users/runner/work/node/node/node/benchmark/streams/iter-throughput-share.js:27:20)
at /Users/runner/work/node/node/node/benchmark/common.js:64:9
at process.processTicksAndRejections (node:internal/process/task_queues:85:11) {
code: 'ERR_INVALID_ARG_VALUE'
}
Node.js v27.0.0-pre
node:internal/process/promises:322
new UnhandledPromiseRejection(reason);
^
UnhandledPromiseRejection: This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). The promise rejected with the reason "1".
at throwUnhandledRejectionsMode (node:internal/process/promises:322:7)
at processPromiseRejections (node:internal/process/promises:405:17)
at process.processTicksAndRejections (node:internal/process/task_queues:106:37) {
code: 'ERR_UNHANDLED_REJECTION'
}
Node.js v27.0.0-pre
node:internal/assert/utils:146
throw error;
^
AssertionError [ERR_ASSERTION]: Expected values to be strictly equal:
1 !== 0
at ChildProcess.<anonymous> (/Users/runner/work/node/node/node/test/common/benchmark.js:28:12)
at ChildProcess.emit (node:events:509:20)
at ChildProcess._handle.onexit (node:internal/child_process:294:12) {
generatedMessage: true,
code: 'ERR_ASSERTION',
actual: 1,
expected: 0,
operator: 'strictEqual',
diff: 'simple'
}
Node.js v27.0.0-pre
Command: out/Release/node /Users/runner/work/node/node/node/test/benchmark/test-benchmark-streams.js
|
|
sccache stats - test-macOS
76% - 3818 hits, 1218 misses, 0 errors
|