You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by ch...@apache.org on 2018/08/14 08:04:56 UTC

[flink] 03/06: [FLINK-10090][tests] Update ContinuousFileProcessingMigrationTest for 1.5

This is an automated email from the ASF dual-hosted git repository.

chesnay pushed a commit to branch release-1.6
in repository https://gitbox.apache.org/repos/asf/flink.git

commit f16eb987dd3406b969c84e08c9dac7cc49c65290
Author: zentol <ch...@apache.org>
AuthorDate: Tue Aug 7 13:08:53 2018 +0200

    [FLINK-10090][tests] Update ContinuousFileProcessingMigrationTest for 1.5
---
 .../hdfstests/ContinuousFileProcessingMigrationTest.java |   3 ++-
 ...nction-migration-test-1533639934000-flink1.5-snapshot | Bin 0 -> 535 bytes
 .../resources/reader-migration-test-flink1.5-snapshot    | Bin 0 -> 2821 bytes
 3 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/flink-fs-tests/src/test/java/org/apache/flink/hdfstests/ContinuousFileProcessingMigrationTest.java b/flink-fs-tests/src/test/java/org/apache/flink/hdfstests/ContinuousFileProcessingMigrationTest.java
index d29ded5..615ec23 100644
--- a/flink-fs-tests/src/test/java/org/apache/flink/hdfstests/ContinuousFileProcessingMigrationTest.java
+++ b/flink-fs-tests/src/test/java/org/apache/flink/hdfstests/ContinuousFileProcessingMigrationTest.java
@@ -78,7 +78,8 @@ public class ContinuousFileProcessingMigrationTest {
 		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));
 	}
 
 	/**
diff --git a/flink-fs-tests/src/test/resources/monitoring-function-migration-test-1533639934000-flink1.5-snapshot b/flink-fs-tests/src/test/resources/monitoring-function-migration-test-1533639934000-flink1.5-snapshot
new file mode 100644
index 0000000..d3959b4
Binary files /dev/null and b/flink-fs-tests/src/test/resources/monitoring-function-migration-test-1533639934000-flink1.5-snapshot differ
diff --git a/flink-fs-tests/src/test/resources/reader-migration-test-flink1.5-snapshot b/flink-fs-tests/src/test/resources/reader-migration-test-flink1.5-snapshot
new file mode 100644
index 0000000..6b56e8a
Binary files /dev/null and b/flink-fs-tests/src/test/resources/reader-migration-test-flink1.5-snapshot differ