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/08/26 14:48:31 UTC

[GitHub] [camel-quarkus] jamesnetherton opened a new issue #1632: SmallRyeReactiveMessagingIT fails intermittently

jamesnetherton opened a new issue #1632:
URL: https://github.com/apache/camel-quarkus/issues/1632


   This pops up on the CI build occasionally:
   
   ```
   2020-08-26 14:45:15,849 INFO  [io.quarkus] (main) camel-quarkus-integration-test-smallrye-reactive-messaging 1.1.0-SNAPSHOT native (powered by Quarkus 1.7.1.Final) started in 0.026s. Listening on: http://0.0.0.0:33629
   2020-08-26 14:45:15,849 INFO  [io.quarkus] (main) Profile prod activated. 
   2020-08-26 14:45:15,849 INFO  [io.quarkus] (main) Installed features: [camel-core, camel-direct, camel-file, camel-policy, camel-reactive-streams, camel-smallrye-reactive-messaging, camel-support-common, cdi, mutiny, resteasy, smallrye-context-propagation, smallrye-reactive-messaging, vertx]
   [ERROR] Tests run: 2, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 12.015 s <<< FAILURE! - in org.apache.camel.quarkus.component.smallrye.reactive.messaging.it.SmallRyeReactiveMessagingIT
   [ERROR] testSmallRyeReactiveMessagingCamelRoutePublisher  Time elapsed: 10.869 s  <<< ERROR!
   org.awaitility.core.ConditionTimeoutException: Condition with org.apache.camel.quarkus.component.smallrye.reactive.messaging.it.SmallRyeReactiveMessagingTest was not fulfilled within 10 seconds.
   
   [INFO] 
   [INFO] Results:
   [INFO] 
   [ERROR] Errors: 
   [ERROR]   SmallRyeReactiveMessagingIT>SmallRyeReactiveMessagingTest.testSmallRyeReactiveMessagingCamelRoutePublisher:62 ยป ConditionTimeout
   [INFO] 
   [ERROR] Tests run: 2, Failures: 0, Errors: 1, Skipped: 0 
   ```


----------------------------------------------------------------
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



[GitHub] [camel-quarkus] jamesnetherton commented on issue #1632: SmallRyeReactiveMessagingIT fails intermittently

Posted by GitBox <gi...@apache.org>.
jamesnetherton commented on issue #1632:
URL: https://github.com/apache/camel-quarkus/issues/1632#issuecomment-690898221






----------------------------------------------------------------
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



[GitHub] [camel-quarkus] ppalaga commented on issue #1632: SmallRyeReactiveMessagingIT fails intermittently

Posted by GitBox <gi...@apache.org>.
ppalaga commented on issue #1632:
URL: https://github.com/apache/camel-quarkus/issues/1632#issuecomment-690889215


   Any progress on this, @jamesnetherton ? I have recently seen a lot of failures of the test.


----------------------------------------------------------------
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



[GitHub] [camel-quarkus] jamesnetherton commented on issue #1632: SmallRyeReactiveMessagingIT fails intermittently

Posted by GitBox <gi...@apache.org>.
jamesnetherton commented on issue #1632:
URL: https://github.com/apache/camel-quarkus/issues/1632#issuecomment-690898221


   I'll take a look through the failed builds to see what's in the logs....


----------------------------------------------------------------
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



[GitHub] [camel-quarkus] jamesnetherton commented on issue #1632: SmallRyeReactiveMessagingIT fails intermittently

Posted by GitBox <gi...@apache.org>.
jamesnetherton commented on issue #1632:
URL: https://github.com/apache/camel-quarkus/issues/1632#issuecomment-690898221






----------------------------------------------------------------
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



[GitHub] [camel-quarkus] jamesnetherton closed issue #1632: SmallRyeReactiveMessagingIT fails intermittently

Posted by GitBox <gi...@apache.org>.
jamesnetherton closed issue #1632:
URL: https://github.com/apache/camel-quarkus/issues/1632


   


----------------------------------------------------------------
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



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

Posted by GitBox <gi...@apache.org>.
jamesnetherton edited a comment on issue #1632:
URL: https://github.com/apache/camel-quarkus/issues/1632#issuecomment-690900425






----------------------------------------------------------------
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



[GitHub] [camel-quarkus] ppalaga commented on issue #1632: SmallRyeReactiveMessagingIT fails intermittently

Posted by GitBox <gi...@apache.org>.
ppalaga commented on issue #1632:
URL: https://github.com/apache/camel-quarkus/issues/1632#issuecomment-690889215






----------------------------------------------------------------
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



[GitHub] [camel-quarkus] jamesnetherton commented on issue #1632: SmallRyeReactiveMessagingIT fails intermittently

Posted by GitBox <gi...@apache.org>.
jamesnetherton commented on issue #1632:
URL: https://github.com/apache/camel-quarkus/issues/1632#issuecomment-690900425


   As I thought, the order of the expected values 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



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

Posted by GitBox <gi...@apache.org>.
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



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

Posted by GitBox <gi...@apache.org>.
jamesnetherton edited a comment on issue #1632:
URL: https://github.com/apache/camel-quarkus/issues/1632#issuecomment-690900425






----------------------------------------------------------------
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



[GitHub] [camel-quarkus] jamesnetherton closed issue #1632: SmallRyeReactiveMessagingIT fails intermittently

Posted by GitBox <gi...@apache.org>.
jamesnetherton closed issue #1632:
URL: https://github.com/apache/camel-quarkus/issues/1632


   


----------------------------------------------------------------
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



[GitHub] [camel-quarkus] ppalaga commented on issue #1632: SmallRyeReactiveMessagingIT fails intermittently

Posted by GitBox <gi...@apache.org>.
ppalaga commented on issue #1632:
URL: https://github.com/apache/camel-quarkus/issues/1632#issuecomment-690889215






----------------------------------------------------------------
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



[GitHub] [camel-quarkus] jamesnetherton commented on issue #1632: SmallRyeReactiveMessagingIT fails intermittently

Posted by GitBox <gi...@apache.org>.
jamesnetherton commented on issue #1632:
URL: https://github.com/apache/camel-quarkus/issues/1632#issuecomment-690898221






----------------------------------------------------------------
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



[GitHub] [camel-quarkus] jamesnetherton closed issue #1632: SmallRyeReactiveMessagingIT fails intermittently

Posted by GitBox <gi...@apache.org>.
jamesnetherton closed issue #1632:
URL: https://github.com/apache/camel-quarkus/issues/1632






----------------------------------------------------------------
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