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

Dawid Weiss commented on LUCENE-5475:
-------------------------------------

RR 2.1.1 also includes boolean conditions on test groups. It's kind of fun, try 
it:
{code}
ant test-core -Dtests.filter="@foo and @bar"
ant test-core -Dtests.filter="@foo and not @bar"
ant test-core -Dtests.filter="@foo or @bar"
ant test-core -Dtests.filter="@foo or @bar"
ant test-core -Dtests.filter="default and not(@nightly or @slow)"
{code}



> add required attribute bugUrl to @BadApple
> ------------------------------------------
>
>                 Key: LUCENE-5475
>                 URL: https://issues.apache.org/jira/browse/LUCENE-5475
>             Project: Lucene - Core
>          Issue Type: Bug
>          Components: general/test
>            Reporter: Robert Muir
>             Fix For: 4.8, 5.0
>
>         Attachments: LUCENE-5475.patch
>
>
> This makes it impossible to tag a test as a badapple without a pointer to a 
> JIRA issue.



--
This message was sent by Atlassian JIRA
(v6.2#6252)

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

Reply via email to