-
Notifications
You must be signed in to change notification settings - Fork 48
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
tests leave behind unremovable file. #194
Comments
Were the tests interrupted or did any of them fail? Under normal circumstances, RemovePathForcibly.hs is supposed to remove |
they failed but the available logs don't explain why -- https://hackage.haskell.org/package/directory-1.3.9.0/reports/1 i do think its bad practice for a failing test suite to leave a file that needs to be fixed by hand. |
Reran on the builder and here are some lines in the log that seem suspicious:
The failures appear to be precisely that removePathForcibly does not work! |
Do you have more information on the system that this runs on? |
Indeed, I can't remove the created file by hand as the |
|
After resolving #97 (i think), running the tests for directory leaves a file that cannot be removed except by root.
This caused the hackage builder to stall for roughly a week because it was unable to remove the following file:
/home/builder/builder-dir/build-cache/tmp-install/directory-1.3.9.0/dist/test-RemovePathForcibly.tmp/removePathForcibly.tmp/f
It would be good if the test suite were fixed to avoid this issue.
The text was updated successfully, but these errors were encountered: