-
Notifications
You must be signed in to change notification settings - Fork 29.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
flaky: test-fs-readfile-tostring-fail #51133
Comments
FWIW this is an out of disk space issue: 06:42:28 not ok 3678 pummel/test-fs-readfile-tostring-fail
06:42:28 ---
06:42:28 duration_ms: 156.30400
06:42:28 severity: fail
06:42:28 exitcode: 7
06:42:28 stack: |-
06:42:28 /Users/iojs/build/workspace/node-test-commit-osx/nodes/osx11-x64/test/pummel/test-fs-readfile-tostring-fail.js:76
06:42:28 throw err;
06:42:28 ^
06:42:28
06:42:28 AssertionError [ERR_ASSERTION]: ifError got unwanted exception: ENOSPC: no space left on device, write
06:42:28 at Object.callback (/Users/iojs/build/workspace/node-test-commit-osx/nodes/osx11-x64/test/pummel/test-fs-readfile-tostring-fail.js:34:37)
06:42:28 at callback (node:internal/streams/writable:757:21)
06:42:28 at onwriteError (node:internal/streams/writable:597:3)
06:42:28 at onwrite (node:internal/streams/writable:640:7)
06:42:28 at node:internal/fs/streams:513:5
06:42:28 at node:internal/fs/streams:455:14
06:42:28 at FSReqCallback.wrapper [as oncomplete] (node:fs:951:5) {
06:42:28 generatedMessage: false,
06:42:28 code: 'ERR_ASSERTION',
06:42:28 actual: [Error: ENOSPC: no space left on device, write] {
06:42:28 errno: -28,
06:42:28 code: 'ENOSPC',
06:42:28 syscall: 'write'
06:42:28 },
06:42:28 expected: null,
06:42:28 operator: 'ifError'
06:42:28 }
06:42:28
06:42:28 Node.js v22.0.0-pre
06:42:28 ... Interestingly the test has a check for disk space but the test still failed which suggests either the check is wrong or the space was filled while the test was running between the check and subsequent usage. node/test/pummel/test-fs-readfile-tostring-fail.js Lines 18 to 20 in 1b60054
|
It's actually using more capacity in node/test/pummel/test-fs-readfile-tostring-fail.js Lines 18 to 20 in 1b60054
node/test/pummel/test-fs-readfile-tostring-fail.js Lines 29 to 36 in 1b60054
|
It seems that it is no longer flaky, closing. |
Test
test-fs-readfile-tostring-fail
Platform
macOS x64
Console output
Build links
Additional information
No response
The text was updated successfully, but these errors were encountered: