Skip to content
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

test/common/tmpdir.js: error while calling refresh #37266

Closed
RaisinTen opened this issue Feb 7, 2021 · 4 comments
Closed

test/common/tmpdir.js: error while calling refresh #37266

RaisinTen opened this issue Feb 7, 2021 · 4 comments

Comments

@RaisinTen
Copy link
Contributor

RaisinTen commented Feb 7, 2021

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   ...
@Trott
Copy link
Member

Trott commented Feb 14, 2021

I didn't test it, but I'm fairly certain #37371 fixes this.

@Trott
Copy link
Member

Trott commented Feb 15, 2021

I didn't test it, but I'm fairly certain #37371 fixes this.

Tested and confirmed.

@RaisinTen
Copy link
Contributor Author

@Trott Thanks for fixing this! :)

@aduh95
Copy link
Contributor

aduh95 commented Feb 17, 2021

Fixed by 41516b9 I guess :)

@aduh95 aduh95 closed this as completed Feb 17, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants