You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Noble Paul (JIRA)" <ji...@apache.org> on 2015/09/12 14:33:46 UTC

[jira] [Commented] (SOLR-8044) VelocityResponseWriterTest jenkins failure

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

Noble Paul commented on SOLR-8044:
----------------------------------

[~ehatcher] is it related to your checkin ?

> VelocityResponseWriterTest jenkins failure
> ------------------------------------------
>
>                 Key: SOLR-8044
>                 URL: https://issues.apache.org/jira/browse/SOLR-8044
>             Project: Solr
>          Issue Type: Bug
>    Affects Versions: Trunk, 5.4, 5.3.1
>            Reporter: Noble Paul
>
> {code}
> Build: http://jenkins.thetaphi.de/job/Lucene-Solr-5.3-Linux/144/
> Java: 64bit/jdk1.8.0_60 -XX:+UseCompressedOops -XX:+UseConcMarkSweepGC
> 1 tests failed.
> FAILED:  org.apache.solr.velocity.VelocityResponseWriterTest.testLocaleFeature
> Error Message:
> expected:<[Colour]> but was:<[<?xml version="1.0" encoding="UTF-8"?> <response> <lst name="responseHeader"><int name="status">0</int><int name="QTime">0</int><lst name="params"><str name="q">*:*</str><str name="v.template">t</str><str name="v.template.t">$resource.get("color","resources","en_UK")</str><str name="wt">velocityWithCustomTools</str></lst></lst><result name="response" numFound="0" start="0"></result> </response> ]>
> Stack Trace:
> org.junit.ComparisonFailure: expected:<[Colour]> but was:<[<?xml version="1.0" encoding="UTF-8"?>
> <response>
> <lst name="responseHeader"><int name="status">0</int><int name="QTime">0</int><lst name="params"><str name="q">*:*</str><str name="v.template">t</str><str name="v.template.t">$resource.get("color","resources","en_UK")</str><str name="wt">velocityWithCustomTools</str></lst></lst><result name="response" numFound="0" start="0"></result>
> </response>
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

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


Re: [jira] [Commented] (SOLR-8044) VelocityResponseWriterTest jenkins failure

Posted by Erik Hatcher <er...@gmail.com>.
Apologies.  All fixed now.





> On Sep 12, 2015, at 9:27 AM, Noble Paul <no...@gmail.com> wrote:
> 
> It's stopping me from giving an RC2
> 
> On Sat, Sep 12, 2015 at 6:30 PM, Erik Hatcher <er...@gmail.com> wrote:
>> Yes it's related sorry.  It's a 5_3 only test failure. I think I know the issue (the writer used is a 5x/5.4 only thing). I'll fix it today - it can be ignored as it's a test-only issue.
>> 
>>   Erik
>> 
>>> On Sep 12, 2015, at 08:33, Noble Paul (JIRA) <ji...@apache.org> wrote:
>>> 
>>> 
>>>   [ https://issues.apache.org/jira/browse/SOLR-8044?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14742037#comment-14742037 ]
>>> 
>>> Noble Paul commented on SOLR-8044:
>>> ----------------------------------
>>> 
>>> [~ehatcher] is it related to your checkin ?
>>> 
>>>> VelocityResponseWriterTest jenkins failure
>>>> ------------------------------------------
>>>> 
>>>>               Key: SOLR-8044
>>>>               URL: https://issues.apache.org/jira/browse/SOLR-8044
>>>>           Project: Solr
>>>>        Issue Type: Bug
>>>>  Affects Versions: Trunk, 5.4, 5.3.1
>>>>          Reporter: Noble Paul
>>>> 
>>>> {code}
>>>> Build: http://jenkins.thetaphi.de/job/Lucene-Solr-5.3-Linux/144/
>>>> Java: 64bit/jdk1.8.0_60 -XX:+UseCompressedOops -XX:+UseConcMarkSweepGC
>>>> 1 tests failed.
>>>> FAILED:  org.apache.solr.velocity.VelocityResponseWriterTest.testLocaleFeature
>>>> Error Message:
>>>> expected:<[Colour]> but was:<[<?xml version="1.0" encoding="UTF-8"?> <response> <lst name="responseHeader"><int name="status">0</int><int name="QTime">0</int><lst name="params"><str name="q">*:*</str><str name="v.template">t</str><str name="v.template.t">$resource.get("color","resources","en_UK")</str><str name="wt">velocityWithCustomTools</str></lst></lst><result name="response" numFound="0" start="0"></result> </response> ]>
>>>> Stack Trace:
>>>> org.junit.ComparisonFailure: expected:<[Colour]> but was:<[<?xml version="1.0" encoding="UTF-8"?>
>>>> <response>
>>>> <lst name="responseHeader"><int name="status">0</int><int name="QTime">0</int><lst name="params"><str name="q">*:*</str><str name="v.template">t</str><str name="v.template.t">$resource.get("color","resources","en_UK")</str><str name="wt">velocityWithCustomTools</str></lst></lst><result name="response" numFound="0" start="0"></result>
>>>> </response>
>>>> {code}
>>> 
>>> 
>>> 
>>> --
>>> This message was sent by Atlassian JIRA
>>> (v6.3.4#6332)
>>> 
>>> ---------------------------------------------------------------------
>>> To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
>>> For additional commands, e-mail: dev-help@lucene.apache.org
>>> 
>> 
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
>> For additional commands, e-mail: dev-help@lucene.apache.org
>> 
> 
> 
> 
> -- 
> -----------------------------------------------------
> Noble Paul
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
> For additional commands, e-mail: dev-help@lucene.apache.org
> 


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


Re: [jira] [Commented] (SOLR-8044) VelocityResponseWriterTest jenkins failure

Posted by Noble Paul <no...@gmail.com>.
It's stopping me from giving an RC2

On Sat, Sep 12, 2015 at 6:30 PM, Erik Hatcher <er...@gmail.com> wrote:
> Yes it's related sorry.  It's a 5_3 only test failure. I think I know the issue (the writer used is a 5x/5.4 only thing). I'll fix it today - it can be ignored as it's a test-only issue.
>
>    Erik
>
>> On Sep 12, 2015, at 08:33, Noble Paul (JIRA) <ji...@apache.org> wrote:
>>
>>
>>    [ https://issues.apache.org/jira/browse/SOLR-8044?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14742037#comment-14742037 ]
>>
>> Noble Paul commented on SOLR-8044:
>> ----------------------------------
>>
>> [~ehatcher] is it related to your checkin ?
>>
>>> VelocityResponseWriterTest jenkins failure
>>> ------------------------------------------
>>>
>>>                Key: SOLR-8044
>>>                URL: https://issues.apache.org/jira/browse/SOLR-8044
>>>            Project: Solr
>>>         Issue Type: Bug
>>>   Affects Versions: Trunk, 5.4, 5.3.1
>>>           Reporter: Noble Paul
>>>
>>> {code}
>>> Build: http://jenkins.thetaphi.de/job/Lucene-Solr-5.3-Linux/144/
>>> Java: 64bit/jdk1.8.0_60 -XX:+UseCompressedOops -XX:+UseConcMarkSweepGC
>>> 1 tests failed.
>>> FAILED:  org.apache.solr.velocity.VelocityResponseWriterTest.testLocaleFeature
>>> Error Message:
>>> expected:<[Colour]> but was:<[<?xml version="1.0" encoding="UTF-8"?> <response> <lst name="responseHeader"><int name="status">0</int><int name="QTime">0</int><lst name="params"><str name="q">*:*</str><str name="v.template">t</str><str name="v.template.t">$resource.get("color","resources","en_UK")</str><str name="wt">velocityWithCustomTools</str></lst></lst><result name="response" numFound="0" start="0"></result> </response> ]>
>>> Stack Trace:
>>> org.junit.ComparisonFailure: expected:<[Colour]> but was:<[<?xml version="1.0" encoding="UTF-8"?>
>>> <response>
>>> <lst name="responseHeader"><int name="status">0</int><int name="QTime">0</int><lst name="params"><str name="q">*:*</str><str name="v.template">t</str><str name="v.template.t">$resource.get("color","resources","en_UK")</str><str name="wt">velocityWithCustomTools</str></lst></lst><result name="response" numFound="0" start="0"></result>
>>> </response>
>>> {code}
>>
>>
>>
>> --
>> This message was sent by Atlassian JIRA
>> (v6.3.4#6332)
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
>> For additional commands, e-mail: dev-help@lucene.apache.org
>>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
> For additional commands, e-mail: dev-help@lucene.apache.org
>



-- 
-----------------------------------------------------
Noble Paul

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


Re: [jira] [Commented] (SOLR-8044) VelocityResponseWriterTest jenkins failure

Posted by Erik Hatcher <er...@gmail.com>.
Yes it's related sorry.  It's a 5_3 only test failure. I think I know the issue (the writer used is a 5x/5.4 only thing). I'll fix it today - it can be ignored as it's a test-only issue. 

   Erik

> On Sep 12, 2015, at 08:33, Noble Paul (JIRA) <ji...@apache.org> wrote:
> 
> 
>    [ https://issues.apache.org/jira/browse/SOLR-8044?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14742037#comment-14742037 ] 
> 
> Noble Paul commented on SOLR-8044:
> ----------------------------------
> 
> [~ehatcher] is it related to your checkin ?
> 
>> VelocityResponseWriterTest jenkins failure
>> ------------------------------------------
>> 
>>                Key: SOLR-8044
>>                URL: https://issues.apache.org/jira/browse/SOLR-8044
>>            Project: Solr
>>         Issue Type: Bug
>>   Affects Versions: Trunk, 5.4, 5.3.1
>>           Reporter: Noble Paul
>> 
>> {code}
>> Build: http://jenkins.thetaphi.de/job/Lucene-Solr-5.3-Linux/144/
>> Java: 64bit/jdk1.8.0_60 -XX:+UseCompressedOops -XX:+UseConcMarkSweepGC
>> 1 tests failed.
>> FAILED:  org.apache.solr.velocity.VelocityResponseWriterTest.testLocaleFeature
>> Error Message:
>> expected:<[Colour]> but was:<[<?xml version="1.0" encoding="UTF-8"?> <response> <lst name="responseHeader"><int name="status">0</int><int name="QTime">0</int><lst name="params"><str name="q">*:*</str><str name="v.template">t</str><str name="v.template.t">$resource.get("color","resources","en_UK")</str><str name="wt">velocityWithCustomTools</str></lst></lst><result name="response" numFound="0" start="0"></result> </response> ]>
>> Stack Trace:
>> org.junit.ComparisonFailure: expected:<[Colour]> but was:<[<?xml version="1.0" encoding="UTF-8"?>
>> <response>
>> <lst name="responseHeader"><int name="status">0</int><int name="QTime">0</int><lst name="params"><str name="q">*:*</str><str name="v.template">t</str><str name="v.template.t">$resource.get("color","resources","en_UK")</str><str name="wt">velocityWithCustomTools</str></lst></lst><result name="response" numFound="0" start="0"></result>
>> </response>
>> {code}
> 
> 
> 
> --
> This message was sent by Atlassian JIRA
> (v6.3.4#6332)
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
> For additional commands, e-mail: dev-help@lucene.apache.org
> 

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