Allow manipulating the generator in Duplex.from() #62770
Triggered via pull request
September 24, 2024 19:31
Status
Failure
Total duration
1h 29m 46s
Artifacts
–
Annotations
2 errors and 1 notice
test-linux:
test/parallel/test-stream-compose-operator.js#L1
--- stderr ---
node:internal/process/promises:394
triggerUncaughtException(err, true /* fromPromise */);
^
AssertionError [ERR_ASSERTION]: The input did not match the regular expression /boom/. Input:
'AbortError: The operation was aborted'
at process.processTicksAndRejections (node:internal/process/task_queues:105:5) {
generatedMessage: true,
code: 'ERR_ASSERTION',
actual: AbortError: The operation was aborted
at destroyer (node:internal/streams/destroy:328:11)
at node:internal/streams/duplexify:89:7
at asyncGenerator.return (node:internal/streams/duplexify:251:9)
at process.processTicksAndRejections (node:internal/process/task_queues:105:5)
at async /home/runner/work/node/node/test/parallel/test-stream-compose-operator.js:63:5
at async nextAsync (node:internal/streams/from:182:33) {
code: 'ABORT_ERR'
},
expected: /boom/,
operator: 'rejects'
}
Node.js v23.0.0-pre
Command: out/Release/node --test-reporter=spec --test-reporter-destination=stdout --test-reporter=./tools/github_reporter/index.js --test-reporter-destination=stdout /home/runner/work/node/node/test/parallel/test-stream-compose-operator.js
|
test-linux
Process completed with exit code 2.
|
sccache stats
0% - 0 hits, 0 misses, 0 errors
|