提交 c21944a9 编写于 作者: C CaptainB

refactor: 测试结束时清理待执行队列

上级 9dbeae2a
......@@ -34,7 +34,7 @@ public class ReportTasks {
for (Future<?> task : futures) {
try {
if (!task.isDone()) {
task.cancel(true);
task.cancel(false);
}
} catch (Exception e) {
LogUtil.error("取消任务失败: ", e);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册