zentol closed pull request #6514: [FLINK-10090][tests] Update
ContinuousFileProcessingMigrationTest for 1.5
URL: https://github.com/apache/flink/pull/6514
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 d29ded567df..615ec2349c5 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 @@
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 00000000000..d3959b4ebbb
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 00000000000..6b56e8a5beb
Binary files /dev/null and
b/flink-fs-tests/src/test/resources/reader-migration-test-flink1.5-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