Skip to content

Commit

Permalink
[FLINK-18552][tests] Update migration tests of StatefulJobWBroadcastS…
Browse files Browse the repository at this point in the history
…tateMigrationITCase (Java version) to cover migration from 1.10
  • Loading branch information
gaoyunhaii authored and pnowojski committed Jul 24, 2020
1 parent 1af75f5 commit 8889cdc
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,9 @@ public static Collection<Tuple2<MigrationVersion, String>> parameters () {
Tuple2.of(MigrationVersion.v1_8, StateBackendLoader.MEMORY_STATE_BACKEND_NAME),
Tuple2.of(MigrationVersion.v1_8, StateBackendLoader.ROCKSDB_STATE_BACKEND_NAME),
Tuple2.of(MigrationVersion.v1_9, StateBackendLoader.MEMORY_STATE_BACKEND_NAME),
Tuple2.of(MigrationVersion.v1_9, StateBackendLoader.ROCKSDB_STATE_BACKEND_NAME));
Tuple2.of(MigrationVersion.v1_9, StateBackendLoader.ROCKSDB_STATE_BACKEND_NAME),
Tuple2.of(MigrationVersion.v1_10, StateBackendLoader.MEMORY_STATE_BACKEND_NAME),
Tuple2.of(MigrationVersion.v1_10, StateBackendLoader.ROCKSDB_STATE_BACKEND_NAME));
}

private final MigrationVersion testMigrateVersion;
Expand Down
Binary file not shown.
Binary file not shown.

0 comments on commit 8889cdc

Please sign in to comment.