Gradle Test Run :demo:test

RotatingSecretsApplicationTests

summary

4

tests

0

failures

0

skipped

7.463s

duration

100%

successful

Child Tests Failures Skipped Duration Success rate
contextLoads() 1 0 0 0.003s 100%
dataSource_canExecuteQueries() 1 0 0 0.004s 100%
dataSource_isConnectable() 1 0 0 0.004s 100%
pollingService_canExecuteWithoutError() 1 0 0 0.018s 100%

standard output

  .   ____          _            __ _ _
 /\\ / ___'_ __ _ _(_)_ __  __ _ \ \ \ \
( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
 \\/  ___)| |_)| | | | | || (_| |  ) ) ) )
  '  |____| .__|_| |_|_| |_\__, | / / / /
 =========|_|==============|___/=/_/_/_/

 :: Spring Boot ::                (v4.1.1)

2026-08-30T06:15:55.439Z  INFO 2606 --- [RotatingSecrets] [    Test worker] c.m.r.RotatingSecretsApplicationTests    : Starting RotatingSecretsApplicationTests using Java 25.0.4.1 with PID 2606 (started by runner in /home/runner/work/RotatingSecrets/RotatingSecrets/demo)
2026-08-30T06:15:55.441Z  INFO 2606 --- [RotatingSecrets] [    Test worker] c.m.r.RotatingSecretsApplicationTests    : No active profile set, falling back to 1 default profile: "default"
2026-08-30T06:15:56.838Z  INFO 2606 --- [RotatingSecrets] [    Test worker] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data JPA repositories in DEFAULT mode.
2026-08-30T06:15:56.910Z  INFO 2606 --- [RotatingSecrets] [    Test worker] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 56 ms. Found 0 JPA repository interfaces.
2026-08-30T06:15:57.620Z  INFO 2606 --- [RotatingSecrets] [    Test worker] o.s.cloud.context.scope.GenericScope     : BeanFactory id=ba110cce-4562-31d6-acac-a4c3368edbb9
2026-08-30T06:15:58.337Z  INFO 2606 --- [RotatingSecrets] [    Test worker] com.zaxxer.hikari.HikariDataSource       : HikariRotatingSecrets - Starting...
2026-08-30T06:15:58.360Z  INFO 2606 --- [RotatingSecrets] [    Test worker] com.zaxxer.hikari.pool.HikariPool        : HikariRotatingSecrets - Added connection conn5: url=jdbc:h2:mem:rotatingsecretsdb user=SA
2026-08-30T06:15:58.363Z  INFO 2606 --- [RotatingSecrets] [    Test worker] com.zaxxer.hikari.HikariDataSource       : HikariRotatingSecrets - Start completed.
2026-08-30T06:15:58.411Z  INFO 2606 --- [RotatingSecrets] [    Test worker] org.hibernate.orm.jpa                    : HHH008540: Processing PersistenceUnitInfo [name: default]
2026-08-30T06:15:58.484Z  INFO 2606 --- [RotatingSecrets] [    Test worker] org.hibernate.orm.core                   : HHH000001: Hibernate ORM core version 7.4.5.Final
2026-08-30T06:15:58.878Z  INFO 2606 --- [RotatingSecrets] [    Test worker] o.s.o.j.p.SpringPersistenceUnitInfo      : No LoadTimeWeaver setup: ignoring JPA class transformer
2026-08-30T06:15:59.035Z  INFO 2606 --- [RotatingSecrets] [    Test worker] org.hibernate.orm.connections.pooling    : HHH10001005: Database info:
	Database JDBC URL [jdbc:h2:mem:rotatingsecretsdb]
	Database driver: H2 JDBC Driver
	Database dialect: H2Dialect
	Database version: 2.4.240
	Default catalog/schema: ROTATINGSECRETSDB/PUBLIC
	Autocommit mode: undefined/unknown
	Isolation level: READ_COMMITTED [default READ_COMMITTED]
	JDBC fetch size: 100
	Pool: DataSourceConnectionProvider
	Minimum pool size: undefined/unknown
	Maximum pool size: undefined/unknown
2026-08-30T06:15:59.931Z  INFO 2606 --- [RotatingSecrets] [    Test worker] org.hibernate.orm.core                   : HHH000489: No JTA platform available (set 'hibernate.transaction.jta.platform' to enable JTA platform integration)
2026-08-30T06:15:59.984Z  INFO 2606 --- [RotatingSecrets] [    Test worker] j.LocalContainerEntityManagerFactoryBean : Initialized JPA EntityManagerFactory for persistence unit 'default'
2026-08-30T06:16:00.822Z  INFO 2606 --- [RotatingSecrets] [    Test worker] c.m.r.RotatingSecretsApplicationTests    : Started RotatingSecretsApplicationTests in 6.425 seconds (process running for 16.574)