[
https://issues.apache.org/jira/browse/LUCENE-3615?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13161937#comment-13161937
]
Robert Muir commented on LUCENE-3615:
-------------------------------------
patch looks good to me.
only one question about the patch, should Test2BTerms be both weekly and slow?
Isn't it enough to just be slow? (then its only run if you ask for it).
Separately I think weekly is useful and we can configure hudson to set this on
sundays or something.
the only other change i noticed was just purely cosmetic :)
{noformat}
// please don't reorganize these into a wildcard!
-import static org.apache.lucene.util.LuceneTestCase.TEST_ITER;
-import static org.apache.lucene.util.LuceneTestCase.TEST_ITER_MIN;
-import static org.apache.lucene.util.LuceneTestCase.TEST_METHOD;
-import static org.apache.lucene.util.LuceneTestCase.TEST_SEED;
-import static org.apache.lucene.util.LuceneTestCase.TEST_NIGHTLY;
-import static org.apache.lucene.util.LuceneTestCase.VERBOSE;
+import static org.apache.lucene.util.LuceneTestCase.*;
{noformat}
> 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
> Attachments: LUCENE-3615.patch
>
>
> 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]