Refactoring throws an exception when the newly set number of core threads exceeds the maximum number of threads

pull/1407/head
2590965087@qq.com 2 years ago
parent d16c97ffa4
commit b03374f84d

@ -50,6 +50,7 @@ public class ThreadPoolExecutorUtilTest {
);
}
@Test
public void testEquals(){
// Test when the new core pool size equals the original maximum pool size.

Loading…
Cancel
Save