Till Rohrmann created FLINK-8975:
------------------------------------
Summary: End-to-end test: Resume from savepoint
Key: FLINK-8975
URL:
https://issues.apache.org/jira/browse/FLINK-8975 Project: Flink
Issue Type: Sub-task
Components: Tests
Affects Versions: 1.5.0
Reporter: Till Rohrmann
Assignee: Tzu-Li (Gordon) Tai
Fix For: 1.5.0
User usually take a savepoint and want to resume from it. In order to verify that Flink supports this feature, we should add an end-to-end test which scripts this behavior. We should use the general purpose testing job FLINK-8971 with failures disabled for that.
The end-to-end test should do the following:
* Submit FLINK-8971 job
* Verify that the savepoint is there
* Cancel job and resume from savepoint
* Verify that job could be resumed
* Use different StateBackends: RocksDB incremental async/sync, RocksDB full async/sync, FsStateBackend aysnc/sync
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)