You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "Kay Kay (JIRA)" <ji...@apache.org> on 2010/03/15 06:05:27 UTC

[jira] Commented: (HBASE-2325) Add build hook to allow jvm args to be passed to junit test runner

    [ https://issues.apache.org/jira/browse/HBASE-2325?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12845183#action_12845183 ] 

Kay Kay commented on HBASE-2325:
--------------------------------

{code
mvn  -Dmaven.test.jvmargs='-Xmx128m'   test
{code}

would do it.  

Aliter: If there were an environment variable , say -  hbase.test.jvm.args - it could be specified as a property to the maven test configuration plugin, in pom.xml . 



> Add build hook to allow jvm args to be passed to junit test runner
> ------------------------------------------------------------------
>
>                 Key: HBASE-2325
>                 URL: https://issues.apache.org/jira/browse/HBASE-2325
>             Project: Hadoop HBase
>          Issue Type: Improvement
>          Components: build
>    Affects Versions: 0.20.3
>            Reporter: Todd Lipcon
>            Priority: Trivial
>         Attachments: hbase-2325.txt
>
>
> In order to run jcarder on the unit tests, it's handy to be able to add jvm args to the junit test runner. This trivial patch adds a hook for this. Unfortunately I don't know much about maven, someone will have to help me for trunk.

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