tillrohrmann commented on a change in pull request #9832: [FLINK-11843] Bind
lifespan of Dispatcher to leader session
URL: https://github.com/apache/flink/pull/9832#discussion_r336739208
##########
File path:
flink-runtime/src/test/java/org/apache/flink/runtime/dispatcher/runner/DispatcherLeaderProcessImplTest.java
##########
@@ -239,6 +246,109 @@ public void
closeAsync_duringJobRecovery_preventsDispatcherServiceCreation() thr
}
}
+ @Test
+ public void onRemovedJobGraph_cancelsRunningJob() throws Exception {
Review comment:
In this test class I'm trying to follow a new naming scheme which I believe
is more helpful and is described here:
https://osherove.com/blog/2005/4/3/naming-standards-for-unit-tests.html. The
idea is to have more descriptive names for tests.
----------------------------------------------------------------
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]
With regards,
Apache Git Services