RedisStreamCoordinatorApplicationTest
Tests
| Test |
Duration |
Result |
| spring context loads() |
0.004s |
passed |
Standard output
2026-06-06T16:32:26.227Z INFO 2783 --- [ Test worker] t.c.s.AnnotationConfigContextLoaderUtils : Could not detect default configuration classes for test class [io.github.ghkdqhrbals.redisstreamcoordinator.RedisStreamCoordinatorApplicationTest]: RedisStreamCoordinatorApplicationTest does not declare any static, non-private, non-final, nested classes annotated with @Configuration.
2026-06-06T16:32:26.228Z INFO 2783 --- [ Test worker] .b.t.c.SpringBootTestContextBootstrapper : Found @SpringBootConfiguration io.github.ghkdqhrbals.redisstreamcoordinator.RedisStreamCoordinatorApplication for test class io.github.ghkdqhrbals.redisstreamcoordinator.RedisStreamCoordinatorApplicationTest
2026-06-06T16:32:26.229Z INFO 2783 --- [ Test worker] t.c.s.AnnotationConfigContextLoaderUtils : Could not detect default configuration classes for test class [io.github.ghkdqhrbals.redisstreamcoordinator.RedisStreamCoordinatorApplicationTest]: RedisStreamCoordinatorApplicationTest does not declare any static, non-private, non-final, nested classes annotated with @Configuration.
2026-06-06T16:32:26.229Z INFO 2783 --- [ Test worker] .b.t.c.SpringBootTestContextBootstrapper : Found @SpringBootConfiguration io.github.ghkdqhrbals.redisstreamcoordinator.RedisStreamCoordinatorApplication for test class io.github.ghkdqhrbals.redisstreamcoordinator.RedisStreamCoordinatorApplicationTest
. ____ _ __ _ _
/\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \
( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
\\/ ___)| |_)| | | | | || (_| | ) ) ) )
' |____| .__|_| |_|_| |_\__, | / / / /
=========|_|==============|___/=/_/_/_/
:: Spring Boot :: (v4.0.6)
2026-06-06T16:32:26.249Z INFO 2783 --- [ Test worker] .r.RedisStreamCoordinatorApplicationTest : Starting RedisStreamCoordinatorApplicationTest using Java 24.0.2 with PID 2783 (started by runner in /home/runner/work/redis-stream-coordinator/redis-stream-coordinator/coordinator-server)
2026-06-06T16:32:26.250Z INFO 2783 --- [ Test worker] .r.RedisStreamCoordinatorApplicationTest : No active profile set, falling back to 1 default profile: "default"
2026-06-06T16:32:26.477Z INFO 2783 --- [ Test worker] .s.d.r.c.RepositoryConfigurationDelegate : Multiple Spring Data modules found, entering strict repository configuration mode
2026-06-06T16:32:26.478Z INFO 2783 --- [ Test worker] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data Redis repositories in DEFAULT mode.
2026-06-06T16:32:26.489Z INFO 2783 --- [ Test worker] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 9 ms. Found 0 Redis repository interfaces.
2026-06-06T16:32:26.852Z INFO 2783 --- [ Test worker] o.s.b.a.e.web.EndpointLinksResolver : Exposing 3 endpoints beneath base path '/actuator'
2026-06-06T16:32:26.868Z INFO 2783 --- [ Test worker] .r.RedisStreamCoordinatorApplicationTest : Started RedisStreamCoordinatorApplicationTest in 0.636 seconds (process running for 16.405)
2026-06-06T16:32:26.869Z WARN 2783 --- [ Test worker] o.s.core.events.SpringDocAppInitializer : SpringDoc /swagger-ui.html endpoint is enabled by default. To disable it in production, set the property 'springdoc.swagger-ui.enabled=false'