You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@apex.apache.org by vr...@apache.org on 2015/09/24 04:37:36 UTC

[17/50] [abbrv] incubator-apex-core git commit: APEX-120 #comment deleting temp folder

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/feature-module
Commit: 760039e81ec72de0d462b0d16f5961ed35648e83
Parents: c349090
Author: Gaurav <ga...@datatorrent.com>
Authored: Sat Sep 12 21:35:26 2015 -0700
Committer: Gaurav <ga...@datatorrent.com>
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);
       }