zentol closed pull request #7231: [FLINK-10788] Update
ContinuousFileProcessingMigrationTest for 1.7
URL: https://github.com/apache/flink/pull/7231
This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:
As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):
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 f4a2c9f1ef9..1161368f073 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
@@ -80,7 +80,8 @@
Tuple2.of(MigrationVersion.v1_3, 1496532000000L),
Tuple2.of(MigrationVersion.v1_4, 1516897628000L),
Tuple2.of(MigrationVersion.v1_5, 1533639934000L),
- Tuple2.of(MigrationVersion.v1_6, 1534696817000L));
+ Tuple2.of(MigrationVersion.v1_6, 1534696817000L),
+ Tuple2.of(MigrationVersion.v1_7, 1544024599000L));
}
/**
diff --git
a/flink-fs-tests/src/test/resources/monitoring-function-migration-test-1544024599000-flink1.7-snapshot
b/flink-fs-tests/src/test/resources/monitoring-function-migration-test-1544024599000-flink1.7-snapshot
new file mode 100644
index 00000000000..40f0191bb3d
Binary files /dev/null and
b/flink-fs-tests/src/test/resources/monitoring-function-migration-test-1544024599000-flink1.7-snapshot
differ
diff --git
a/flink-fs-tests/src/test/resources/reader-migration-test-flink1.7-snapshot
b/flink-fs-tests/src/test/resources/reader-migration-test-flink1.7-snapshot
new file mode 100644
index 00000000000..fa2d68d7782
Binary files /dev/null and
b/flink-fs-tests/src/test/resources/reader-migration-test-flink1.7-snapshot
differ
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services