You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "Tzu-Li (Gordon) Tai (Jira)" <ji...@apache.org> on 2020/02/19 05:52:00 UTC

[jira] [Updated] (FLINK-16159) Add simple end-to-end test for Stateful Functions using testcontainers

     [ https://issues.apache.org/jira/browse/FLINK-16159?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Tzu-Li (Gordon) Tai updated FLINK-16159:
----------------------------------------
    Summary: Add simple end-to-end test for Stateful Functions using testcontainers  (was: Add simple end-to-end test for Stateful Functions)

> Add simple end-to-end test for Stateful Functions using testcontainers
> ----------------------------------------------------------------------
>
>                 Key: FLINK-16159
>                 URL: https://issues.apache.org/jira/browse/FLINK-16159
>             Project: Flink
>          Issue Type: Improvement
>          Components: Stateful Functions, Test Infrastructure
>    Affects Versions: statefun-1.1
>            Reporter: Tzu-Li (Gordon) Tai
>            Assignee: Tzu-Li (Gordon) Tai
>            Priority: Major
>
> Often in our review process of changes to the Stateful Functions project, we often end up wanting to do a simple sanity check by running the simple greeter example with docker-compose.
> Ideally, this should really be an end-to-end verification program that:
> * Starts a Kafka broker and a simple stateful function application that has a Kafka ingress and egress
> * Uses the Kafka Java client to write some inputs to the broker, reads and verifies output
> With testcontainers (https://www.testcontainers.org/) this might even be achievable as a Junit test, which runs only after the Maven packaging phase.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)