You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Shawn Heisey (JIRA)" <ji...@apache.org> on 2016/03/05 00:59:40 UTC

[jira] [Comment Edited] (SOLR-8789) CollectionAPISolrJTests is not run when running ant test

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

Shawn Heisey edited comment on SOLR-8789 at 3/4/16 11:58 PM:
-------------------------------------------------------------

In lucene/common-build.xml:

{noformat}
                <include name="**/Test*.class" />
                <include name="**/*Test.class" />
{noformat}

Remove the last "s" from the class name on the test.


was (Author: elyograg):
In lucene/common-build.xml:

                <include name="**/Test*.class" />
                <include name="**/*Test.class" />

Remove the last "s" from the class name on the test.

> CollectionAPISolrJTests is not run when running ant test
> --------------------------------------------------------
>
>                 Key: SOLR-8789
>                 URL: https://issues.apache.org/jira/browse/SOLR-8789
>             Project: Solr
>          Issue Type: Bug
>            Reporter: Anshum Gupta
>
> The pattern that is used to run the tests on Jenkins (ant test) is (from lucene/common-build.xml) :
> {code}
> <include name="**/Test*.class" />
> <include name="**/*Test.class" />
> {code}
> CollectionAPISolrJTests ends in an extra 's' and so is not executed. We need to either fix the pattern or the test name to make sure that this test is run.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org