Skip to content

stream: remove redundant method check from iter.pipeToSync #84758

stream: remove redundant method check from iter.pipeToSync

stream: remove redundant method check from iter.pipeToSync #84758

Triggered via push May 5, 2026 21:39
Status Failure
Total duration 3h 2m 19s
Artifacts

test-linux.yml

on: push
Matrix: test-linux
Fit to window
Zoom out
Zoom in

Annotations

2 errors
test-linux (ubuntu-24.04-arm)
Process completed with exit code 2.
test-linux (ubuntu-24.04-arm): test/sequential/test-watch-mode-worker.mjs#L135
--- stdout --- Test failure: 'should watch changes to worker dependencies - cjs' Location: test/sequential/test-watch-mode-worker.mjs:111:3 AssertionError [ERR_ASSERTION]: Expected values to be strictly deep-equal: + actual - expected [ 'dep v1', "Completed running '/home/runner/work/node/node/node/test/.tmp.5356/1.js'. Waiting for file changes before restarting...", "Restarting '/home/runner/work/node/node/node/test/.tmp.5356/1.js'", + '{}', - 'dep v1', "Completed running '/home/runner/work/node/node/node/test/.tmp.5356/1.js'. Waiting for file changes before restarting..." ] at TestContext.<anonymous> (file:///home/runner/work/node/node/node/test/sequential/test-watch-mode-worker.mjs:135:12) at process.processTicksAndRejections (node:internal/process/task_queues:104:5) at async Test.run (node:internal/test_runner/test:1313:7) at async Suite.processPendingSubtests (node:internal/test_runner/test:897:7) { generatedMessage: true, code: 'ERR_ASSERTION', actual: [Array], expected: [Array], operator: 'deepStrictEqual', diff: 'simple' } Command: out/Release/node --test-reporter=./test/common/test-error-reporter.js --test-reporter-destination=stdout /home/runner/work/node/node/node/test/sequential/test-watch-mode-worker.mjs