[jira] [Commented] (SOLR-11008) TestMetricsHandler.testPropertyFilter failure

2018-08-10 Thread ASF subversion and git services (JIRA)


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

ASF subversion and git services commented on SOLR-11008:


Commit 7c4584bd4f14917116b96a0931bab242d433e47a in lucene-solr's branch 
refs/heads/jira/http2 from [~varunthacker]
[ https://git-wip-us.apache.org/repos/asf?p=lucene-solr.git;h=7c4584b ]

SOLR-11008: Use a lighter config for MetricsHandlerTest and ensure the core is 
up before the test starts


> 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
>Assignee: Varun Thacker
>Priority: Major
> Attachments: SOLR-11008.patch
>
>
> 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
(v7.6.3#76005)

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



[jira] [Commented] (SOLR-11008) TestMetricsHandler.testPropertyFilter failure

2018-08-08 Thread ASF subversion and git services (JIRA)


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

ASF subversion and git services commented on SOLR-11008:


Commit 7c4584bd4f14917116b96a0931bab242d433e47a in lucene-solr's branch 
refs/heads/master from [~varunthacker]
[ https://git-wip-us.apache.org/repos/asf?p=lucene-solr.git;h=7c4584b ]

SOLR-11008: Use a lighter config for MetricsHandlerTest and ensure the core is 
up before the test starts


> 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
>Assignee: Varun Thacker
>Priority: Major
> Attachments: SOLR-11008.patch
>
>
> 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
(v7.6.3#76005)

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



[jira] [Commented] (SOLR-11008) TestMetricsHandler.testPropertyFilter failure

2018-08-06 Thread Andrzej Bialecki (JIRA)


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

Andrzej Bialecki  commented on SOLR-11008:
--

+1, please go ahead - thanks!

> 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
>Assignee: Varun Thacker
>Priority: Major
> Attachments: SOLR-11008.patch
>
>
> 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
(v7.6.3#76005)

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



[jira] [Commented] (SOLR-11008) TestMetricsHandler.testPropertyFilter failure

2018-08-05 Thread Varun Thacker (JIRA)


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

Varun Thacker commented on SOLR-11008:
--

[~ab] I don't think the test fails anymore ( not sure what changes since this 
Jira was reported )

I put put out a patch which takes the approach Alan suggested. I don't see any 
harm in committing this even if the test failures are gone. WDYT?

> 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
>Priority: Major
> Attachments: SOLR-11008.patch
>
>
> 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
(v7.6.3#76005)

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



[jira] [Commented] (SOLR-11008) TestMetricsHandler.testPropertyFilter failure

2017-07-05 Thread Alan Woodward (JIRA)

[ 
https://issues.apache.org/jira/browse/SOLR-11008?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=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