You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by GitBox <gi...@apache.org> on 2020/09/11 06:19:49 UTC

[GitHub] [camel-quarkus] jamesnetherton edited a comment on issue #1632: SmallRyeReactiveMessagingIT fails intermittently

jamesnetherton edited a comment on issue #1632:
URL: https://github.com/apache/camel-quarkus/issues/1632#issuecomment-690900425


   As I thought, the order of the expected values is not as expected. I'll work on a fix shortly.
   
   ```
   2020-09-10T20:57:30.0880193Z 2020-09-10 20:57:30,087 INFO  [org.apa.cam.qua.com.sma.rea.mes.it.PublisherRoute] (Camel (camel-1) thread #2 - CamelReactiveStreamsWorker) Results before add: 
   2020-09-10T20:57:30.0885474Z 2020-09-10 20:57:30,087 INFO  [org.apa.cam.qua.com.sma.rea.mes.it.PublisherRoute] (Camel (camel-1) thread #2 - CamelReactiveStreamsWorker) Adding result value: A
   2020-09-10T20:57:30.0888335Z 2020-09-10 20:57:30,087 INFO  [org.apa.cam.qua.com.sma.rea.mes.it.PublisherRoute] (Camel (camel-1) thread #2 - CamelReactiveStreamsWorker) Results after add: A
   2020-09-10T20:57:30.1432995Z 2020-09-10 20:57:30,142 INFO  [org.apa.cam.qua.com.sma.rea.mes.it.PublisherRoute] (Camel (camel-1) thread #2 - CamelReactiveStreamsWorker) Results before add: A
   2020-09-10T20:57:30.1437999Z 2020-09-10 20:57:30,142 INFO  [org.apa.cam.qua.com.sma.rea.mes.it.PublisherRoute] (Camel (camel-1) thread #2 - CamelReactiveStreamsWorker) Adding result value: B
   2020-09-10T20:57:30.1438485Z 2020-09-10 20:57:30,142 INFO  [org.apa.cam.qua.com.sma.rea.mes.it.PublisherRoute] (Camel (camel-1) thread #2 - CamelReactiveStreamsWorker) Results after add: A,B
   2020-09-10T20:57:30.1624600Z 2020-09-10 20:57:30,161 INFO  [org.apa.cam.qua.com.sma.rea.mes.it.PublisherRoute] (Camel (camel-1) thread #2 - CamelReactiveStreamsWorker) Results before add: A,B
   2020-09-10T20:57:30.1625840Z 2020-09-10 20:57:30,161 INFO  [org.apa.cam.qua.com.sma.rea.mes.it.PublisherRoute] (Camel (camel-1) thread #2 - CamelReactiveStreamsWorker) Adding result value: D
   2020-09-10T20:57:30.1629174Z 2020-09-10 20:57:30,161 INFO  [org.apa.cam.qua.com.sma.rea.mes.it.PublisherRoute] (Camel (camel-1) thread #2 - CamelReactiveStreamsWorker) Results after add: A,B,D
   2020-09-10T20:57:30.1642463Z 2020-09-10 20:57:30,163 INFO  [org.apa.cam.qua.com.sma.rea.mes.it.PublisherRoute] (Camel (camel-1) thread #2 - CamelReactiveStreamsWorker) Results before add: A,B,D
   2020-09-10T20:57:30.1649361Z 2020-09-10 20:57:30,163 INFO  [org.apa.cam.qua.com.sma.rea.mes.it.PublisherRoute] (Camel (camel-1) thread #2 - CamelReactiveStreamsWorker) Adding result value: C
   2020-09-10T20:57:30.1657073Z 2020-09-10 20:57:30,163 INFO  [org.apa.cam.qua.com.sma.rea.mes.it.PublisherRoute] (Camel (camel-1) thread #2 - CamelReactiveStreamsWorker) Results after add: A,B,D,C
   2020-09-10T20:57:30.3054762Z Sep 10, 2020 8:57:30 PM org.apache.camel.quarkus.component.smallrye.reactive.messaging.it.SmallRyeReactiveMessagingTest lambda$testSmallRyeReactiveMessagingCamelRoutePublisher$2
   2020-09-10T20:57:30.3066254Z INFO: Values: A,B,D,C
   ```


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org