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

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

Tzu-Li (Gordon) Tai created FLINK-16159:
-------------------------------------------

             Summary: Add simple end-to-end test for Stateful Functions
                 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


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)