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:
parent
b021a1a513
commit
378eecbf8f
|
@ -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() {
|
||||
|
|
Loading…
Reference in New Issue