rkhachatryan commented on a change in pull request #15829:
URL: https://github.com/apache/flink/pull/15829#discussion_r626345476
##########
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:
NIT: Is it a normal situation? If not, maybe it makes sense to log a
warning?
--
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]