fs: handle early writeFile stream errors #85732
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-fs-promises-file-handle-writeFile.js#L128
--- stderr ---
node:internal/process/promises:324
triggerUncaughtException(err, true /* fromPromise */);
^
AssertionError [ERR_ASSERTION]: Expected values to be strictly equal:
1 !== 0
at doWriteStreamError (/home/runner/work/node/node/node/test/parallel/test-fs-promises-file-handle-writeFile.js:128:12)
at process.processTicksAndRejections (node:internal/process/task_queues:104:5)
at async /home/runner/work/node/node/node/test/parallel/test-fs-promises-file-handle-writeFile.js:251:3 {
generatedMessage: true,
code: 'ERR_ASSERTION',
actual: 1,
expected: 0,
operator: 'strictEqual',
diff: 'simple'
}
Node.js v27.0.0-pre
Command: out/Release/node /home/runner/work/node/node/node/test/parallel/test-fs-promises-file-handle-writeFile.js
|
|
test-linux (ubuntu-24.04)
Process completed with exit code 2.
|
|
test-linux (ubuntu-24.04):
test/parallel/test-fs-promises-file-handle-writeFile.js#L128
--- stderr ---
node:internal/process/promises:324
triggerUncaughtException(err, true /* fromPromise */);
^
AssertionError [ERR_ASSERTION]: Expected values to be strictly equal:
1 !== 0
at doWriteStreamError (/home/runner/work/node/node/node/test/parallel/test-fs-promises-file-handle-writeFile.js:128:12)
at process.processTicksAndRejections (node:internal/process/task_queues:104:5)
at async /home/runner/work/node/node/node/test/parallel/test-fs-promises-file-handle-writeFile.js:251:3 {
generatedMessage: true,
code: 'ERR_ASSERTION',
actual: 1,
expected: 0,
operator: 'strictEqual',
diff: 'simple'
}
Node.js v27.0.0-pre
Command: out/Release/node /home/runner/work/node/node/node/test/parallel/test-fs-promises-file-handle-writeFile.js
|
|
sccache stats - test-linux
61% - 3016 hits, 1958 misses, 0 errors
|
|
sccache stats - test-linux
68% - 3364 hits, 1600 misses, 0 errors
|