stream: Readable.concat util method #89022
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-consumers-concat.js#L60
--- stdout ---
Test failure: 'rejects an invalid source inside the collection'
Location: test/parallel/test-stream-consumers-concat.js:59:1
AssertionError [ERR_ASSERTION]: The input did not match the regular expression /"source" argument must be an instance of Stream or Iterable or AsyncIterable/. Input:
'TypeError [ERR_INVALID_ARG_TYPE]: The "source" argument must be an instance of Stream, Iterable, or AsyncIterable. Received type number (42)'
at process.processTicksAndRejections (node:internal/process/task_queues:104:5)
at async TestContext.<anonymous> (/home/runner/work/node/node/node/test/parallel/test-stream-consumers-concat.js:60:3)
at async Test.run (node:internal/test_runner/test:1404:7)
at async Test.processPendingSubtests (node:internal/test_runner/test:969:7) {
generatedMessage: true,
code: 'ERR_ASSERTION',
actual: [TypeError],
expected: /"source" argument must be an instance of Stream or Iterable or AsyncIterable/,
operator: 'rejects',
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/parallel/test-stream-consumers-concat.js
|
|
test-linux (ubuntu-24.04)
Process completed with exit code 2.
|
|
test-linux (ubuntu-24.04):
test/parallel/test-stream-consumers-concat.js#L60
--- stdout ---
Test failure: 'rejects an invalid source inside the collection'
Location: test/parallel/test-stream-consumers-concat.js:59:1
AssertionError [ERR_ASSERTION]: The input did not match the regular expression /"source" argument must be an instance of Stream or Iterable or AsyncIterable/. Input:
'TypeError [ERR_INVALID_ARG_TYPE]: The "source" argument must be an instance of Stream, Iterable, or AsyncIterable. Received type number (42)'
at process.processTicksAndRejections (node:internal/process/task_queues:104:5)
at async TestContext.<anonymous> (/home/runner/work/node/node/node/test/parallel/test-stream-consumers-concat.js:60:3)
at async Test.run (node:internal/test_runner/test:1404:7)
at async Test.processPendingSubtests (node:internal/test_runner/test:969:7) {
generatedMessage: true,
code: 'ERR_ASSERTION',
actual: [TypeError],
expected: /"source" argument must be an instance of Stream or Iterable or AsyncIterable/,
operator: 'rejects',
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/parallel/test-stream-consumers-concat.js
|
|
sccache stats - test-linux
78% - 3944 hits, 1086 misses, 0 errors
|
|
sccache stats - test-linux
82% - 4150 hits, 891 misses, 0 errors
|