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
|
||||
public void testBatchInsertUpdateSizeGtJdbcBatchSize() {
|
||||
long start = System.currentTimeMillis();
|
||||
int batchSize = sessionFactory().getSettings().getJdbcBatchSize();
|
||||
doBatchInsertUpdate( 50, batchSize + 1 );
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue