stream: Readable.concat util method #88997
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#L97
--- stdout ---
Test failure: 'concatenates in order'
Location: test/parallel/test-stream-consumers-concat.js:73:1
TypeError: Method Promise.prototype.then called on incompatible receiver #<Object>
at Object.then (<anonymous>)
at node:internal/per_context/primordials:504:35
at new Promise (<anonymous>)
at new SafePromise (node:internal/per_context/primordials:478:3)
at node:internal/per_context/primordials:504:9
at Array.map (<anonymous>)
at arrayToSafePromiseIterable (node:internal/per_context/primordials:501:5)
at node:internal/per_context/primordials:627:22
at new Promise (<anonymous>)
at node:internal/per_context/primordials:626:3
Test failure: 'mixes streams, iterables and chunks'
Location: test/parallel/test-stream-consumers-concat.js:82:1
TypeError: Method Promise.prototype.then called on incompatible receiver #<Object>
at Object.then (<anonymous>)
at node:internal/per_context/primordials:504:35
at new Promise (<anonymous>)
at new SafePromise (node:internal/per_context/primordials:478:3)
at node:internal/per_context/primordials:504:9
at Array.map (<anonymous>)
at arrayToSafePromiseIterable (node:internal/per_context/primordials:501:5)
at node:internal/per_context/primordials:627:22
at new Promise (<anonymous>)
at node:internal/per_context/primordials:626:3
Test failure: 'an idle sibling erroring does not crash the process'
Location: test/parallel/test-stream-consumers-concat.js:95:1
AssertionError [ERR_ASSERTION]: The input did not match the regular expression /boom/. Input:
'TypeError: Method Promise.prototype.then called on incompatible receiver #<Object>'
at async TestContext.<anonymous> (/home/runner/work/node/node/node/test/parallel/test-stream-consumers-concat.js:97: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: Method Promise.prototype.then called on incompatible receiver #<Object>
at Object.then (<anonymous>)
at node:internal/per_context/primordials:504:35
at new Promise (<anonymous>)
at new SafePromise (node:internal/per_context/primordials:478:3)
at node:internal/per_context/primordials:504:9
at Array.map (<anonymous>)
at arrayToSafePromiseIterable (node:internal/per_context/primordials:501:5)
at node:internal/per_context/primordials:627:22
at new Promise (<anonymous>)
at node:internal/per_context/primordials:626:3,
expected: /boom/,
operator: 'rejects',
diff: 'simple'
}
Test failure: 'the failure aborts promptly, without draining the current stream'
Location: test/parallel/test-stream-consumers-concat.js:100:1
AssertionError [ERR_ASSERTION]: The input did not match the regular expression /boom/. Input:
'TypeError: Method Promise.prototype.then called on incompatible receiver #<Object>'
at async TestContext.<anonymous> (/home/runner/work/node/node/node/test/parallel/test-stream-consumers-concat.js:105: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: Method Promise.prototype.then called on incompatible receiver #<Object>
at Object.then (<anonymous>)
at node:internal/per_context/primordials:504:35
at new Promise (<anonymous>)
at new SafePromise (node:internal/per_context/primordials:478:3)
at node:internal/per_context/primordials:504:9
at Array.map (<anonymous>)
at arrayToSafePromiseIterable (node:internal/per_context/primordials:501:5)
at node:internal/per_context/primordials:627:22
at new Promise (<anonymous>)
at node:internal/per_context/primordials:626:3,
expected: /boom/,
operator: 'rejects',
diff: 'simple'
}
Test failure: 'a failure destroys every other source'
Location: test/parallel/test-stream-consumers-concat.js:109:1
AssertionError [ERR_
|
|
test-linux (ubuntu-24.04)
Process completed with exit code 2.
|
|
test-linux (ubuntu-24.04):
test/parallel/test-stream-consumers-concat.js#L97
--- stdout ---
Test failure: 'concatenates in order'
Location: test/parallel/test-stream-consumers-concat.js:73:1
TypeError: Method Promise.prototype.then called on incompatible receiver #<Object>
at Object.then (<anonymous>)
at node:internal/per_context/primordials:504:35
at new Promise (<anonymous>)
at new SafePromise (node:internal/per_context/primordials:478:3)
at node:internal/per_context/primordials:504:9
at Array.map (<anonymous>)
at arrayToSafePromiseIterable (node:internal/per_context/primordials:501:5)
at node:internal/per_context/primordials:627:22
at new Promise (<anonymous>)
at node:internal/per_context/primordials:626:3
Test failure: 'mixes streams, iterables and chunks'
Location: test/parallel/test-stream-consumers-concat.js:82:1
TypeError: Method Promise.prototype.then called on incompatible receiver #<Object>
at Object.then (<anonymous>)
at node:internal/per_context/primordials:504:35
at new Promise (<anonymous>)
at new SafePromise (node:internal/per_context/primordials:478:3)
at node:internal/per_context/primordials:504:9
at Array.map (<anonymous>)
at arrayToSafePromiseIterable (node:internal/per_context/primordials:501:5)
at node:internal/per_context/primordials:627:22
at new Promise (<anonymous>)
at node:internal/per_context/primordials:626:3
Test failure: 'an idle sibling erroring does not crash the process'
Location: test/parallel/test-stream-consumers-concat.js:95:1
AssertionError [ERR_ASSERTION]: The input did not match the regular expression /boom/. Input:
'TypeError: Method Promise.prototype.then called on incompatible receiver #<Object>'
at async TestContext.<anonymous> (/home/runner/work/node/node/node/test/parallel/test-stream-consumers-concat.js:97: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: Method Promise.prototype.then called on incompatible receiver #<Object>
at Object.then (<anonymous>)
at node:internal/per_context/primordials:504:35
at new Promise (<anonymous>)
at new SafePromise (node:internal/per_context/primordials:478:3)
at node:internal/per_context/primordials:504:9
at Array.map (<anonymous>)
at arrayToSafePromiseIterable (node:internal/per_context/primordials:501:5)
at node:internal/per_context/primordials:627:22
at new Promise (<anonymous>)
at node:internal/per_context/primordials:626:3,
expected: /boom/,
operator: 'rejects',
diff: 'simple'
}
Test failure: 'the failure aborts promptly, without draining the current stream'
Location: test/parallel/test-stream-consumers-concat.js:100:1
AssertionError [ERR_ASSERTION]: The input did not match the regular expression /boom/. Input:
'TypeError: Method Promise.prototype.then called on incompatible receiver #<Object>'
at async TestContext.<anonymous> (/home/runner/work/node/node/node/test/parallel/test-stream-consumers-concat.js:105: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: Method Promise.prototype.then called on incompatible receiver #<Object>
at Object.then (<anonymous>)
at node:internal/per_context/primordials:504:35
at new Promise (<anonymous>)
at new SafePromise (node:internal/per_context/primordials:478:3)
at node:internal/per_context/primordials:504:9
at Array.map (<anonymous>)
at arrayToSafePromiseIterable (node:internal/per_context/primordials:501:5)
at node:internal/per_context/primordials:627:22
at new Promise (<anonymous>)
at node:internal/per_context/primordials:626:3,
expected: /boom/,
operator: 'rejects',
diff: 'simple'
}
Test failure: 'a failure destroys every other source'
Location: test/parallel/test-stream-consumers-concat.js:109:1
AssertionError [ERR_
|
|
sccache stats - test-linux
73% - 3662 hits, 1368 misses, 0 errors
|
|
sccache stats - test-linux
75% - 3763 hits, 1278 misses, 0 errors
|