You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "Gustavo Anatoly (JIRA)" <ji...@apache.org> on 2013/12/16 21:29:07 UTC

[jira] [Updated] (HBASE-9928) TestHRegion should clean up test-data directory upon completion

     [ https://issues.apache.org/jira/browse/HBASE-9928?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Gustavo Anatoly updated HBASE-9928:
-----------------------------------

    Attachment: HBASE-9928.patch

> 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
>         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)