essobedo commented on PR #4403:
URL: https://github.com/apache/camel-quarkus/pull/4403#issuecomment-1384085110

   > I wonder what's the idea behind the timer to log test routes? They do not 
seem to be producing any testable effect, no? Would any test fail if any of 
those routes fails during processing?
   > 
   > Moreover, given that there are so many of them, I guess the log is quite 
hard to follow because each of those routes is concurrently outputting its 
messages.
   
   The goal here is more to test that the route can be started and executed 
properly, what is actually tested is the code before the route definition.
   
   > I wonder whether those could be transformed to some sort of http request 
-> direct -> (do something) -> http response. That would produce less messages 
in the log and the tests could do some assertions on the HTTP responses.
   
   OK let me do this
   
   
   


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

To unsubscribe, e-mail: commits-unsubscr...@camel.apache.org

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

Reply via email to