You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by "JiriOndrusek (via GitHub)" <gi...@apache.org> on 2023/02/20 09:50:23 UTC

[GitHub] [camel-quarkus] JiriOndrusek opened a new issue, #4588: Testing: Update doc about 'global' RouteBuilder behavior

JiriOndrusek opened a new issue, #4588:
URL: https://github.com/apache/camel-quarkus/issues/4588

   Follows https://github.com/apache/camel-quarkus/issues/4560 and https://github.com/apache/camel-quarkus/issues/4569. Those issues unrevealed a behavior which is not obvious.
   
   Let me explain.
   In camel -> if you have a RouteBuilder (not created by testSupport class but global one), if you change anything on the route during a test. The following test will start **without** such a change.
   In camel-quarkus -> if one test modifies a route from global routeBuilder, the following test will **inherit** this change
   
   I think that a short sentence or mention of such behavior may help users to find a reason of unfamiliar behavior compared to camel.


-- 
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-unsubscribe@camel.apache.org.apache.org

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