orpiske opened a new pull request #262:
URL: https://github.com/apache/camel-kafka-connector/pull/262


   This is a proposed change to solve the dependencies problems discussed on 
#211. 
   
   This changes breaks down the test module into submodules and groups the 
tests per service or service group (ie.: AWS, SJMS2, ElasticSearch) etc. This 
way, we can reduce the number of dependencies in test time which would help us 
find problems such as missing dependencies on the connector.
   
   As a result of this break-down, the logs are generated per module and the 
plugin.path configuration of the runtime loads only the connector under test. 
   
   There is a small increase in test time, as the embedded Kafka and the Kafka 
Connect Runtime are recycled for every test.


----------------------------------------------------------------
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:
us...@infra.apache.org


Reply via email to