[ 
https://issues.apache.org/jira/browse/LUCENE-2768?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12932990#action_12932990
 ] 

Robert Muir commented on LUCENE-2768:
-------------------------------------

Here is the output when tests.nightly is disabled (default) and a method or 
class is @Nightly, respectively:

{noformat}
[junit] Testsuite: org.apache.lucene.TestDemo
[junit] Tests run: 0, Failures: 0, Errors: 0, Time elapsed: 0.17 sec
[junit]
[junit] ------------- Standard Error -----------------
[junit] NOTE: Ignoring nightly-only test method 'testDemo'
[junit] ------------- ---------------- ---------------
{noformat}

{noformat}
[junit] Testsuite: org.apache.lucene.TestDemo
[junit] Tests run: 0, Failures: 0, Errors: 0, Time elapsed: 0.171 sec
[junit]
[junit] ------------- Standard Error -----------------
[junit] NOTE: Ignoring nightly-only test class 'TestDemo'
[junit] ------------- ---------------- ---------------
{noformat}


> add infrastructure for longer running nightly test cases
> --------------------------------------------------------
>
>                 Key: LUCENE-2768
>                 URL: https://issues.apache.org/jira/browse/LUCENE-2768
>             Project: Lucene - Java
>          Issue Type: Improvement
>            Reporter: Michael McCandless
>             Fix For: 3.1, 4.0
>
>         Attachments: LUCENE-2768.patch, LUCENE-2768_nightly.patch
>
>
> I'm spinning this out of LUCENE-2762...
> The patch there adds initial infrastructure for tests to pull documents from 
> a line file, and adds a longish running test case using that line file to 
> test NRT.
> I'd like to see some tests run on more substantial indices based on real 
> data... so this is just a start.

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


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to