XComp commented on code in PR #22544:
URL: https://github.com/apache/flink/pull/22544#discussion_r1188199532
##########
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:
No, this change is not related. I was too lazy to create a Jira issue for
that one and just added it as a minor hotfix commit. But you're right. It's too
different to let it slip through. :-) I created FLINK-32039 to cover it.
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]