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) <[email protected]> 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: [email protected] > For additional commands, e-mail: [email protected] > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
