We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
node-test-binary-arm-12+
22:48:20 ok 205 parallel/test-fs-promises-readfile-with-fd 22:48:20 --- 22:48:20 duration_ms: 2.839 22:48:20 ... 22:48:20 not ok 206 parallel/test-fs-promises-file-handle-read 22:48:20 --- 22:48:20 duration_ms: 5.352 22:48:20 severity: fail 22:48:20 exitcode: 1 22:48:20 stack: |- 22:48:20 node:fs:1009 22:48:20 handleErrorFromBinding(ctx); 22:48:20 ^ 22:48:20 22:48:20 Error: EEXIST: file already exists, mkdir '/home/iojs/tmp/.tmp.203' 22:48:20 at Object.mkdirSync (node:fs:1009:3) 22:48:20 at Object.refresh (/home/iojs/build/workspace/node-test-binary-arm/test/common/tmpdir.js:24:6) 22:48:20 at /home/iojs/build/workspace/node-test-binary-arm/test/parallel/test-fs-promises-file-handle-read.js:66:12 { 22:48:20 errno: -17, 22:48:20 syscall: 'mkdir', 22:48:20 code: 'EEXIST', 22:48:20 path: '/home/iojs/tmp/.tmp.203' 22:48:20 } 22:48:20 ...
The text was updated successfully, but these errors were encountered:
I didn't test it, but I'm fairly certain #37371 fixes this.
Sorry, something went wrong.
Tested and confirmed.
@Trott Thanks for fixing this! :)
Fixed by 41516b9 I guess :)
No branches or pull requests
node-test-binary-arm-12+
The text was updated successfully, but these errors were encountered: