Author: suresh
Date: Tue Jan  8 18:39:21 2013
New Revision: 1430435

URL: http://svn.apache.org/viewvc?rev=1430435&view=rev
Log:
HADOOP-9185. TestFileCreation.testFsClose should clean up on exit. Contributed 
by Arpit Agarwal.

Modified:
    hadoop/common/branches/branch-1-win/CHANGES.branch-1-win.txt
    
hadoop/common/branches/branch-1-win/src/test/org/apache/hadoop/hdfs/TestFileCreation.java

Modified: hadoop/common/branches/branch-1-win/CHANGES.branch-1-win.txt
URL: 
http://svn.apache.org/viewvc/hadoop/common/branches/branch-1-win/CHANGES.branch-1-win.txt?rev=1430435&r1=1430434&r2=1430435&view=diff
==============================================================================
--- hadoop/common/branches/branch-1-win/CHANGES.branch-1-win.txt (original)
+++ hadoop/common/branches/branch-1-win/CHANGES.branch-1-win.txt Tue Jan  8 
18:39:21 2013
@@ -247,6 +247,9 @@ Branch-hadoop-1-win (branched from branc
     HADOOP-8645. HADOOP_HOME and -Dhadoop.home (from hadoop wrapper script) are
     not uniformly handled. (John Gordon via suresh)
 
+    HADOOP-9185. TestFileCreation.testFsClose should clean up on exit.
+    (Arpit Agarwal via suresh)
+
   Merged from branch-1
 
     HDFS-385. Backport: Add support for an experimental API that allows a

Modified: 
hadoop/common/branches/branch-1-win/src/test/org/apache/hadoop/hdfs/TestFileCreation.java
URL: 
http://svn.apache.org/viewvc/hadoop/common/branches/branch-1-win/src/test/org/apache/hadoop/hdfs/TestFileCreation.java?rev=1430435&r1=1430434&r2=1430435&view=diff
==============================================================================
--- 
hadoop/common/branches/branch-1-win/src/test/org/apache/hadoop/hdfs/TestFileCreation.java
 (original)
+++ 
hadoop/common/branches/branch-1-win/src/test/org/apache/hadoop/hdfs/TestFileCreation.java
 Tue Jan  8 18:39:21 2013
@@ -853,6 +853,7 @@ public class TestFileCreation extends ju
       dfs.close();
     } finally {
       System.out.println("testFsClose successful");
+      cluster.shutdown();
     }
   }
 }


Reply via email to