You are viewing a plain text version of this content. The canonical link for it is here.
Posted to oak-issues@jackrabbit.apache.org by "Chetan Mehrotra (JIRA)" <ji...@apache.org> on 2016/11/04 04:49:58 UTC

[jira] [Created] (OAK-5063) Failure in QueryTest.nodeType

Chetan Mehrotra created OAK-5063:
------------------------------------

             Summary: Failure in QueryTest.nodeType 
                 Key: OAK-5063
                 URL: https://issues.apache.org/jira/browse/OAK-5063
             Project: Jackrabbit Oak
          Issue Type: Bug
          Components: query
            Reporter: Chetan Mehrotra
             Fix For: 1.6


There are 4 failure seen in QueryTest.nodeType  in past 2 weeks. With OAK-4993 the plan is now being reported as part of test failure

{noformat}
Error Message:
Unexpected plan: [oak:Unstructured] as [a] /* traverse "//*" where ([a].[xyz/jcr:primaryType] is not null) and (isdescendantnode([a], [/])) */

Stack Trace:
java.lang.AssertionError: Unexpected plan: [oak:Unstructured] as [a] /* traverse "//*" where ([a].[xyz/jcr:primaryType] is not null) and (isdescendantnode([a], [/])) */
        at org.junit.Assert.fail(Assert.java:88)
        at org.junit.Assert.assertTrue(Assert.java:41)
        at org.apache.jackrabbit.oak.jcr.query.QueryTest.assertPlan(QueryTest.java:852)
        at org.apache.jackrabbit.oak.jcr.query.QueryTest.nodeType(QueryTest.java:846)
{noformat}






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