|
It finally failed after 189 consecutive runs:
-------------------------------------------------------------------------------
Test set: org.opendaylight.controller.remote.rpc.registry.RpcRegistryTest
-------------------------------------------------------------------------------
Tests run: 3, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 13.914 sec <<< FAILURE! - in org.opendaylight.controller.remote.rpc.registry.RpcRegistryTest
testRpcAddRemoveInCluster(org.opendaylight.controller.remote.rpc.registry.RpcRegistryTest) Time elapsed: 10.009 sec <<< FAILURE!
java.lang.AssertionError: assertion failed: timeout (10 seconds) during expectMsgClass waiting for class org.opendaylight.controller.remote.rpc.registry.gossip.Messages$BucketStoreMessages$UpdateRemoteBuckets
at scala.Predef$.assert(Predef.scala:179)
at akka.testkit.TestKitBase$class.expectMsgClass_internal(TestKit.scala:423)
at akka.testkit.TestKitBase$class.expectMsgClass(TestKit.scala:419)
at akka.testkit.TestKit.expectMsgClass(TestKit.scala:718)
at akka.testkit.JavaTestKit.expectMsgClass(JavaTestKit.java:408)
at org.opendaylight.controller.remote.rpc.registry.RpcRegistryTest.testRpcAddRemoveInCluster(RpcRegistryTest.java:150)
|