jamesnetherton commented on PR #8882:
URL: https://github.com/apache/camel-quarkus/pull/8882#issuecomment-5022146480

   > I actually tried moving the QuarkusUnitTest tests directly into 
integration-test modules, there is an issue when running QuarkusUnitTest and 
QuarkusTest together caused some conflict exception in quarkus test framework, 
I need to modify the maven-surefire-plugin to change the execution order of 
QuarkusUnitTest and QuarkusTest to let QuarkusUnitTest run first, then 
QuarkusTest to fix this error.
   
   Yes, you're right. I totally forgot the two things cannot easily coexist 😞.
   
   Messing with the maven-surefire-plugin config and executions is not really 
what we want because we'd have to replicate it in the quarkus-platform.
   
   Given the above & the requirement in the issue:
   
   > Consider only for tests covering interoperability with Quarkus or 
non-Camel transitives
   
   I think we just simplify this PR to only migrating over the `quartz` tests.  
Arguably we could also migrate the the `kafka` tests. But, service binding is 
[deprecated](https://code.quarkus.io/?e=kubernetes-service-binding&extension-search=quarkus-kubernetes-service-binding),
 thus it's probably not worth it for Kafka.


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