The Apache Jenkins build system has built Jackrabbit Oak (build #868)

Status: Still Failing

Check console output at https://builds.apache.org/job/Jackrabbit%20Oak/868/ to 
view the results.

Changes:
[catholicon] OAK-6792: rep:facet not supported in xpath

Applying patch provided by Thomas Mueller and added 2 tests for
relative/non-relative path in oak-lucene

 

Test results:
2 tests failed.
FAILED:  org.apache.jackrabbit.oak.jcr.query.FacetTest.testFacetRetrievalXPath

Error Message:
java.text.ParseException: Query: /(*)/*[jcr:contains(@text, 'hello OR 
hallo')]/(rep:facet(text)) order by jcr:path

Stack Trace:
javax.jcr.query.InvalidQueryException: java.text.ParseException: Query: 
/(*)/*[jcr:contains(@text, 'hello OR hallo')]/(rep:facet(text)) order by 
jcr:path
        at 
org.apache.jackrabbit.oak.jcr.query.FacetTest.testFacetRetrievalXPath(FacetTest.java:172)
Caused by: java.text.ParseException: Query: /(*)/*[jcr:contains(@text, 'hello 
OR hallo')]/(rep:facet(text)) order by jcr:path
        at 
org.apache.jackrabbit.oak.jcr.query.FacetTest.testFacetRetrievalXPath(FacetTest.java:172)


FAILED:  
org.apache.jackrabbit.oak.jcr.query.FacetTest.testFacetRetrievalRelativePropertyXPath

Error Message:
expected:<1> but was:<0>

Stack Trace:
junit.framework.AssertionFailedError: expected:<1> but was:<0>
        at 
org.apache.jackrabbit.oak.jcr.query.FacetTest.testFacetRetrievalRelativePropertyXPath(FacetTest.java:253)

Reply via email to