zhipeng93 commented on code in PR #216:
URL: https://github.com/apache/flink-ml/pull/216#discussion_r1169983940
##########
flink-ml-tests/src/test/java/org/apache/flink/test/iteration/BoundedPerRoundCheckpointITCase.java:
##########
@@ -106,7 +106,7 @@ public void testFailoverAndRestore() throws Exception {
}
// 0 ~ 4 round and termination information
- assertEquals(4, roundsStat.size());
+ assertEquals(5, roundsStat.size());
Review Comment:
Thanks for pointing this out. This fix is not consistent with the java doc
yet. I will do this fix in a later PR.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]