Searched refs:tasksPerConnection (Results 1 – 1 of 1) sorted by relevance
173 int tasksPerConnection = Support_SQL.sqlMaxTasks / maxConnections; in testInsertOfManyRowsUsingOneThread() local176 + tasksPerConnection); in testInsertOfManyRowsUsingOneThread()179 Logger.global.info(" creating " + tasksPerConnection in testInsertOfManyRowsUsingOneThread()182 for (int j = 0; j < tasksPerConnection; ++j) { in testInsertOfManyRowsUsingOneThread()191 assertEquals("Incorrect number of records", tasksPerConnection in testInsertOfManyRowsUsingOneThread()210 int tasksPerConnection = Support_SQL.sqlMaxTasks / numConnections; in testInsertOfManyRowsUsingManyThreads() local217 Logger.global.info(" creating "+tasksPerConnection+ " tasks for Connection "+i); in testInsertOfManyRowsUsingManyThreads()232 assertEquals("Incorrect number of records", tasksPerConnection in testInsertOfManyRowsUsingManyThreads()318 int tasksPerConnection = Support_SQL.sqlMaxTasks320 for (int i = 0; i < tasksPerConnection; ++i) {[all …]