You are viewing a plain text version of this content. The canonical link for it is here.
Posted to oak-dev@jackrabbit.apache.org by Julian Reschke <ju...@gmx.de> on 2014/04/04 15:41:24 UTC

occasional CacheInvalidationIT failure

testCacheInvalidationHierarchical(org.apache.jackrabbit.oak.plugins.document.mongo.CacheInvalidationIT) 
  Time elapsed: 0.03 sec  <<< FAILURE!
java.lang.AssertionError: expected:<2> but was:<0>
         at org.junit.Assert.fail(Assert.java:93)
         at org.junit.Assert.failNotEquals(Assert.java:647)
         at org.junit.Assert.assertEquals(Assert.java:128)
         at org.junit.Assert.assertEquals(Assert.java:472)
         at org.junit.Assert.assertEquals(Assert.java:456)
         at 
org.apache.jackrabbit.oak.plugins.document.mongo.CacheInvalidationIT.testCacheInvalidationHierarchical(CacheInvalidationIT.java:131)

Re: occasional CacheInvalidationIT failure

Posted by Chetan Mehrotra <ch...@gmail.com>.
There is a bug opened for that OAK-1591. Would look into that as soon
as I get time
Chetan Mehrotra


On Fri, Apr 4, 2014 at 7:11 PM, Julian Reschke <ju...@gmx.de> wrote:
> testCacheInvalidationHierarchical(org.apache.jackrabbit.oak.plugins.document.mongo.CacheInvalidationIT)
> Time elapsed: 0.03 sec  <<< FAILURE!
> java.lang.AssertionError: expected:<2> but was:<0>
>         at org.junit.Assert.fail(Assert.java:93)
>         at org.junit.Assert.failNotEquals(Assert.java:647)
>         at org.junit.Assert.assertEquals(Assert.java:128)
>         at org.junit.Assert.assertEquals(Assert.java:472)
>         at org.junit.Assert.assertEquals(Assert.java:456)
>         at
> org.apache.jackrabbit.oak.plugins.document.mongo.CacheInvalidationIT.testCacheInvalidationHierarchical(CacheInvalidationIT.java:131)