HBASE-9928 TestHRegion should clean up test-data directory upon completion

git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1551406 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Zhihong Yu 2013-12-16 23:39:26 +00:00
parent b021a1a513
commit 378eecbf8f
1 changed files with 2 additions and 0 deletions

View File

@ -184,6 +184,8 @@ public class TestHRegion {
@After
public void tearDown() throws Exception {
EnvironmentEdgeManagerTestHelper.reset();
LOG.info("Cleaning test directory: " + TEST_UTIL.getDataTestDir());
TEST_UTIL.cleanupTestDir();
}
String getName() {