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

/tmp/millis-test-sync #149

Closed
barocsi opened this issue Jul 9, 2015 · 6 comments
Closed

/tmp/millis-test-sync #149

barocsi opened this issue Jul 9, 2015 · 6 comments

Comments

@barocsi
Copy link

barocsi commented Jul 9, 2015

When multiple nodejs instances are running they all want to access this same file thus permission denied Error: EACCES, permission denied '/tmp/millis-test-sync'

@jprichardson
Copy link
Owner

You're running multiple fs-extra tests or what?

@barocsi
Copy link
Author

barocsi commented Jul 9, 2015

just multiple nodejs worker instances on the same host

@jprichardson
Copy link
Owner

Ahh, I figured out the problem:

var tmpfile = path.join(require('os').tmpdir(), 'millis-test-sync')
Fixing...

@jprichardson
Copy link
Owner

Ok, pending all tests pass on Travis/Appveyor, I'll publish a new version. Should be shortly.

@jprichardson
Copy link
Owner

Published fix in 0.22.1.

@jprichardson
Copy link
Owner

Thanks for reporting :)

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

2 participants