TestHLog doesn't clean up after itself
--------------------------------------
Key: HBASE-4545
URL: https://issues.apache.org/jira/browse/HBASE-4545
Project: HBase
Issue Type: Bug
Components: test
Reporter: Gary Helmling
TestHLog has been hanging during shutdown of the mini cluster after all tests
are run. Further investigation shows that there are many places where the
TestHLog tests are not cleaning up after themselves.
Necessary changes are:
* since all tests use HLog directly, a MiniHBaseCluster is not needed. The
test should only launch a MiniDFSCluster
* several tests do not close the created HLog at completion
* the test class should shutdown the mini cluster in an @AfterClass method
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira