linghengqian commented on code in PR #2475: URL: https://github.com/apache/shardingsphere-elasticjob/pull/2475#discussion_r2331756481
########## test/native/src/test/java/org/apache/shardingsphere/elasticjob/test/natived/it/operation/JavaTest.java: ########## @@ -305,4 +308,40 @@ void testShardingStatisticsAPI() { }); job.shutdown(); } + + @Test + void testWhenShutdownThenTaskCanCaptureInterruptedException() throws Exception { + testCaptureInterruptedException(1); + testCaptureInterruptedException(2); + } + + private void testCaptureInterruptedException(int shardingTotalCount) throws Exception { Review Comment: Checkstyle's CI is still failing, variables in method signatures need to be explicitly declared `final`. -- 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: notifications-unsubscr...@shardingsphere.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org