Ted Yu created HBASE-9928:
-----------------------------

             Summary: 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


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

Reply via email to