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 Francesco Mari <ma...@gmail.com> on 2015/11/24 13:33:35 UTC

Test failures in o.a.j.o.plugins.document.persistentCache.BroadcastTest

Hi all,

I have test failures in BroadcastTest producing the following output:

broadcastEncryptedUDP(org.apache.jackrabbit.oak.plugins.document.persistentCache.BroadcastTest)
 Time elapsed: 4.299 sec  <<< FAILURE!
java.lang.AssertionError: min: 50 got: 0
  at org.junit.Assert.fail(Assert.java:88)
  at org.junit.Assert.assertTrue(Assert.java:41)
  at
org.apache.jackrabbit.oak.plugins.document.persistentCache.BroadcastTest.broadcast(BroadcastTest.java:217)
  at
org.apache.jackrabbit.oak.plugins.document.persistentCache.BroadcastTest.broadcastEncryptedUDP(BroadcastTest.java:171)
Caused by: java.lang.AssertionError: min: 50 got: 0
  at org.junit.Assert.fail(Assert.java:88)
  at org.junit.Assert.assertTrue(Assert.java:41)
  at
org.apache.jackrabbit.oak.plugins.document.persistentCache.BroadcastTest.broadcast(BroadcastTest.java:217)
  at
org.apache.jackrabbit.oak.plugins.document.persistentCache.BroadcastTest.broadcastEncryptedUDP(BroadcastTest.java:174)
  ... 29 more

broadcastUDP(org.apache.jackrabbit.oak.plugins.document.persistentCache.BroadcastTest)
 Time elapsed: 4.277 sec  <<< FAILURE!
java.lang.AssertionError: min: 50 got: 0
  at org.junit.Assert.fail(Assert.java:88)
  at org.junit.Assert.assertTrue(Assert.java:41)
  at
org.apache.jackrabbit.oak.plugins.document.persistentCache.BroadcastTest.broadcast(BroadcastTest.java:217)
  at
org.apache.jackrabbit.oak.plugins.document.persistentCache.BroadcastTest.broadcastUDP(BroadcastTest.java:157)
Caused by: java.lang.AssertionError: min: 50 got: 0
  at org.junit.Assert.fail(Assert.java:88)
  at org.junit.Assert.assertTrue(Assert.java:41)
  at
org.apache.jackrabbit.oak.plugins.document.persistentCache.BroadcastTest.broadcast(BroadcastTest.java:217)
  at
org.apache.jackrabbit.oak.plugins.document.persistentCache.BroadcastTest.broadcastUDP(BroadcastTest.java:161)

My environment is the following:

Apache Maven 3.2.5 (12a6b3acb947671f09b81f49094c53f426d8cea1;
2014-12-14T18:29:23+01:00)
Maven home: /usr/local/Cellar/maven32/3.2.5/libexec
Java version: 1.8.0_65, vendor: Oracle Corporation
Java home:
/Library/Java/JavaVirtualMachines/jdk1.8.0_65.jdk/Contents/Home/jre
Default locale: en_US, platform encoding: UTF-8
OS name: "mac os x", version: "10.11.1", arch: "x86_64", family: "mac"

Re: Test failures in o.a.j.o.plugins.document.persistentCache.BroadcastTest

Posted by Francesco Mari <ma...@gmail.com>.
Thanks for taking care of this.

2015-11-24 15:20 GMT+01:00 Thomas Mueller <mu...@adobe.com>:

> Hi,
>
> I will disabled those tests. Even thought the unit tests always worked for
> me, I couldn't get UDP to work with two "real" repositories (two
> processes).
>
> Regards,
> Thomas
>
>
> On 24/11/15 13:33, "Francesco Mari" <ma...@gmail.com> wrote:
>
> >broadcastUDP
>
>

Re: Test failures in o.a.j.o.plugins.document.persistentCache.BroadcastTest

Posted by Thomas Mueller <mu...@adobe.com>.
Hi,

I will disabled those tests. Even thought the unit tests always worked for
me, I couldn't get UDP to work with two "real" repositories (two
processes).

Regards,
Thomas


On 24/11/15 13:33, "Francesco Mari" <ma...@gmail.com> wrote:

>broadcastUDP