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"

Reply via email to