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

hxb pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/flink.git

commit aab3a1ed8133dd2a5474569d197cdc467cd6df33
Author: huangxingbo <h...@apache.org>
AuthorDate: Thu Oct 27 17:01:53 2022 +0800

    [release] Upgrade current version to 1.16 for WindowOperatorMigrationTest 
and create snapshots
---
 .../operators/windowing/WindowOperatorMigrationTest.java |   2 +-
 ...op-migration-test-apply-event-time-flink1.16-snapshot | Bin 0 -> 1799 bytes
 ...gration-test-apply-processing-time-flink1.16-snapshot | Bin 0 -> 1691 bytes
 ...migration-test-kryo-serialized-key-flink1.16-snapshot | Bin 0 -> 4021 bytes
 ...p-migration-test-reduce-event-time-flink1.16-snapshot | Bin 0 -> 1655 bytes
 ...ration-test-reduce-processing-time-flink1.16-snapshot | Bin 0 -> 1596 bytes
 ...test-session-with-stateful-trigger-flink1.16-snapshot | Bin 0 -> 2707 bytes
 ...session-with-stateful-trigger-mint-flink1.16-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 33da08f1fc0..405451bf744 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_3, FlinkVersion.v1_15);
+        return FlinkVersion.rangeOf(FlinkVersion.v1_3, FlinkVersion.v1_16);
     }
 
     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.16-snapshot
 
b/flink-streaming-java/src/test/resources/win-op-migration-test-apply-event-time-flink1.16-snapshot
new file mode 100644
index 00000000000..e8799251963
Binary files /dev/null and 
b/flink-streaming-java/src/test/resources/win-op-migration-test-apply-event-time-flink1.16-snapshot
 differ
diff --git 
a/flink-streaming-java/src/test/resources/win-op-migration-test-apply-processing-time-flink1.16-snapshot
 
b/flink-streaming-java/src/test/resources/win-op-migration-test-apply-processing-time-flink1.16-snapshot
new file mode 100644
index 00000000000..2e1a4541045
Binary files /dev/null and 
b/flink-streaming-java/src/test/resources/win-op-migration-test-apply-processing-time-flink1.16-snapshot
 differ
diff --git 
a/flink-streaming-java/src/test/resources/win-op-migration-test-kryo-serialized-key-flink1.16-snapshot
 
b/flink-streaming-java/src/test/resources/win-op-migration-test-kryo-serialized-key-flink1.16-snapshot
new file mode 100644
index 00000000000..7729ddacc26
Binary files /dev/null and 
b/flink-streaming-java/src/test/resources/win-op-migration-test-kryo-serialized-key-flink1.16-snapshot
 differ
diff --git 
a/flink-streaming-java/src/test/resources/win-op-migration-test-reduce-event-time-flink1.16-snapshot
 
b/flink-streaming-java/src/test/resources/win-op-migration-test-reduce-event-time-flink1.16-snapshot
new file mode 100644
index 00000000000..9e3322cdbe1
Binary files /dev/null and 
b/flink-streaming-java/src/test/resources/win-op-migration-test-reduce-event-time-flink1.16-snapshot
 differ
diff --git 
a/flink-streaming-java/src/test/resources/win-op-migration-test-reduce-processing-time-flink1.16-snapshot
 
b/flink-streaming-java/src/test/resources/win-op-migration-test-reduce-processing-time-flink1.16-snapshot
new file mode 100644
index 00000000000..74b6104e261
Binary files /dev/null and 
b/flink-streaming-java/src/test/resources/win-op-migration-test-reduce-processing-time-flink1.16-snapshot
 differ
diff --git 
a/flink-streaming-java/src/test/resources/win-op-migration-test-session-with-stateful-trigger-flink1.16-snapshot
 
b/flink-streaming-java/src/test/resources/win-op-migration-test-session-with-stateful-trigger-flink1.16-snapshot
new file mode 100644
index 00000000000..170ea081162
Binary files /dev/null and 
b/flink-streaming-java/src/test/resources/win-op-migration-test-session-with-stateful-trigger-flink1.16-snapshot
 differ
diff --git 
a/flink-streaming-java/src/test/resources/win-op-migration-test-session-with-stateful-trigger-mint-flink1.16-snapshot
 
b/flink-streaming-java/src/test/resources/win-op-migration-test-session-with-stateful-trigger-mint-flink1.16-snapshot
new file mode 100644
index 00000000000..fee3070c5a4
Binary files /dev/null and 
b/flink-streaming-java/src/test/resources/win-op-migration-test-session-with-stateful-trigger-mint-flink1.16-snapshot
 differ

Reply via email to