Arpit Agarwal created HADOOP-9185: ------------------------------------- Summary: TestFileCreation.testFsClose should clean up on exit. Key: HADOOP-9185 URL: https://issues.apache.org/jira/browse/HADOOP-9185 Project: Hadoop Common Issue Type: Bug Components: test Affects Versions: 1.2.0 Reporter: Arpit Agarwal Assignee: Arpit Agarwal
TestFileCreation.testFsClose fails to shutdown the MiniDFSCluster on successful exit. Subsequent tests can fail with the following exception: java.io.IOException: Cannot remove data directory: d:\w\hc7\build\test\data\dfs\data at org.apache.hadoop.hdfs.MiniDFSCluster.<init>(MiniDFSCluster.java:266) at org.apache.hadoop.hdfs.MiniDFSCluster.<init>(MiniDFSCluster.java:125) at org.apache.hadoop.hdfs.TestFileCreation.testDeleteOnExit(TestFileCreation.java:261) This was seen with JDK7 since testcase execution order is randomized. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira