Skip to content

Failed

org.eclipse.ditto.services.connectivity.messaging.rabbitmq.RabbitMQClientActorTest.sendConnectCommandWhenAlreadyConnected

Failing for the past 2 builds (Since #36 )
Took 0.55 sec.

Error Message

mockConnection.createChannel();
Wanted *at least* 2 times:
-> at org.eclipse.ditto.services.connectivity.messaging.rabbitmq.RabbitMQClientActorTest$4.<init>(RabbitMQClientActorTest.java:177)
But was 1 time:
-> at com.newmotion.akka.rabbitmq.ConnectionActor$$anonfun$2.$anonfun$applyOrElse$4(ConnectionActor.scala:79)

Stacktrace

org.mockito.exceptions.verification.TooLittleActualInvocations: 

mockConnection.createChannel();
Wanted *at least* 2 times:
-> at org.eclipse.ditto.services.connectivity.messaging.rabbitmq.RabbitMQClientActorTest$4.<init>(RabbitMQClientActorTest.java:177)
But was 1 time:
-> at com.newmotion.akka.rabbitmq.ConnectionActor$$anonfun$2.$anonfun$applyOrElse$4(ConnectionActor.scala:79)

	at org.eclipse.ditto.services.connectivity.messaging.rabbitmq.RabbitMQClientActorTest.sendConnectCommandWhenAlreadyConnected(RabbitMQClientActorTest.java:166)

Standard Output

11:24:49.015 [INFO ] [AkkaTestSystem-akka.actor.default-dispatcher-2] akka://AkkaTestSystem/user/$d o.e.d.s.c.m.r.RabbitMQClientActor - Did set up consumer channel: mockChannel
11:24:49.015 [INFO ] [AkkaTestSystem-akka.actor.default-dispatcher-2] akka://AkkaTestSystem/user/$d o.e.d.s.c.m.r.RabbitMQClientActor - Starting to consume queues...
11:24:49.016 [WARN ] [AkkaTestSystem-akka.actor.default-dispatcher-2] akka://AkkaTestSystem/user/$d o.e.d.s.c.m.r.RabbitMQClientActor - The MessageMappingProcessor was not available and therefore no consumers were started!
11:24:49.016 [INFO ] [AkkaTestSystem-akka.actor.default-dispatcher-2] akka.tcp://AkkaTestSystem@172.30.206.106:2552/user/$d/rmq-connection/consumer-channel c.n.a.r.ChannelActor - akka://AkkaTestSystem/user/$d/rmq-connection/consumer-channel connected
11:24:49.016 [INFO ] [AkkaTestSystem-akka.actor.default-dispatcher-4] akka.tcp://AkkaTestSystem@172.30.206.106:2552/user/$d/rmq-connection c.n.a.r.ConnectionActor - closing connection to amqp://null@null:0/null
11:24:49.030 [INFO ] [AkkaTestSystem-akka.actor.default-dispatcher-4] akka://AkkaTestSystem/user/$e o.e.d.s.c.m.r.RabbitMQClientActor - Transition: DISCONNECTED -> CONNECTING
11:24:49.031 [INFO ] [AkkaTestSystem-akka.actor.default-dispatcher-18] akka://AkkaTestSystem/user/$e o.e.d.s.c.m.r.RabbitMQClientActor - Established RMQ connection: mockConnection
11:24:49.033 [INFO ] [AkkaTestSystem-akka.actor.default-dispatcher-18] akka://AkkaTestSystem/user/$e o.e.d.s.c.m.r.RabbitMQClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=org.eclipse.ditto.services.connectivity.mapping.DittoMessageMapper@7370161a], mapper=null]>
11:24:49.034 [INFO ] [AkkaTestSystem-akka.actor.default-dispatcher-2] akka://AkkaTestSystem/user/$e o.e.d.s.c.m.r.RabbitMQClientActor - Received ClientConnected
11:24:49.034 [INFO ] [AkkaTestSystem-akka.actor.default-dispatcher-2] akka://AkkaTestSystem/user/$e o.e.d.s.c.m.r.RabbitMQClientActor - Transition: CONNECTING -> CONNECTED
11:24:49.035 [INFO ] [AkkaTestSystem-akka.actor.default-dispatcher-2] akka://AkkaTestSystem/user/$e o.e.d.s.c.m.r.RabbitMQClientActor - Transition: CONNECTED -> CONNECTING
11:24:49.035 [INFO ] [AkkaTestSystem-akka.actor.default-dispatcher-2] akka://AkkaTestSystem/user/$e o.e.d.s.c.m.r.RabbitMQClientActor - Triggering reconnection
11:24:49.035 [INFO ] [AkkaTestSystem-akka.actor.default-dispatcher-2] akka.tcp://AkkaTestSystem@172.30.206.106:2552/user/$e/rmq-connection c.n.a.r.ConnectionActor - akka://AkkaTestSystem/user/$e/rmq-connection connected to amqp://null@null:0/null
11:24:49.035 [INFO ] [AkkaTestSystem-akka.actor.default-dispatcher-2] akka://AkkaTestSystem/user/$e o.e.d.s.c.m.r.RabbitMQClientActor - Received ClientDisconnected
11:24:49.035 [INFO ] [AkkaTestSystem-akka.actor.default-dispatcher-2] akka://AkkaTestSystem/user/$e/rmqPublisherActor a.a.LocalActorRef - Message [com.newmotion.akka.rabbitmq.ChannelCreated] from Actor[akka://AkkaTestSystem/user/$e/rmq-connection#1181952661] to Actor[akka://AkkaTestSystem/user/$e/rmqPublisherActor#-1121190805] was not delivered. [2] dead letters encountered. This logging can be turned off or adjusted with configuration settings 'akka.log-dead-letters' and 'akka.log-dead-letters-during-shutdown'.
11:24:49.036 [INFO ] [AkkaTestSystem-akka.actor.default-dispatcher-2] akka://AkkaTestSystem/user/$e o.e.d.s.c.m.r.RabbitMQClientActor - Did set up publisher channel: mockChannel
11:24:49.036 [INFO ] [AkkaTestSystem-akka.actor.default-dispatcher-2] akka://AkkaTestSystem/user/$e o.e.d.s.c.m.r.RabbitMQClientActor - Status of connecting in doConnectClient: Success(channel created)
11:24:49.036 [INFO ] [AkkaTestSystem-akka.actor.default-dispatcher-2] akka.tcp://AkkaTestSystem@172.30.206.106:2552/user/$e/rmq-connection/publisher-channel c.n.a.r.ChannelActor - akka://AkkaTestSystem/user/$e/rmq-connection/publisher-channel connected
11:24:49.037 [INFO ] [AkkaTestSystem-akka.actor.default-dispatcher-18] akka.tcp://AkkaTestSystem@172.30.206.106:2552/user/$e/rmq-connection c.n.a.r.ConnectionActor - closing connection to amqp://null@null:0/null
11:24:49.037 [INFO ] [AkkaTestSystem-akka.actor.default-dispatcher-18] akka://AkkaTestSystem/user/$e/rmq-connection a.a.LocalActorRef - Message [com.newmotion.akka.rabbitmq.CreateChannel] from Actor[akka://AkkaTestSystem/user/$e#1718916265] to Actor[akka://AkkaTestSystem/user/$e/rmq-connection#1181952661] was not delivered. [3] dead letters encountered. This logging can be turned off or adjusted with configuration settings 'akka.log-dead-letters' and 'akka.log-dead-letters-during-shutdown'.
11:24:49.554 [INFO ] [AkkaTestSystem-akka.actor.default-dispatcher-15] akka://AkkaTestSystem/user/$e o.e.d.s.c.m.r.RabbitMQClientActor - Established RMQ connection: mockConnection
11:24:49.554 [INFO ] [AkkaTestSystem-akka.actor.default-dispatcher-15] akka://AkkaTestSystem/user/$e o.e.d.s.c.m.r.RabbitMQClientActor - MessageMappingProcessor already instantiated, don't initialize again..
11:24:49.554 [INFO ] [AkkaTestSystem-akka.actor.default-dispatcher-15] akka://AkkaTestSystem/user/$e o.e.d.s.c.m.r.RabbitMQClientActor - Received ClientConnected
11:24:49.555 [INFO ] [AkkaTestSystem-akka.actor.default-dispatcher-15] akka://AkkaTestSystem/user/$e o.e.d.s.c.m.r.RabbitMQClientActor - Transition: CONNECTING -> CONNECTED
11:24:49.555 [INFO ] [AkkaTestSystem-akka.actor.default-dispatcher-15] akka.tcp://AkkaTestSystem@172.30.206.106:2552/user/$e/rmq-connection c.n.a.r.ConnectionActor - akka://AkkaTestSystem/user/$e/rmq-connection connected to amqp://null@null:0/null
11:24:49.556 [INFO ] [AkkaTestSystem-akka.actor.default-dispatcher-20] akka://AkkaTestSystem/user/$e o.e.d.s.c.m.r.RabbitMQClientActor - Did set up publisher channel: mockChannel
11:24:49.556 [INFO ] [AkkaTestSystem-akka.actor.default-dispatcher-20] akka://AkkaTestSystem/user/$e o.e.d.s.c.m.r.RabbitMQClientActor - Reconnected successfully
11:24:49.557 [INFO ] [AkkaTestSystem-akka.actor.default-dispatcher-20] akka://AkkaTestSystem/user/$e o.e.d.s.c.m.r.RabbitMQClientActor - Did set up consumer channel: mockChannel
11:24:49.557 [INFO ] [AkkaTestSystem-akka.actor.default-dispatcher-19] akka://AkkaTestSystem/user/$e o.e.d.s.c.m.r.RabbitMQClientActor - Starting to consume queues...
11:24:49.557 [INFO ] [AkkaTestSystem-akka.actor.default-dispatcher-19] akka.tcp://AkkaTestSystem@172.30.206.106:2552/user/$e/rmq-connection/publisher-channel c.n.a.r.ChannelActor - akka://AkkaTestSystem/user/$e/rmq-connection/publisher-channel connected
11:24:49.558 [INFO ] [AkkaTestSystem-akka.actor.default-dispatcher-19] akka.tcp://AkkaTestSystem@172.30.206.106:2552/user/$e/rmq-connection/consumer-channel c.n.a.r.ChannelActor - akka://AkkaTestSystem/user/$e/rmq-connection/consumer-channel connected