Github user aljoscha commented on a diff in the pull request:
https://github.com/apache/flink/pull/4052#discussion_r119867943
--- Diff:
flink-tests/src/test/java/org/apache/flink/test/streaming/runtime/CoGroupJoinITCase.java
---
@@ -324,6 +329,41 @@ public void invoke(String value) throws Exception {
Assert.assertEquals(expectedResult, testResults);
}
+ @Test
+ public void testCoGroupOperatorWithCheckpoint() throws Exception {
--- End diff --
Maybe mention that this is meant to check the snapshotting and the problem
that was previously undetected.
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---