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]