10 lines
833 B
Plaintext
10 lines
833 B
Plaintext
$ mvn -o -B test -Dtest=SpringAutoConfiguredHikariTest
|
|
(trimmed to the test's own RESULT line and the surefire summary)
|
|
|
|
RESULT[hikari-spring-default]: dataSource class=com.zaxxer.hikari.HikariDataSource | pool name=HikariPool-1 | maximumPoolSize=10 | minimumIdle=10 | connectionTimeout=30000ms | idleTimeout=600000ms -- these are HikariCP's own built-in defaults (maximumPoolSize=10, minimumIdle defaults to maximumPoolSize), not anything this project set.
|
|
|
|
-------------------------------------------------------------------------------
|
|
Test set: com.ankurm.hibernatedemo.hikari.SpringAutoConfiguredHikariTest
|
|
-------------------------------------------------------------------------------
|
|
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.470 s -- in com.ankurm.hibernatedemo.hikari.SpringAutoConfiguredHikariTest
|