You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@beam.apache.org by GitBox <gi...@apache.org> on 2022/06/03 17:14:54 UTC

[GitHub] [beam] kennknowles opened a new issue, #18272: Don't leave temp files laying around after tests.

kennknowles opened a new issue, #18272:
URL: https://github.com/apache/beam/issues/18272

   As noted in https://issues.apache.org/jira/browse/BEAM-2224 , we can't use NamedTemporaryFile the "right" way on Windows, so in most places we're just getting its name and neglecting to remove the file when we're done with it. 
   
   We should go through the SDK and fix this, likely with our own context that just works on all platforms. 
   
   Imported from Jira [BEAM-2226](https://issues.apache.org/jira/browse/BEAM-2226). Original Jira may contain additional context.
   Reported by: robertwb.


-- 
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.

To unsubscribe, e-mail: github-unsubscribe@beam.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org