stream: propagate abort reason in share and broadcast #85523
Annotations
4 errors and 2 notices
|
test-linux (ubuntu-24.04-arm)
Process completed with exit code 2.
|
|
test-linux (ubuntu-24.04-arm):
test/parallel/test-stream-iter-broadcast-from.js#L71
--- stderr ---
(node:197007) 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/per_context/domexception:79
const self = new Error();
^
DOMException [AbortError]: This operation was aborted
at new DOMException (node:internal/per_context/domexception:79:18)
at AbortController.abort (node:internal/abort_controller:565:18)
at testAbortSignal (/home/runner/work/node/node/node/test/parallel/test-stream-iter-broadcast-from.js:71:6)
at Object.<anonymous> (/home/runner/work/node/node/node/test/parallel/test-stream-iter-broadcast-from.js:185:3)
at Module._compile (node:internal/modules/cjs/loader:1873:14)
at Object..js (node:internal/modules/cjs/loader:2013:10)
at Module.load (node:internal/modules/cjs/loader:1596:32)
at Module._load (node:internal/modules/cjs/loader:1398:12)
at wrapModuleLoad (node:internal/modules/cjs/loader:255:19)
at Module.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:154:5)
Node.js v27.0.0-pre
Command: out/Release/node --experimental-stream-iter /home/runner/work/node/node/node/test/parallel/test-stream-iter-broadcast-from.js
|
|
test-linux (ubuntu-24.04)
Process completed with exit code 2.
|
|
test-linux (ubuntu-24.04):
test/parallel/test-stream-iter-broadcast-from.js#L71
--- stderr ---
(node:205070) 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/per_context/domexception:79
const self = new Error();
^
DOMException [AbortError]: This operation was aborted
at new DOMException (node:internal/per_context/domexception:79:18)
at AbortController.abort (node:internal/abort_controller:565:18)
at testAbortSignal (/home/runner/work/node/node/node/test/parallel/test-stream-iter-broadcast-from.js:71:6)
at Object.<anonymous> (/home/runner/work/node/node/node/test/parallel/test-stream-iter-broadcast-from.js:185:3)
at Module._compile (node:internal/modules/cjs/loader:1873:14)
at Object..js (node:internal/modules/cjs/loader:2013:10)
at Module.load (node:internal/modules/cjs/loader:1596:32)
at Module._load (node:internal/modules/cjs/loader:1398:12)
at wrapModuleLoad (node:internal/modules/cjs/loader:255:19)
at Module.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:154:5)
Node.js v27.0.0-pre
Command: out/Release/node --experimental-stream-iter /home/runner/work/node/node/node/test/parallel/test-stream-iter-broadcast-from.js
|
|
sccache stats - test-linux
56% - 2787 hits, 2186 misses, 0 errors
|
|
sccache stats - test-linux
63% - 3150 hits, 1813 misses, 0 errors
|