zentol closed pull request #7242: [FLINK-10781][fs] Update 
BucketingSinkMigrationTest for Flink 1.7
URL: https://github.com/apache/flink/pull/7242
 
 
   

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-connectors/flink-connector-filesystem/src/test/java/org/apache/flink/streaming/connectors/fs/bucketing/BucketingSinkMigrationTest.java
 
b/flink-connectors/flink-connector-filesystem/src/test/java/org/apache/flink/streaming/connectors/fs/bucketing/BucketingSinkMigrationTest.java
index 981a529ddd2..fb0796aec6c 100644
--- 
a/flink-connectors/flink-connector-filesystem/src/test/java/org/apache/flink/streaming/connectors/fs/bucketing/BucketingSinkMigrationTest.java
+++ 
b/flink-connectors/flink-connector-filesystem/src/test/java/org/apache/flink/streaming/connectors/fs/bucketing/BucketingSinkMigrationTest.java
@@ -90,7 +90,8 @@ public static void verifyOS() {
                        Tuple2.of(MigrationVersion.v1_3, 
"/var/folders/tv/b_1d8fvx23dgk1_xs8db_95h0000gn/T/junit4273542175898623023/junit3801102997056424640/1970-01-01--01/part-0-"),
                        Tuple2.of(MigrationVersion.v1_4, 
"/var/folders/tv/b_1d8fvx23dgk1_xs8db_95h0000gn/T/junit3198043255809479705/junit8947526563966405708/1970-01-01--01/part-0-"),
                        Tuple2.of(MigrationVersion.v1_5, 
"/tmp/junit4927100426019463155/junit2465610012100182280/1970-01-01--00/part-0-"),
-                       Tuple2.of(MigrationVersion.v1_6, 
"/tmp/junit3459711376354834545/junit5114611885650086135/1970-01-01--00/part-0-"));
+                       Tuple2.of(MigrationVersion.v1_6, 
"/tmp/junit3459711376354834545/junit5114611885650086135/1970-01-01--00/part-0-"),
+                       Tuple2.of(MigrationVersion.v1_7, 
"/var/folders/r2/tdhx810x7yxb7q9_brnp49x40000gp/T/junit4288325607215628863/junit8132783417241536320/1970-01-01--08/part-0-"));
        }
 
        private final MigrationVersion testMigrateVersion;
diff --git 
a/flink-connectors/flink-connector-filesystem/src/test/resources/bucketing-sink-migration-test-flink1.7-snapshot
 
b/flink-connectors/flink-connector-filesystem/src/test/resources/bucketing-sink-migration-test-flink1.7-snapshot
new file mode 100644
index 00000000000..9aeb1c28ee9
Binary files /dev/null and 
b/flink-connectors/flink-connector-filesystem/src/test/resources/bucketing-sink-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

Reply via email to