You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by GitBox <gi...@apache.org> on 2018/08/03 16:21:42 UTC

[GitHub] zentol opened a new pull request #6486: [FLINK-10051][tests][sql] Add missing depenendeices for sql client E2E test

zentol opened a new pull request #6486: [FLINK-10051][tests][sql] Add missing depenendeices for sql client E2E test
URL: https://github.com/apache/flink/pull/6486
 
 
   ## What is the purpose of the change
   
   This PR adds missing dependencies to the sql-client end-to-end test.
   
   The sql-client end-to-end test uses the dependency-plugin to copy a few jars into the /target directory. However since the module doesn't define dependencies on these jars there's no guarantee that these jars are built before the test, or even at all. This caused the tests to fail, since the kafka 0.11 connector wasn't at all and also wasn't available in the SNAPSHOT repository.
   
   ## Brief change log
   
   add dependencies for all kafka connectors, avro and json.
   
   ## Verifying this change
   
   flink-ci build: https://travis-ci.org/zentol/flink-ci/builds/411803521
   I modified the flink version to guard against the issue being obfuscated by existing SNAPSHOT artifacts.
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on 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


With regards,
Apache Git Services