[
https://issues.apache.org/jira/browse/HBASE-1276?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12688099#action_12688099
]
Nitay Joffe commented on HBASE-1276:
------------------------------------
Just ran across this: http://smallwiki.unibe.ch/jexample
Might be able to provide some better performance by reusing data.
> Upgrade to JUnit 4.x and use @BeforeClass annotations to optimize tests
> -----------------------------------------------------------------------
>
> Key: HBASE-1276
> URL: https://issues.apache.org/jira/browse/HBASE-1276
> Project: Hadoop HBase
> Issue Type: Bug
> Reporter: ryan rawson
>
> If we upgrade to JUnit 4.x we can get access to @BeforeClass annotations...
> that allows us to start up DFS & Hbase only once per test class. This should
> improve the speed of our unit tests substantially.
> We will also need an ability to reset the hbase state between tests however.
> Drop all tables for example.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.