xintongsong commented on code in PR #22311:
URL: https://github.com/apache/flink/pull/22311#discussion_r1155446163


##########
flink-kubernetes/src/test/java/org/apache/flink/kubernetes/KubernetesResourceManagerDriverTest.java:
##########
@@ -184,6 +184,18 @@ void testOnPodDeleted() throws Exception {
         };
     }
 
+    @Test
+    void testOnPodDeletedWithDeletedEvent() throws Exception {

Review Comment:
   ```suggestion
       void testOnPodDeletedBeforeScheduled() throws Exception {
   ```



-- 
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: issues-unsubscr...@flink.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to