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 0168a7b81bebf..f4883c939bb1b 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 @@ -91,7 +91,8 @@ public static Collection parameters () { MigrationVersion.v1_3, MigrationVersion.v1_4, MigrationVersion.v1_5, - MigrationVersion.v1_6); + MigrationVersion.v1_6, + MigrationVersion.v1_7); } private static final TypeInformation> STRING_INT_TUPLE = diff --git a/flink-streaming-java/src/test/resources/win-op-migration-test-apply-event-time-flink1.7-snapshot b/flink-streaming-java/src/test/resources/win-op-migration-test-apply-event-time-flink1.7-snapshot new file mode 100644 index 0000000000000..0051be0b6507e Binary files /dev/null and b/flink-streaming-java/src/test/resources/win-op-migration-test-apply-event-time-flink1.7-snapshot differ diff --git a/flink-streaming-java/src/test/resources/win-op-migration-test-apply-processing-time-flink1.7-snapshot b/flink-streaming-java/src/test/resources/win-op-migration-test-apply-processing-time-flink1.7-snapshot new file mode 100644 index 0000000000000..38bbc7ea3b097 Binary files /dev/null and b/flink-streaming-java/src/test/resources/win-op-migration-test-apply-processing-time-flink1.7-snapshot differ diff --git a/flink-streaming-java/src/test/resources/win-op-migration-test-kryo-serialized-key-flink1.7-snapshot b/flink-streaming-java/src/test/resources/win-op-migration-test-kryo-serialized-key-flink1.7-snapshot new file mode 100644 index 0000000000000..df7866b61641d Binary files /dev/null and b/flink-streaming-java/src/test/resources/win-op-migration-test-kryo-serialized-key-flink1.7-snapshot differ diff --git a/flink-streaming-java/src/test/resources/win-op-migration-test-reduce-event-time-flink1.7-snapshot b/flink-streaming-java/src/test/resources/win-op-migration-test-reduce-event-time-flink1.7-snapshot new file mode 100644 index 0000000000000..6fe289640b39b Binary files /dev/null and b/flink-streaming-java/src/test/resources/win-op-migration-test-reduce-event-time-flink1.7-snapshot differ diff --git a/flink-streaming-java/src/test/resources/win-op-migration-test-reduce-processing-time-flink1.7-snapshot b/flink-streaming-java/src/test/resources/win-op-migration-test-reduce-processing-time-flink1.7-snapshot new file mode 100644 index 0000000000000..a6d1863eb5887 Binary files /dev/null and b/flink-streaming-java/src/test/resources/win-op-migration-test-reduce-processing-time-flink1.7-snapshot differ diff --git a/flink-streaming-java/src/test/resources/win-op-migration-test-session-with-stateful-trigger-flink1.7-snapshot b/flink-streaming-java/src/test/resources/win-op-migration-test-session-with-stateful-trigger-flink1.7-snapshot new file mode 100644 index 0000000000000..0268926ac76cd Binary files /dev/null and b/flink-streaming-java/src/test/resources/win-op-migration-test-session-with-stateful-trigger-flink1.7-snapshot differ diff --git a/flink-streaming-java/src/test/resources/win-op-migration-test-session-with-stateful-trigger-mint-flink1.7-snapshot b/flink-streaming-java/src/test/resources/win-op-migration-test-session-with-stateful-trigger-mint-flink1.7-snapshot new file mode 100644 index 0000000000000..e93debd2bf19d Binary files /dev/null and b/flink-streaming-java/src/test/resources/win-op-migration-test-session-with-stateful-trigger-mint-flink1.7-snapshot differ