You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by GitBox <gi...@apache.org> on 2021/02/10 14:58:51 UTC

[GitHub] [camel-quarkus] ppalaga opened a new pull request #2230: Allow running AWS 2 tests both grouped and isolated

ppalaga opened a new pull request #2230:
URL: https://github.com/apache/camel-quarkus/pull/2230


   This is the idea how the new AWS 2 tests could be run both grouped (`integration-tests/aws2-grouped` for faster runs on our CI) and in isolation (`integration-tests-aws2/*` for methodologicaly cleaner, but slower testing for interested parties).
   
   The grouped module dynamically puts all sources from the individual aws test modules to its `target/[test-]classes`. It concatenates `application.properties` and some service files. 
   
   The `pom.xml` of the grouped module is not generated yet. I'd add that functionality later to `mvn process-resources -Pformat -N` that we already have in our workflow.
   
   I am quite satisfied with this approach. What do others think?
   
   cc @llowinge 
   


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

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



[GitHub] [camel-quarkus] ppalaga commented on pull request #2230: Allow running AWS 2 tests both grouped and isolated

Posted by GitBox <gi...@apache.org>.
ppalaga commented on pull request #2230:
URL: https://github.com/apache/camel-quarkus/pull/2230#issuecomment-776854459


   95d0012:
   
   * Added readme
   * Added the grouped module to its parent


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

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



[GitHub] [camel-quarkus] ppalaga commented on pull request #2230: Allow running AWS 2 tests both grouped and isolated

Posted by GitBox <gi...@apache.org>.
ppalaga commented on pull request #2230:
URL: https://github.com/apache/camel-quarkus/pull/2230#issuecomment-776833512


   > Can you drop some notes about how this works into a README if you've not done so already?
   
   Yep, README is a good idea :)


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

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



[GitHub] [camel-quarkus] ppalaga merged pull request #2230: Allow running AWS 2 tests both grouped and isolated

Posted by GitBox <gi...@apache.org>.
ppalaga merged pull request #2230:
URL: https://github.com/apache/camel-quarkus/pull/2230


   


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

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