Chetan Mehrotra created OAK-3719:
------------------------------------
Summary: Test failure: ManyChildNodesTest
Key: OAK-3719
URL: https://issues.apache.org/jira/browse/OAK-3719
Project: Jackrabbit Oak
Issue Type: Task
Components: documentmk
Reporter: Chetan Mehrotra
Assignee: Chetan Mehrotra
Priority: Minor
Fix For: 1.3.12
At times {{ManyChildNodesTest#manyChildNodes}} fails like
{noformat}
Stack Trace:
java.lang.AssertionError: 2147483647 > 1601
at org.junit.Assert.fail(Assert.java:88)
at org.junit.Assert.assertTrue(Assert.java:41)
at
org.apache.jackrabbit.oak.plugins.document.ManyChildNodesTest.manyChildNodes(ManyChildNodesTest.java:63)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at
org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
{noformat}
This happens because during the test Cluster lease logic can also make call
which get included in test result.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)