Oh my! Can't look now, but if I'm not missing something, I'd vote for changing the pattern to include *Tests...
Erick On Mar 5, 2016 10:01, "Anshum Gupta (JIRA)" <[email protected]> wrote: > Anshum Gupta created SOLR-8789: > ---------------------------------- > > Summary: 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: [email protected] > For additional commands, e-mail: [email protected] > >
