HHH-9344 Remove dead code from BatchTest
This commit is contained in:
parent
42cd3ff2cf
commit
067e38a78b
|
@ -83,7 +83,6 @@ public class BatchTest extends BaseCoreFunctionalTestCase {
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
public void testBatchInsertUpdateSizeGtJdbcBatchSize() {
|
public void testBatchInsertUpdateSizeGtJdbcBatchSize() {
|
||||||
long start = System.currentTimeMillis();
|
|
||||||
int batchSize = sessionFactory().getSettings().getJdbcBatchSize();
|
int batchSize = sessionFactory().getSettings().getJdbcBatchSize();
|
||||||
doBatchInsertUpdate( 50, batchSize + 1 );
|
doBatchInsertUpdate( 50, batchSize + 1 );
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue