dawidwys commented on a change in pull request #15829:
URL: https://github.com/apache/flink/pull/15829#discussion_r626379057



##########
File path: 
flink-test-utils-parent/flink-test-utils/src/main/java/org/apache/flink/test/util/AbstractTestBase.java
##########
@@ -70,6 +70,11 @@
 
     @After
     public final void cleanupRunningJobs() throws Exception {
+        if (!miniClusterResource.getMiniCluster().isRunning()) {
+            // do nothing if the MiniCluster is not running

Review comment:
       It is not a normal situation. I'll add a LOG there.




-- 
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]


Reply via email to