Skip to content

Commit

Permalink
[FLINK-20536][tests] Update migration tests of StatefulJobWBroadcastS…
Browse files Browse the repository at this point in the history
…tateMigrationITCase (Scala version) to cover migration from 1.12
  • Loading branch information
dianfu committed Feb 22, 2021
1 parent 099b394 commit 7f4e707
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,9 @@ object StatefulJobWBroadcastStateMigrationITCase {
(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))
(MigrationVersion.v1_11, StateBackendLoader.ROCKSDB_STATE_BACKEND_NAME),
(MigrationVersion.v1_12, StateBackendLoader.MEMORY_STATE_BACKEND_NAME),
(MigrationVersion.v1_12, StateBackendLoader.ROCKSDB_STATE_BACKEND_NAME))
}

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

0 comments on commit 7f4e707

Please sign in to comment.