This is an automated email from the ASF dual-hosted git repository. mapohl pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/flink.git
commit 601df8e728deed87c0e82721a47d91e70da96f51 Author: Matthias Pohl <[email protected]> AuthorDate: Thu Mar 23 19:43:44 2023 +0100 [FLINK-31593][tests] Adds 1.17.0 reference data for ContinuousFileProcessingMigrationTest based on release-1.17.0 --- .../hdfstests/ContinuousFileProcessingMigrationTest.java | 3 ++- ...ction-migration-test-1679595854026-flink1.17-snapshot | Bin 0 -> 324 bytes .../resources/reader-migration-test-flink1.17-snapshot | Bin 0 -> 2622 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 c950d09ad85..4dc76bd9d4a 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 @@ -81,7 +81,8 @@ public class ContinuousFileProcessingMigrationTest { Tuple2.of(FlinkVersion.v1_13, 1627550216000L), Tuple2.of(FlinkVersion.v1_14, 1633938795000L), Tuple2.of(FlinkVersion.v1_15, 1651918450000L), - Tuple2.of(FlinkVersion.v1_16, 1666860418000L)); + Tuple2.of(FlinkVersion.v1_16, 1666860418000L), + Tuple2.of(FlinkVersion.v1_17, 1679595854026L)); } /** diff --git a/flink-fs-tests/src/test/resources/monitoring-function-migration-test-1679595854026-flink1.17-snapshot b/flink-fs-tests/src/test/resources/monitoring-function-migration-test-1679595854026-flink1.17-snapshot new file mode 100644 index 00000000000..a421b40aefc Binary files /dev/null and b/flink-fs-tests/src/test/resources/monitoring-function-migration-test-1679595854026-flink1.17-snapshot differ diff --git a/flink-fs-tests/src/test/resources/reader-migration-test-flink1.17-snapshot b/flink-fs-tests/src/test/resources/reader-migration-test-flink1.17-snapshot new file mode 100644 index 00000000000..e5022633637 Binary files /dev/null and b/flink-fs-tests/src/test/resources/reader-migration-test-flink1.17-snapshot differ
