echauchot commented on pull request #12592: URL: https://github.com/apache/beam/pull/12592#issuecomment-683761541
@mxm I was also using a static Classrule before the change in [that PR](https://github.com/apache/beam/pull/9614) and it seemed I was having clashes between compaction and temp cleanup (temp folder was removed when compaction was triggered). Even if temp cleaning occurred after the class is unloaded maybe compaction was still on (separated process or anything). But anyway I deactivated compaction in the same PR so there should be no problem with temp folder junit rule. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
