Repository: incubator-apex-core Updated Branches: refs/heads/devel-3 c34909004 -> 760039e81
APEX-120 #comment deleting temp folder Project: http://git-wip-us.apache.org/repos/asf/incubator-apex-core/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-apex-core/commit/760039e8 Tree: http://git-wip-us.apache.org/repos/asf/incubator-apex-core/tree/760039e8 Diff: http://git-wip-us.apache.org/repos/asf/incubator-apex-core/diff/760039e8 Branch: refs/heads/devel-3 Commit: 760039e81ec72de0d462b0d16f5961ed35648e83 Parents: c349090 Author: Gaurav <[email protected]> Authored: Sat Sep 12 21:35:26 2015 -0700 Committer: Gaurav <[email protected]> Committed: Sat Sep 12 21:35:26 2015 -0700 ---------------------------------------------------------------------- .../java/com/datatorrent/common/util/AsyncFSStorageAgentTest.java | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-apex-core/blob/760039e8/common/src/test/java/com/datatorrent/common/util/AsyncFSStorageAgentTest.java ---------------------------------------------------------------------- diff --git a/common/src/test/java/com/datatorrent/common/util/AsyncFSStorageAgentTest.java b/common/src/test/java/com/datatorrent/common/util/AsyncFSStorageAgentTest.java index a1504e4..892d221 100644 --- a/common/src/test/java/com/datatorrent/common/util/AsyncFSStorageAgentTest.java +++ b/common/src/test/java/com/datatorrent/common/util/AsyncFSStorageAgentTest.java @@ -63,6 +63,7 @@ public class AsyncFSStorageAgentTest { try { FileUtils.deleteDirectory(new File("target/" + description.getClassName())); + FileUtils.deleteDirectory(new File(FileUtils.getTempDirectory(), "localcheckpoint")); } catch (IOException e) { throw new RuntimeException(e); }
