This is an automated email from the ASF dual-hosted git repository.

mapohl pushed a commit to branch release-1.17
in repository https://gitbox.apache.org/repos/asf/flink.git

commit 988c1b6b2eb4efd4291335c056e7677e6ac05934
Author: Matthias Pohl <[email protected]>
AuthorDate: Thu Mar 23 19:51:46 2023 +0100

    [FLINK-31593][tests] Adds 1.17.0 reference data for 
WindowOperatorMigrationTest based on release-1.17.0
---
 .../operators/windowing/WindowOperatorMigrationTest.java |   2 +-
 ...op-migration-test-apply-event-time-flink1.17-snapshot | Bin 0 -> 1799 bytes
 ...gration-test-apply-processing-time-flink1.17-snapshot | Bin 0 -> 1691 bytes
 ...migration-test-kryo-serialized-key-flink1.17-snapshot | Bin 0 -> 4021 bytes
 ...p-migration-test-reduce-event-time-flink1.17-snapshot | Bin 0 -> 1655 bytes
 ...ration-test-reduce-processing-time-flink1.17-snapshot | Bin 0 -> 1596 bytes
 ...test-session-with-stateful-trigger-flink1.17-snapshot | Bin 0 -> 2707 bytes
 ...session-with-stateful-trigger-mint-flink1.17-snapshot | Bin 0 -> 2201 bytes
 8 files changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/flink-streaming-java/src/test/java/org/apache/flink/streaming/runtime/operators/windowing/WindowOperatorMigrationTest.java
 
b/flink-streaming-java/src/test/java/org/apache/flink/streaming/runtime/operators/windowing/WindowOperatorMigrationTest.java
index 1b1bdd9a306..7a7186eb1f1 100644
--- 
a/flink-streaming-java/src/test/java/org/apache/flink/streaming/runtime/operators/windowing/WindowOperatorMigrationTest.java
+++ 
b/flink-streaming-java/src/test/java/org/apache/flink/streaming/runtime/operators/windowing/WindowOperatorMigrationTest.java
@@ -84,7 +84,7 @@ public class WindowOperatorMigrationTest {
 
     @Parameterized.Parameters(name = "Migration Savepoint: {0}")
     public static Collection<FlinkVersion> parameters() {
-        return FlinkVersion.rangeOf(FlinkVersion.v1_8, FlinkVersion.v1_16);
+        return FlinkVersion.rangeOf(FlinkVersion.v1_8, FlinkVersion.v1_17);
     }
 
     private static final TypeInformation<Tuple2<String, Integer>> 
STRING_INT_TUPLE =
diff --git 
a/flink-streaming-java/src/test/resources/win-op-migration-test-apply-event-time-flink1.17-snapshot
 
b/flink-streaming-java/src/test/resources/win-op-migration-test-apply-event-time-flink1.17-snapshot
new file mode 100644
index 00000000000..16479581fe7
Binary files /dev/null and 
b/flink-streaming-java/src/test/resources/win-op-migration-test-apply-event-time-flink1.17-snapshot
 differ
diff --git 
a/flink-streaming-java/src/test/resources/win-op-migration-test-apply-processing-time-flink1.17-snapshot
 
b/flink-streaming-java/src/test/resources/win-op-migration-test-apply-processing-time-flink1.17-snapshot
new file mode 100644
index 00000000000..74451f47ace
Binary files /dev/null and 
b/flink-streaming-java/src/test/resources/win-op-migration-test-apply-processing-time-flink1.17-snapshot
 differ
diff --git 
a/flink-streaming-java/src/test/resources/win-op-migration-test-kryo-serialized-key-flink1.17-snapshot
 
b/flink-streaming-java/src/test/resources/win-op-migration-test-kryo-serialized-key-flink1.17-snapshot
new file mode 100644
index 00000000000..277e30faed9
Binary files /dev/null and 
b/flink-streaming-java/src/test/resources/win-op-migration-test-kryo-serialized-key-flink1.17-snapshot
 differ
diff --git 
a/flink-streaming-java/src/test/resources/win-op-migration-test-reduce-event-time-flink1.17-snapshot
 
b/flink-streaming-java/src/test/resources/win-op-migration-test-reduce-event-time-flink1.17-snapshot
new file mode 100644
index 00000000000..b8644d5d767
Binary files /dev/null and 
b/flink-streaming-java/src/test/resources/win-op-migration-test-reduce-event-time-flink1.17-snapshot
 differ
diff --git 
a/flink-streaming-java/src/test/resources/win-op-migration-test-reduce-processing-time-flink1.17-snapshot
 
b/flink-streaming-java/src/test/resources/win-op-migration-test-reduce-processing-time-flink1.17-snapshot
new file mode 100644
index 00000000000..841b33a8965
Binary files /dev/null and 
b/flink-streaming-java/src/test/resources/win-op-migration-test-reduce-processing-time-flink1.17-snapshot
 differ
diff --git 
a/flink-streaming-java/src/test/resources/win-op-migration-test-session-with-stateful-trigger-flink1.17-snapshot
 
b/flink-streaming-java/src/test/resources/win-op-migration-test-session-with-stateful-trigger-flink1.17-snapshot
new file mode 100644
index 00000000000..05fea5604f7
Binary files /dev/null and 
b/flink-streaming-java/src/test/resources/win-op-migration-test-session-with-stateful-trigger-flink1.17-snapshot
 differ
diff --git 
a/flink-streaming-java/src/test/resources/win-op-migration-test-session-with-stateful-trigger-mint-flink1.17-snapshot
 
b/flink-streaming-java/src/test/resources/win-op-migration-test-session-with-stateful-trigger-mint-flink1.17-snapshot
new file mode 100644
index 00000000000..4bc3de2ad17
Binary files /dev/null and 
b/flink-streaming-java/src/test/resources/win-op-migration-test-session-with-stateful-trigger-mint-flink1.17-snapshot
 differ

Reply via email to