Skip to content

Commit 0154b40

Browse files
committed
[FLINK-20536][tests] Update migration tests of ContinuousFileProcessingMigrationTest to cover migration from 1.12
1 parent 521f372 commit 0154b40

File tree

3 files changed

+2
-1
lines changed

3 files changed

+2
-1
lines changed

flink-fs-tests/src/test/java/org/apache/flink/hdfstests/ContinuousFileProcessingMigrationTest.java

+2-1
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,8 @@ public static Collection<Tuple2<MigrationVersion, Long>> parameters() {
8181
Tuple2.of(MigrationVersion.v1_8, 1555215710000L),
8282
Tuple2.of(MigrationVersion.v1_9, 1567499868000L),
8383
Tuple2.of(MigrationVersion.v1_10, 1594559333000L),
84-
Tuple2.of(MigrationVersion.v1_11, 1594561663000L));
84+
Tuple2.of(MigrationVersion.v1_11, 1594561663000L),
85+
Tuple2.of(MigrationVersion.v1_12, 1613720148000L));
8586
}
8687

8788
/**
Binary file not shown.

0 commit comments

Comments
 (0)