fredia commented on code in PR #20820:
URL: https://github.com/apache/flink/pull/20820#discussion_r970400273
##########
flink-tests/src/test/java/org/apache/flink/test/checkpointing/ChangelogLocalRecoveryITCase.java:
##########
@@ -142,7 +142,6 @@ public void testRestartTM() throws Exception {
// wait job for doing materialization.
waitUntilCondition(
() -> !getAllStateHandleId(firstJobGraph.getJobID(),
miniCluster).isEmpty());
- miniCluster.triggerCheckpoint(firstJobGraph.getJobID()).get();
Review Comment:
For this test, the checkpoint interval is 200ms and the materialization
interval is 800ms. So, at least one non-materialization part has been produced
before we get the materialization part.
--
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]