Home
last modified time | relevance | path

Searched refs:maxConnections (Results 1 – 1 of 1) sorted by relevance

/libcore/luni/src/test/java/tests/java/sql/
DStressTest.java120 int maxConnections = getConnectionNum(); in testManyConnectionsUsingOneThread() local
121 openConnections(maxConnections); in testManyConnectionsUsingOneThread()
123 maxConnections, vc.size()); in testManyConnectionsUsingOneThread()
168 int maxConnections = getConnectionNum(); in testInsertOfManyRowsUsingOneThread() local
169 Logger.global.info("Opening " + maxConnections + " to database " in testInsertOfManyRowsUsingOneThread()
171 openConnections(maxConnections); in testInsertOfManyRowsUsingOneThread()
173 int tasksPerConnection = Support_SQL.sqlMaxTasks / maxConnections; in testInsertOfManyRowsUsingOneThread()
175 + " by (maxConnections) " + maxConnections + " = " in testInsertOfManyRowsUsingOneThread()
192 * maxConnections, rs.getInt("counter")); in testInsertOfManyRowsUsingOneThread()
260 private void openConnections(int maxConnections) { in openConnections() argument
[all …]