You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "Enis Soztutar (JIRA)" <ji...@apache.org> on 2013/03/05 20:30:19 UTC

[jira] [Updated] (HBASE-8007) Adopt TestLoadAndVerify from BigTop

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

Enis Soztutar updated HBASE-8007:
---------------------------------

    Attachment: hbase-8007_v1.patch

This adds the test as an integration test. It can be run as a unit test, integration test, or standalone from command line. 

Unit test:
{code}
mvn verify -Dit.test=IntegrationTestLoadAndVerify -Dtest=IntegrationTestLoadAndVerify -DfailIfNoTests=false 
{code}

IT:
{code}
bin/hbase org.apache.hadoop.hbase.IntegrationTestsDriver -test IntegrationTestLoadAndVerify
{code}

Command line:
{code}
bin/hbase org.apache.hadoop.hbase.test.IntegrationTestLoadAndVerify  -Dloadmapper.num_to_write=10000 -Dloadmapper.backrefs=10 loadAndVerify
{code}

                
> Adopt TestLoadAndVerify from BigTop
> -----------------------------------
>
>                 Key: HBASE-8007
>                 URL: https://issues.apache.org/jira/browse/HBASE-8007
>             Project: HBase
>          Issue Type: Bug
>          Components: test
>    Affects Versions: 0.95.0, 0.98.0, 0.94.6
>            Reporter: Enis Soztutar
>            Assignee: Enis Soztutar
>             Fix For: 0.95.0, 0.98.0, 0.94.6
>
>         Attachments: hbase-8007_v1.patch
>
>
> We have found BigTop's TestLoadAndVerify quite useful for testing, and I propose we adopt it in the HBase code base.
> https://github.com/apache/bigtop/blob/master/bigtop-tests/test-artifacts/hbase/src/main/groovy/org/apache/bigtop/itest/hbase/system/TestLoadAndVerify.java
> There was some discussions previously, of whether HBase or BigTop should host system tests specific to HBase, and I believe for this specific one, it belongs to the HBase code path. 
> We can maintain the code, and release it as a part of HBase, so that testing it against secure deployments, Hadoop2, etc is easier (BIGTOP-853 fixes the test to work with secure cluster)

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira