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

   I think the way in which `CamelQuarkusTestSupport` currently works is a bit 
flawed.
   
   The CQ core starts the `CamelContext` well in advance of the test framework 
doing its setup work. Meaning that any adjustments to the `CamelContext` get 
made while it's in the `Started` state. This can lead to subtle issues reported 
in #7140 & also some issues I found trying to implement #7029.
   
   In test mode we should defer the runtime start until after the test 
framework setup work is completed.
   
   


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to