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 2020/11/26 10:51:47 UTC

[GitHub] [camel-kafka-connector] orpiske commented on issue #746: Possibly moving Integration tests in a separated repository?

orpiske commented on issue #746:
URL: https://github.com/apache/camel-kafka-connector/issues/746#issuecomment-734226238


   I agree that at this point, they are already taking far too long to run. 
   
   However,  I'd possibly keep them in this repo. I think we need to start filtering some slow tests in such a way that they can be enabled at will. 
   
   With junit 5 we can annotate the tests with
   
   ```
   @EnabledIfSystemProperty(named = "enable.tests.slow", matches = "true"
   ```
   
   Then, we can enable those tests when needed by using `mvn -Denable.tests.slow=true ...` 
   
   Keeping them separate makes it a bit hard for writing, debugging and test automation IMHO. 


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