Skip to content

Commit

Permalink
[FLINK-10090][tests] Update ContinuousFileProcessingMigrationTest for…
Browse files Browse the repository at this point in the history
… 1.5
  • Loading branch information
zentol committed Aug 14, 2018
1 parent 7fb32dc commit 600423b
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 @@ -78,7 +78,8 @@ public static Collection<Tuple2<MigrationVersion, Long>> parameters () {
return Arrays.asList(
Tuple2.of(MigrationVersion.v1_2, 1493116191000L),
Tuple2.of(MigrationVersion.v1_3, 1496532000000L),
Tuple2.of(MigrationVersion.v1_4, 1516897628000L));
Tuple2.of(MigrationVersion.v1_4, 1516897628000L),
Tuple2.of(MigrationVersion.v1_5, 1533639934000L));
}

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

0 comments on commit 600423b

Please sign in to comment.