PreparedStatementBatchTest
Tests
Test |
Duration |
Result |
addBatchDoesNotFlush() |
0.001s |
passed |
addBatchFlushesAfterBatchSizeReached() |
0.002s |
passed |
addDoesNotFlush() |
0.002s |
passed |
addFlushesAfterBatchSizeReached() |
0.002s |
passed |
closeClosesStatement() |
0.001s |
passed |
closeFlushes() |
0.035s |
passed |
getStatement() |
0.002s |
passed |
Standard error
2025-01-18 18:22:18.135 [FINEST ] org.itsallcode.jdbc.batch.Batch executeBatch Execute batch of 1 after 1 took 0 ms
2025-01-18 18:22:18.136 [FINE ] org.itsallcode.jdbc.batch.Batch close Batch processing of 1 items with batch size 2 completed in PT0.002077255S
2025-01-18 18:22:18.140 [FINEST ] org.itsallcode.jdbc.batch.Batch executeBatch Execute batch of 2 after 2 took 0 ms
2025-01-18 18:22:18.141 [FINEST ] org.itsallcode.jdbc.batch.Batch executeBatch No items added to batch, skip
2025-01-18 18:22:18.142 [FINE ] org.itsallcode.jdbc.batch.Batch close Batch processing of 0 items with batch size 2 completed in PT0.00024768S
2025-01-18 18:22:18.146 [FINEST ] org.itsallcode.jdbc.batch.Batch executeBatch Execute batch of 2 after 2 took 0 ms