You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@flink.apache.org by "Till Rohrmann (JIRA)" <ji...@apache.org> on 2018/03/16 12:36:00 UTC

[jira] [Created] (FLINK-8987) End-to-end test: Avro state evolution

Till Rohrmann created FLINK-8987:
------------------------------------

             Summary: End-to-end test: Avro state evolution
                 Key: FLINK-8987
                 URL: https://issues.apache.org/jira/browse/FLINK-8987
             Project: Flink
          Issue Type: Sub-task
          Components: Tests
            Reporter: Till Rohrmann


We should add an end-to-end test which verifies that we can upgrade Avro types by adding and removing fields. We can use the general purpose job (FLINK-8971) after it added Avro types for that.

What should happen is
# Start general purpose job
# Take savpoint
# Change Avro type to have different fields
# Resume from savepoint

Check for different state backends: RocksDB, FsStateBackend



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)