From d16c97ffa4d287e3adacf3ba0e37ec67336fa78b Mon Sep 17 00:00:00 2001 From: "2590965087@qq.com" <2590968087@qq.com> Date: Sun, 30 Jul 2023 00:28:23 +0800 Subject: [PATCH] Refactoring throws an exception when the new maximum number of core threads is set to be greater than the new maximum number of threads --- .../common/executor/support/ThreadPoolExecutorUtilTest.java | 1 - 1 file changed, 1 deletion(-) diff --git a/infra/common/src/test/java/cn/hippo4j/common/executor/support/ThreadPoolExecutorUtilTest.java b/infra/common/src/test/java/cn/hippo4j/common/executor/support/ThreadPoolExecutorUtilTest.java index 90ee5ea7..78dfc69a 100644 --- a/infra/common/src/test/java/cn/hippo4j/common/executor/support/ThreadPoolExecutorUtilTest.java +++ b/infra/common/src/test/java/cn/hippo4j/common/executor/support/ThreadPoolExecutorUtilTest.java @@ -82,7 +82,6 @@ public class ThreadPoolExecutorUtilTest { @Test public void testException(){ - // Test n int newCorePoolSize4 = 6; int newMaxPoolSize4 = 4; try {