You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2017/05/15 20:41:04 UTC

[jira] [Commented] (FLINK-6539) Add automated end-to-end tests

    [ https://issues.apache.org/jira/browse/FLINK-6539?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16011286#comment-16011286 ] 

ASF GitHub Bot commented on FLINK-6539:
---------------------------------------

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 <al...@gmail.com>
Date:   2017-05-09T11:39:27Z

    [FLINK-6539] Add automated batch WordCount end-to-end test

commit c3fc1bd037d1b63ea557af28c224e5b0ea770e24
Author: Aljoscha Krettek <al...@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 <al...@gmail.com>
Date:   2017-05-11T10:08:12Z

    [FLINK-6539] Add automated Kafka end-to-end test

commit 61e36aee544d806edd05b6fd15993ac47307ddbb
Author: Aljoscha Krettek <al...@gmail.com>
Date:   2017-05-11T10:17:47Z

    [FLINK-6539] Run end-to-end tests on travis

----


> Add automated end-to-end tests
> ------------------------------
>
>                 Key: FLINK-6539
>                 URL: https://issues.apache.org/jira/browse/FLINK-6539
>             Project: Flink
>          Issue Type: Improvement
>          Components: Tests
>            Reporter: Aljoscha Krettek
>            Assignee: Aljoscha Krettek
>
> We should add simple tests that exercise all the paths that a user would use when starting a cluster and submitting a program. Preferably with a simple batch program and a streaming program that uses Kafka.
> This would have catched some of the bugs that we now discovered right before the release.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)