Searched refs:numTasks (Results 1 – 1 of 1) sorted by relevance
124 int numTasks = getConnectionNum(); in testManyConnectionsUsingManyThreads() local126 ThreadPool threadPool = new ThreadPool(numTasks); in testManyConnectionsUsingManyThreads()129 for (int i = 0; i < numTasks; i++) { in testManyConnectionsUsingManyThreads()134 assertEquals("Unable to create a connection", numTasks, vc.size()); in testManyConnectionsUsingManyThreads()135 if (numTasks != Support_SQL.sqlMaxConnections) { in testManyConnectionsUsingManyThreads()140 fail("It is possible to create more than " + numTasks in testManyConnectionsUsingManyThreads()