Tzu-Li (Gordon) Tai created FLINK-19620:
-------------------------------------------
Summary: Merge StateFun's ExactlyOnceE2E and RemoteModuleE2E
Key: FLINK-19620
URL:
https://issues.apache.org/jira/browse/FLINK-19620 Project: Flink
Issue Type: Test
Components: Stateful Functions, Tests
Reporter: Tzu-Li (Gordon) Tai
Assignee: Tzu-Li (Gordon) Tai
Currently, we have:
- {{ExactlyOnceE2E}}, which verifies end-to-end exactly-once in the presence of TM failures, but uses embedded functions
- {{RemoteModuleE2E}} which runs functions remotely and verifies that the communication between StateFun + the functions is correct, messages are routed correctly.
A recent issue (
https://github.com/apache/flink-statefun/pull/159) suggested that we should add a E2E with remote functions + TM failures.
With this in mind, it is worth considering merging these 2 E2Es into one, as together they should cover equal functionality (remote functions are built on top of embedded functions), and having them merged also saves test time.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)