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/14 10:16:35 UTC

[GitHub] [camel-quarkus] JiriOndrusek opened a new issue, #4569: CamelQuarkusTestSupport: Lifecycle.PER_CLASS may cause following tests to fail

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

   Follows https://github.com/apache/camel-quarkus/issues/4560.
   
   Usage of `Lifecycle.PER_CLASS` in the reproducer from issue #4560 should work  as a workaround.
   
   From the brief check it seems, that somehow the camelContext is not propagated to parent `CamelTestSupport`, therefore test fails because the contexts are not the same. This should be fixed.


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


[GitHub] [camel-quarkus] JiriOndrusek commented on issue #4569: CamelQuarkusTestSupport: Lifecycle.PER_CLASS may cause following tests to fail

Posted by "JiriOndrusek (via GitHub)" <gi...@apache.org>.
JiriOndrusek commented on issue #4569:
URL: https://github.com/apache/camel-quarkus/issues/4569#issuecomment-1430897649

   The error message is: `Different context found! ==> expected: <CamelContext(camel-1)> but was: <null>`


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

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


[GitHub] [camel-quarkus] aldettinger closed issue #4569: CamelQuarkusTestSupport: Lifecycle.PER_CLASS may cause following tests to fail

Posted by "aldettinger (via GitHub)" <gi...@apache.org>.
aldettinger closed issue #4569: CamelQuarkusTestSupport: Lifecycle.PER_CLASS may cause following tests to fail
URL: https://github.com/apache/camel-quarkus/issues/4569


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

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