ppalaga commented on PR #5073:
URL: https://github.com/apache/camel-quarkus/pull/5073#issuecomment-1630425540

   Thanks @avano, the split itself looks very good! 
   
   My apologizes that I did not mention in the issue description that the tests 
should be runnable both in isolation and combined together (for the sake of 
saving CI time). We do this with some other groups of components already. E.g. 
you can have a look at 
https://github.com/apache/camel-quarkus/tree/main/integration-test-groups/compression
 or 
https://github.com/apache/camel-quarkus/tree/main/integration-test-groups/azure 
- that's where the individual component tests can be run in isolation. Here are 
the corresponding "grouped" modules where the whole component group can be run 
at once: 
https://github.com/apache/camel-quarkus/tree/main/integration-tests/compression-grouped
 
https://github.com/apache/camel-quarkus/tree/main/integration-tests/azure-grouped
 
   
   There is some introductory text in 
https://camel.apache.org/camel-quarkus/latest/contributor-guide/extension-testing.html#_grouping
 
   
   With what you have it should be quite easy to refactor into this form.


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