GitHub user aljoscha opened a pull request: https://github.com/apache/flink/pull/3911
[FLINK-6539] Add end-to-end tests This adds tests that exercise Flink the way a user would: * start/stop cluster using scripts * submit job * Use Flink with a user fat-jar with Kafka 0.10. This also updates the Kafka Example to use 0.10 and consolidates the two existing examples in one example. This adds two tests: * Batch WordCount with verification of results * Streaming read from Kafka/write to Kafka with verification of results You can merge this pull request into a Git repository by running: $ git pull https://github.com/aljoscha/flink test-automation Alternatively you can review and apply these changes as the patch at: https://github.com/apache/flink/pull/3911.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #3911 ---- commit a79f35bc82b32cf1192da6e3c7e23a4244be896c Author: Aljoscha Krettek <aljoscha.kret...@gmail.com> Date: 2017-05-09T11:39:27Z [FLINK-6539] Add automated batch WordCount end-to-end test commit c3fc1bd037d1b63ea557af28c224e5b0ea770e24 Author: Aljoscha Krettek <aljoscha.kret...@gmail.com> Date: 2017-05-09T12:46:39Z [FLINK-6539] Combine ReadFromKafka/WriteIntoKafka into one Kafka010Example This also updates the Kafka version we use in the examples module to 0.10.x. commit fff2a26a1dd4e268700bed166d77506dafb43dbc Author: Aljoscha Krettek <aljoscha.kret...@gmail.com> Date: 2017-05-11T10:08:12Z [FLINK-6539] Add automated Kafka end-to-end test commit 61e36aee544d806edd05b6fd15993ac47307ddbb Author: Aljoscha Krettek <aljoscha.kret...@gmail.com> Date: 2017-05-11T10:17:47Z [FLINK-6539] Run end-to-end tests on travis ---- --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---