Brian Kenny

Results 2 comments of Brian Kenny

> Hello @Brian1KB > > Thank you for your report. Please add a unit test to this PR. To add a unit test, I'd need to include a `newVirtualThreadPerTaskExecutor`, however...

``` @Test @Timeout(value = 60000, unit = TimeUnit.MILLISECONDS) public void testVirtualThreadLoad() throws Exception { BasePooledObjectFactory slowObjectFactory = createSlowObjectFactory(500); Executor executor = Executors.newVirtualThreadPerTaskExecutor(); int executions = 1000; CountDownLatch countDownLatch = new...