[ 
https://issues.apache.org/jira/browse/CAMEL-19704?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17788809#comment-17788809
 ] 

Anton Goncharov edited comment on CAMEL-19704 at 11/22/23 3:09 PM:
-------------------------------------------------------------------

Hi, I'll be happy to start working on this one. I see this issue when running 
xmpp tests locally. After a brief look, my suggestions are:
 # reuse the testcontainer if possible, it's quite slow to ramp up (use 
singleton service similar to what is used in e.g. test-infra-kafka)
 # ensure testcontainer stops gracefully, there're timeout errors seemingly 
because it shuts down before the connections
 # check the tests flows, use awaitility instead of thread.sleep, etc

In addition, I see CAMEL-19706 may affect performance, but I'd tackle it 
separately.


was (Author: anton-goncharov):
Hi, I'll be happy to start working on this one. I see this issue when running 
test locally. After a brief look, my suggestions are:
 # reuse the testcontainer if possible, it's quite slow to ramp up (use 
singleton service similar to what is used in e.g. test-infra-kafka)
 # ensure testcontainer stops gracefully, there're timeout errors seemingly 
because it shuts down before the connections
 # check the tests flows, use awaitility instead of thread.sleep, etc

In addition, I see CAMEL-19706 may affect performance, but I'd tackle it 
separately.

> camel-xmpp: logs are full of errors
> -----------------------------------
>
>                 Key: CAMEL-19704
>                 URL: https://issues.apache.org/jira/browse/CAMEL-19704
>             Project: Camel
>          Issue Type: Task
>          Components: camel-xmpp
>    Affects Versions: 4.0-RC2
>            Reporter: Otavio Rodolfo Piske
>            Priority: Major
>              Labels: easy, help-wanted
>
> The logs for the camel-xmpp components are full of errors that happen during 
> test. I believe we need to look at them to remove the invalid stuff, speed up 
> the tests and make them more reliable.
> To reproduce: run _mvn verify_ on _camel-xmpp_ component and look for the 
> logs on the _target/camel-xmpp-test.log_ file.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

Reply via email to