Gradle Test Run :test

autoIncrement(String, AutoIncrement)

summary

3

tests

0

failures

0

skipped

0.085s

duration

100%

successful

Child Name Tests Failures Skipped Duration Success rate
[1] "YES", "AUTO_INCREMENT" autoIncrement(String, AutoIncrement)[1] 1 0 0 0.025s 100%
[2] "NO", "NO_AUTO_INCREMENT" autoIncrement(String, AutoIncrement)[2] 1 0 0 0.001s 100%
[3] "", "UNKNOWN" autoIncrement(String, AutoIncrement)[3] 1 0 0 0s 100%

error output

2026-04-18 12:33:45.700 [FINEST ] org.itsallcode.jdbc.batch.Batch executeBatch Execute batch of 2 after 2 took 1 ms 
2026-04-18 12:33:45.700 [FINE   ] org.itsallcode.jdbc.batch.Batch close Batch processing of 2 items with batch size 200000 completed in PT0.001562464S 
2026-04-18 12:33:45.701 [FINEST ] org.itsallcode.jdbc.batch.PreparedStatementBatchBuilder build Running insert statement 'insert into "NAMES" ("ID","NAME") values (?,?)'... 
2026-04-18 12:33:45.705 [FINEST ] org.itsallcode.jdbc.batch.Batch executeBatch Execute batch of 5 after 5 took 3 ms