[
https://issues.apache.org/jira/browse/LUCENE-3615?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13161771#comment-13161771
]
Robert Muir commented on LUCENE-3615:
-------------------------------------
we probably need to make sure the ram we give to junit in common-build.xml is
parameterized too ( i think we hardcode 512MB )
at least so you could say ant test -Dtests.ram=8GB -Drunreallyslowtests or
whatever
> Make it easier to run Test2BTerms
> ---------------------------------
>
> Key: LUCENE-3615
> URL: https://issues.apache.org/jira/browse/LUCENE-3615
> Project: Lucene - Java
> Issue Type: Improvement
> Reporter: Grant Ingersoll
> Assignee: Grant Ingersoll
> Priority: Minor
>
> Currently, Test2BTerms has an @Ignore annotation which means that the only
> way to run it as a test is to edit the file.
> There are a couple of options to fix this:
> # Add a main() so it can be invoked via the command line outside of the test
> framework
> # Add some new annotations that mark it as slow or weekly or something like
> that and have the test target ignore @slow (or whatever) by default, but can
> also turn it on.
--
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
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]