Skip to content

Commit

Permalink
[FLINK-18552][tests] Update migration tests of AbstractNonKeyedOperat…
Browse files Browse the repository at this point in the history
…orRestoreTestBase to cover migration from 1.11
  • Loading branch information
gaoyunhaii authored and pnowojski committed Jul 24, 2020
1 parent a4d4481 commit c0ed23a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,8 @@ public static Collection<MigrationVersion> parameters () {
MigrationVersion.v1_7,
MigrationVersion.v1_8,
MigrationVersion.v1_9,
MigrationVersion.v1_10);
MigrationVersion.v1_10,
MigrationVersion.v1_11);
}

protected AbstractNonKeyedOperatorRestoreTestBase(MigrationVersion migrationVersion) {
Expand Down
Binary file not shown.

0 comments on commit c0ed23a

Please sign in to comment.