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)