-
Notifications
You must be signed in to change notification settings - Fork 93
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
npm test generates a bunch of uncleaned tmp files #31
Comments
Could you make sure that you closed the file descriptors? |
|
Ohh, I see. Yes, you're right, because of the cleanup tests. I'll make sure to clean up everything. |
This also relates to #36 and might be partially fixed by the upcoming PR for that issue. Another issue are the test cases where the temporary folder or file needs to be kept. |
@raszi You might want to have a look at this... Still unresolved are using-name tests and some of the spawn tests that IMO fail to clean up after themselves. |
It seems as if the error is in the removeCallback. It tries to closeSync the fd first. Failing that, it will not unlink the file. Will prepare a PR for this. |
@raszi With the latest patches this should no longer be an issue, don't you think? |
No description provided.
The text was updated successfully, but these errors were encountered: