[
https://issues.apache.org/jira/browse/HBASE-9928?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13849700#comment-13849700
]
Ted Yu commented on HBASE-9928:
-------------------------------
+1, if tests pass.
> TestHRegion should clean up test-data directory upon completion
> ---------------------------------------------------------------
>
> Key: HBASE-9928
> URL: https://issues.apache.org/jira/browse/HBASE-9928
> Project: HBase
> Issue Type: Test
> Reporter: Ted Yu
> Assignee: Gustavo Anatoly
> Attachments: HBASE-9928.patch
>
>
> TestHRegion leaves some files behind in hbase-server/target/test-data
> directory after tests complete.
> e.g. at the end of testRegionInfoFileCreation:
> {code}
> // Verify that the .regioninfo file is still there
> assertTrue(HRegionFileSystem.REGION_INFO_FILE + " should be present in
> the region dir",
> fs.exists(new Path(regionDir, HRegionFileSystem.REGION_INFO_FILE)));
> {code}
> test-data directory should be cleaned upon completion.
> I noticed this when looping TestHRegion in order to reproduce test failure.
--
This message was sent by Atlassian JIRA
(v6.1.4#6159)