You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by "Jim Kellerman (JIRA)" <ji...@apache.org> on 2008/06/03 20:24:44 UTC

[jira] Updated: (HBASE-498) Use an external DFS instead of spinning up a MiniDFS for every test

     [ https://issues.apache.org/jira/browse/HBASE-498?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jim Kellerman updated HBASE-498:
--------------------------------

        Fix Version/s:     (was: 0.2.0)
    Affects Version/s: 0.2.0

> Use an external DFS instead of spinning up a MiniDFS for every test
> -------------------------------------------------------------------
>
>                 Key: HBASE-498
>                 URL: https://issues.apache.org/jira/browse/HBASE-498
>             Project: Hadoop HBase
>          Issue Type: Sub-task
>          Components: test
>    Affects Versions: 0.2.0
>            Reporter: Bryan Duxbury
>            Priority: Minor
>
> My testing suggests that we could shave about a minute off the entire suite if we only had to start up a single DFS instance instead of a new one for each test. Stack has investigated using ant to perform this initialization task, but come up empty handed.
> I propose that we should expect the developer running the test suite to start a DFS before running "ant test". We could provide a bin/hbase command that does specifically that in order to make it easy. This would save not only the initial start up time but all the startup time of all tests and test suite runs you execute in a session of development and testing. 
> Do people think that an extra step to testing would be too hard for new (or lazy existing) developers?

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.