You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@gobblin.apache.org by "Sudarshan Vasudevan (Jira)" <ji...@apache.org> on 2020/10/18 21:28:00 UTC

[jira] [Created] (GOBBLIN-1292) Undo hardcoded tmp directory locations for unit tests

Sudarshan Vasudevan created GOBBLIN-1292:
--------------------------------------------

             Summary: Undo hardcoded tmp directory locations for unit tests
                 Key: GOBBLIN-1292
                 URL: https://issues.apache.org/jira/browse/GOBBLIN-1292
             Project: Apache Gobblin
          Issue Type: Improvement
          Components: misc
    Affects Versions: 0.15.0
            Reporter: Sudarshan Vasudevan
             Fix For: 0.15.0


Several unit tests in Gobblin make use of hardcoded tmp directory locations. If these locations are not cleaned up, they have the potential to cause test failures in subsequent builds. Further, hardcoded locations may potentially collide with other tests which may accidentally use the same location. This task modifies a host of tests to use dynamically generated temp directories which are automatically cleaned up when tests complete.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)