gaoyunhaii commented on a change in pull request #16655:
URL: https://github.com/apache/flink/pull/16655#discussion_r683650667
##########
File path:
flink-runtime/src/test/java/org/apache/flink/runtime/checkpoint/CheckpointCoordinatorRestoringTest.java
##########
@@ -1213,31 +1213,153 @@ public void
testRestoringPartiallyFinishedChainsFails() throws Exception {
+ "anon("
+ jobVertexID1
+ ")"
- + " which contain both finished and unfinished
operators");
+ + " which contain mixed operator finished state:
[ALL_RUNNING, FULLY_FINISHED]");
coord.restoreLatestCheckpointedStateToAll(vertices, false);
}
@Test
public void testAddingRunningOperatorBeforeFinishedOneFails() throws
Exception {
Review comment:
A test should be needed. I added the test~
--
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]