[jira] [Created] (FLINK-18322) Fix unstable ExecutorNotifierTest#testExceptionInHandler.

classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

[jira] [Created] (FLINK-18322) Fix unstable ExecutorNotifierTest#testExceptionInHandler.

Shang Yuanchun (Jira)
Jiangjie Qin created FLINK-18322:
------------------------------------

             Summary: Fix unstable ExecutorNotifierTest#testExceptionInHandler.
                 Key: FLINK-18322
                 URL: https://issues.apache.org/jira/browse/FLINK-18322
             Project: Flink
          Issue Type: Bug
          Components: Connectors / Common
            Reporter: Jiangjie Qin


The {{ExecutorNotifierTest#testExceptionInHandler()}} fails intermittently because the {{UncaughtExceptionHandler}} may fire after the {{ExecutorService}} has  shutdown. The fix is to ensure only check the exception after the {{UncaughtExceptionHandler}} has fired.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)