Skip to content

Commit

Permalink
[FLINK-13621][Tests] Update ContinuousFileProcessingMigrationTest to …
Browse files Browse the repository at this point in the history
…restore from 1.9 savepoint

This closes apache#9600.
  • Loading branch information
yanghua authored and tillrohrmann committed Sep 6, 2019
1 parent dc9e449 commit bee0967
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,8 @@ public static Collection<Tuple2<MigrationVersion, Long>> parameters () {
Tuple2.of(MigrationVersion.v1_5, 1533639934000L),
Tuple2.of(MigrationVersion.v1_6, 1534696817000L),
Tuple2.of(MigrationVersion.v1_7, 1544024599000L),
Tuple2.of(MigrationVersion.v1_8, 1555215710000L));
Tuple2.of(MigrationVersion.v1_8, 1555215710000L),
Tuple2.of(MigrationVersion.v1_9, 1567499868000L));
}

/**
Expand Down
Binary file not shown.
Binary file not shown.

0 comments on commit bee0967

Please sign in to comment.