[ 
https://issues.apache.org/jira/browse/HBASE-9928?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13850057#comment-13850057
 ] 

Hudson commented on HBASE-9928:
-------------------------------

SUCCESS: Integrated in HBase-0.98 #16 (See 
[https://builds.apache.org/job/HBase-0.98/16/])
HBASE-9928 TestHRegion should clean up test-data directory upon completion 
(tedyu: rev 1551405)
* 
/hbase/branches/0.98/hbase-server/src/test/java/org/apache/hadoop/hbase/regionserver/TestHRegion.java


> 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
>             Fix For: 0.98.0, 0.99.0
>
>         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)

Reply via email to