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

ASF subversion and git services commented on SOLR-8789:
-------------------------------------------------------

Commit 0304729f8e2677b16366e7ff7f4139ad132c7400 in lucene-solr's branch 
refs/heads/branch_5_5 from anshum
[ https://git-wip-us.apache.org/repos/asf?p=lucene-solr.git;h=0304729 ]

SOLR-8789: Remove the *Tests regular expression from the build xml, and instead 
rename CollectionsAPISolrJTests to CollectionsAPISolrJTest


> 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
>            Assignee: Anshum Gupta
>             Fix For: master, 6.0, 5.5.1
>
>         Attachments: SOLR-8789.patch
>
>
> 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-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org

Reply via email to