-
Notifications
You must be signed in to change notification settings - Fork 165
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 don't remove temporary files (if created) #702
Comments
@proshin-roman definitely a bug, thanks for reporting |
Job #702 is now in scope, role is |
Bug was reported, see §29: +15 points just awarded to @proshin-roman/z, total is +15 |
Using JUnit's TemporaryFolder Rule instead of |
@0crat waiting |
@0crat resign @flslkxtc |
@llorllale The user @flslkxtc/z resigned from #702, please stop working. Reason for job resignation: Order was cancelled |
@flslkxtc you were resigned because you're currently on vacation |
@proshin-roman please see PR #779 |
@krzyk The pull request looks ok for me but you have to wait until it's reviewed by the assigned reviewer. |
@0crat waiting for review |
@proshin-roman please close this issue, fix has been merged to master |
@elenavolokhova/z please review this job completed by @krzyk/z, as in §30; the job will be fully closed and all payments will be made when the quality review is completed |
The job #702 is now out of scope |
@0crat quality good |
Quality review completed: +8 point(s) just awarded to @elenavolokhova/z |
Currently, no tests in the project care about removing temporary files. As an example, see this class:
cactoos/src/test/java/org/cactoos/io/WriterAsOutputTest.java
Line 59 in c235a77
It means all temporary files stay forever in the OS temp directory until OS removes them itself.
How it should be done:
The text was updated successfully, but these errors were encountered: