After this changeset is applied I notice this test being unstable:

RabbitMQEventBusTest$ConcurrentTest.concurrentDispatchKeyShouldDeliverAllEventsToListenersWithSingleEventBus

This fails in the following fashion:

[88d7e4736e39a75058f168ae217549ada9884623] 05:40:07.877 [ERROR]
o.a.j.u.c.ConcurrentTestRunner - Error caught during concurrent testing
(iteration 4226, threadNumber 4)
[88d7e4736e39a75058f168ae217549ada9884623]
java.lang.IllegalStateException: Event Bus is not running

(on multiple threads which is verbose)

Can someone have a look?

Best regards,

Benoit

On 03/12/2019 17:18, [email protected] wrote:
> This is an automated email from the ASF dual-hosted git repository.
> 
> rcordier pushed a commit to branch master
> in repository https://gitbox.apache.org/repos/asf/james-project.git
> 
> commit 56f96c12f698be658331e647ae07096abefeaae0
> Author: Raphael Ouazana <[email protected]>
> AuthorDate: Tue Nov 26 16:35:22 2019 +0100
> 
>     JAMES-2813 Upgrade RabbitMQ to last version
> ---
>  server/testing/src/main/java/org/apache/james/util/docker/Images.java | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git 
> a/server/testing/src/main/java/org/apache/james/util/docker/Images.java 
> b/server/testing/src/main/java/org/apache/james/util/docker/Images.java
> index 917438f..2464cbc 100644
> --- a/server/testing/src/main/java/org/apache/james/util/docker/Images.java
> +++ b/server/testing/src/main/java/org/apache/james/util/docker/Images.java
> @@ -21,7 +21,7 @@ package org.apache.james.util.docker;
>  
>  public interface Images {
>      String FAKE_SMTP = "weave/rest-smtp-sink:latest";
> -    String RABBITMQ = "rabbitmq:3.8.0-management";
> +    String RABBITMQ = "rabbitmq:3.8.1-management";
>      String ELASTICSEARCH_2 = "elasticsearch:2.4.6";
>      String ELASTICSEARCH_6 = 
> "docker.elastic.co/elasticsearch/elasticsearch:6.3.2";
>      String NGINX = "nginx:1.15.1";
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [email protected]
> For additional commands, e-mail: [email protected]
> 

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to