Skip to content

Commit

Permalink
[FLINK-18552][tests] Update migration tests of StatefulJobSavepointMi…
Browse files Browse the repository at this point in the history
…grationITCase to cover migration till release-1.11
  • Loading branch information
gaoyunhaii authored and zhijiangW committed Jul 13, 2020
1 parent 08e2049 commit bcbeedf
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 1 deletion.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,11 @@ object StatefulJobSavepointMigrationITCase {
(MigrationVersion.v1_8, StateBackendLoader.MEMORY_STATE_BACKEND_NAME),
(MigrationVersion.v1_8, StateBackendLoader.ROCKSDB_STATE_BACKEND_NAME),
(MigrationVersion.v1_9, StateBackendLoader.MEMORY_STATE_BACKEND_NAME),
(MigrationVersion.v1_9, StateBackendLoader.ROCKSDB_STATE_BACKEND_NAME))
(MigrationVersion.v1_9, StateBackendLoader.ROCKSDB_STATE_BACKEND_NAME),
(MigrationVersion.v1_10, StateBackendLoader.MEMORY_STATE_BACKEND_NAME),
(MigrationVersion.v1_10, StateBackendLoader.ROCKSDB_STATE_BACKEND_NAME),
(MigrationVersion.v1_11, StateBackendLoader.MEMORY_STATE_BACKEND_NAME),
(MigrationVersion.v1_11, StateBackendLoader.ROCKSDB_STATE_BACKEND_NAME))
}

// TODO to generate savepoints for a specific Flink version / backend type,
Expand Down

0 comments on commit bcbeedf

Please sign in to comment.