zhuzhurk commented on a change in pull request #13641:
URL: https://github.com/apache/flink/pull/13641#discussion_r514119222
##########
File path:
flink-runtime/src/test/java/org/apache/flink/runtime/executiongraph/ExecutionVertexCancelTest.java
##########
@@ -244,104 +250,6 @@ public void testSendCancelAndReceiveFail() throws
Exception {
assertEquals(vertices.length - 1,
exec.getVertex().getExecutionGraph().getRegisteredExecutions().size());
}
- //
--------------------------------------------------------------------------------------------
- // Actions after a vertex has been canceled or while canceling
- //
--------------------------------------------------------------------------------------------
-
- @Test
- public void testScheduleOrDeployAfterCancel() {
Review comment:
superseded by `DefaultScheduler#scheduleOnlyIfVertexIsCreated()`
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]