Gradle Test Run :test
[12] org.itsallcode.jdbc.SimpleConnectionTest$$Lambda$1013/0x00007f957c45e230@19b6863e
summary
|
100%
successful |
error output
2026-04-18 12:33:44.756 [FINEST ] org.itsallcode.jdbc.batch.Batch executeBatch Execute batch of 1 after 1 took 0 ms
2026-04-18 12:33:44.756 [FINE ] org.itsallcode.jdbc.batch.Batch close Batch processing of 1 items with batch size 200000 completed in PT0.001149096S
2026-04-18 12:33:44.758 [FINEST ] org.itsallcode.jdbc.batch.PreparedStatementBatchBuilder build Running insert statement 'insert into "TEST" ("ID","NAME") values (?,?)'...
2026-04-18 12:33:44.759 [FINEST ] org.itsallcode.jdbc.batch.Batch executeBatch Execute batch of 3 after 3 took 0 ms
2026-04-18 12:33:44.759 [FINE ] org.itsallcode.jdbc.batch.Batch close Batch processing of 3 items with batch size 200000 completed in PT0.000818242S
2026-04-18 12:33:44.759 [FINEST ] org.itsallcode.jdbc.batch.Batch executeBatch No items added to batch, skip
2026-04-18 12:33:44.760 [FINE ] org.itsallcode.jdbc.batch.Batch close Batch processing of 3 items with batch size 200000 completed in PT0.001467329S
2026-04-18 12:33:44.760 [FINEST ] org.itsallcode.jdbc.ConnectionWrapper query Executing query 'select count(*) as result from test'...