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

Alan Woodward commented on SOLR-11008:
--------------------------------------

>From the log, it looks as though what's happening is the metric tests are 
>being run before the core has properly finished initialising (it's still 
>loading various spellchecker indices), so the core metrics haven't been 
>registered yet.  The fix, I think, is to add a call to 
>h.getCoreContainer().waitForLoadingCoresToFinish(timeout) in the beforeClass() 
>method.  We could also use a lighter solrconfig here, given that we're not 
>actually using the spell checker in the tests anywhere.

> TestMetricsHandler.testPropertyFilter failure
> ---------------------------------------------
>
>                 Key: SOLR-11008
>                 URL: https://issues.apache.org/jira/browse/SOLR-11008
>             Project: Solr
>          Issue Type: Bug
>      Security Level: Public(Default Security Level. Issues are Public) 
>            Reporter: Alan Woodward
>
> This happens pretty frequently - see  
> https://jenkins.thetaphi.de/job/Lucene-Solr-master-Linux/19455/ for latest 
> fail.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

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

Reply via email to