RowPreparedStatementBatchTest
Test |
Duration |
Result |
addDoesNotFlush() |
0.003s |
passed |
addFlushesAfterBatchSizeReached() |
0.003s |
passed |
closeClosesStatement() |
0.002s |
passed |
closeFlushes() |
0.032s |
passed |
2025-01-18 18:22:18.178 [FINEST ] org.itsallcode.jdbc.batch.Batch executeBatch Execute batch of 1 after 1 took 0 ms
2025-01-18 18:22:18.178 [FINE ] org.itsallcode.jdbc.batch.Batch close Batch processing of 1 items with batch size 2 completed in PT0.001385441S
2025-01-18 18:22:18.181 [FINEST ] org.itsallcode.jdbc.batch.Batch executeBatch No items added to batch, skip
2025-01-18 18:22:18.181 [FINE ] org.itsallcode.jdbc.batch.Batch close Batch processing of 0 items with batch size 2 completed in PT0.000319362S
2025-01-18 18:22:18.187 [FINEST ] org.itsallcode.jdbc.batch.Batch executeBatch Execute batch of 2 after 2 took 0 ms