pgaref commented on code in PR #22544:
URL: https://github.com/apache/flink/pull/22544#discussion_r1188052161


##########
flink-test-utils-parent/flink-test-utils-junit/src/main/java/org/apache/flink/testutils/executor/TestExecutorExtension.java:
##########
@@ -49,6 +58,20 @@ public T getExecutor() {
     public void afterAll(ExtensionContext context) throws Exception {
         if (executorService != null) {
             executorService.shutdown();
+
+            try {

Review Comment:
   Is this change related?



##########
flink-test-utils-parent/flink-test-utils-junit/src/main/java/org/apache/flink/testutils/executor/TestExecutorResource.java:
##########
@@ -47,6 +55,20 @@ public T getExecutor() {
     protected void after() {
         if (executorService != null) {
             executorService.shutdown();
+

Review Comment:
   same as above



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