xintongsong commented on a change in pull request #11248: [FLINK-16299] Release
containers recovered from previous attempt in w…
URL: https://github.com/apache/flink/pull/11248#discussion_r385998488
##########
File path:
flink-yarn/src/test/java/org/apache/flink/yarn/YarnResourceManagerTest.java
##########
@@ -528,6 +563,43 @@ public void testOnStartContainerError() throws Exception {
}};
}
+ @Test
+ public void testStartWithContainerFromPreviousAttempt() throws
Exception {
Review comment:
minor:
It's a bit confusing what does "start with" mean in the test case name.
I would call it something like "testHandleContainersFromPreviousAttempt".
----------------------------------------------------------------
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