zentol closed pull request #7234: [FLINK-10787] Update 
AbstractNonKeyedOperatorRestoreTestBase for 1.7
URL: https://github.com/apache/flink/pull/7234
 
 
   

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-tests/src/test/java/org/apache/flink/test/state/operator/restore/unkeyed/AbstractNonKeyedOperatorRestoreTestBase.java
 
b/flink-tests/src/test/java/org/apache/flink/test/state/operator/restore/unkeyed/AbstractNonKeyedOperatorRestoreTestBase.java
index 09c70372926..320084f9778 100644
--- 
a/flink-tests/src/test/java/org/apache/flink/test/state/operator/restore/unkeyed/AbstractNonKeyedOperatorRestoreTestBase.java
+++ 
b/flink-tests/src/test/java/org/apache/flink/test/state/operator/restore/unkeyed/AbstractNonKeyedOperatorRestoreTestBase.java
@@ -52,7 +52,8 @@
                        MigrationVersion.v1_3,
                        MigrationVersion.v1_4,
                        MigrationVersion.v1_5,
-                       MigrationVersion.v1_6);
+                       MigrationVersion.v1_6,
+                       MigrationVersion.v1_7);
        }
 
        protected AbstractNonKeyedOperatorRestoreTestBase(MigrationVersion 
migrationVersion) {
diff --git 
a/flink-tests/src/test/resources/operatorstate/nonKeyed-flink1.7/_metadata 
b/flink-tests/src/test/resources/operatorstate/nonKeyed-flink1.7/_metadata
new file mode 100644
index 00000000000..95924d5ccd7
Binary files /dev/null and 
b/flink-tests/src/test/resources/operatorstate/nonKeyed-flink1.7/_metadata 
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