java-concurrency icon indicating copy to clipboard operation
java-concurrency copied to clipboard

TestThreadPool assert fail

Open zlshi opened this issue 4 years ago • 0 comments

Line 21 of TestThreadPool.java should add ThreadFactory parameter ExecutorService exec = Executors.newFixedThreadPool(MAX_SIZE, threadFactory); otherwise assertEquals of line 37 will fail

zlshi avatar Feb 18 '21 08:02 zlshi