You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by "Robert Bradshaw (JIRA)" <ji...@apache.org> on 2017/05/08 22:16:04 UTC

[jira] [Created] (BEAM-2226) Don't leave temp files laying around after tests.

Robert Bradshaw created BEAM-2226:
-------------------------------------

             Summary: Don't leave temp files laying around after tests.
                 Key: BEAM-2226
                 URL: https://issues.apache.org/jira/browse/BEAM-2226
             Project: Beam
          Issue Type: Bug
          Components: sdk-py
            Reporter: Robert Bradshaw
            Assignee: Ahmet Altay


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. 



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)