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

Steve Rowe commented on SOLR-10175:
-----------------------------------

This is causing failures, e.g. from 
[https://builds.apache.org/job/Lucene-Solr-Tests-6.x/741/]:

{noformat}
   [junit4] Suite: org.apache.solr.search.TestAnalyticsQParserPlugin
   [junit4] ERROR   0.00s J1 | TestAnalyticsQParserPlugin.initializationError 
<<<
   [junit4]    > Throwable #1: java.lang.Exception: No runnable methods
   [junit4] Completed [628/696 (1!)] on J1 in 0.00s, 1 test, 1 error <<< 
FAILURES!
{noformat}

Looks to me like TestAnalyticsQParserPlugin is a test utility class, and the 
test runner thinks it should instead be a unit test suite.  Maybe it should 
just be renamed, e.g. to AnalyticsQParserTestPlugin OSLT so that the test 
runner's name glob doesn't match?

> replace @Ignore for TestAnalyticsQParserPlugin
> ----------------------------------------------
>
>                 Key: SOLR-10175
>                 URL: https://issues.apache.org/jira/browse/SOLR-10175
>             Project: Solr
>          Issue Type: Test
>      Security Level: Public(Default Security Level. Issues are Public) 
>            Reporter: Christine Poerschke
>            Assignee: Christine Poerschke
>            Priority: Minor
>
> As per the latest SOLR-10032 report any tests marked @Ignore are not run and 
> included in the report as mission-failed. This ticket is to first mark the 
> test as @AwaitsFix and then to either use this ticket to fix it or to remove 
> the AwaitsFix tag if there is nothing to fix.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

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

Reply via email to