RedisStreamCoordinatorApplicationTest

1

tests

0

failures

0

ignored

0.006s

duration

100%

successful

Tests

Test Duration Result
spring context loads() 0.006s passed

Standard output

2026-06-06T06:13:21.276Z  INFO 2707 --- [    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-06T06:13:21.277Z  INFO 2707 --- [    Test worker] .b.t.c.SpringBootTestContextBootstrapper : Found @SpringBootConfiguration io.github.ghkdqhrbals.redisstreamcoordinator.RedisStreamCoordinatorApplication for test class io.github.ghkdqhrbals.redisstreamcoordinator.RedisStreamCoordinatorApplicationTest
2026-06-06T06:13:21.278Z  INFO 2707 --- [    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-06T06:13:21.279Z  INFO 2707 --- [    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-06T06:13:21.297Z  INFO 2707 --- [    Test worker] .r.RedisStreamCoordinatorApplicationTest : Starting RedisStreamCoordinatorApplicationTest using Java 24.0.2 with PID 2707 (started by runner in /home/runner/work/redis-stream-coordinator/redis-stream-coordinator/coordinator-server)
2026-06-06T06:13:21.297Z  INFO 2707 --- [    Test worker] .r.RedisStreamCoordinatorApplicationTest : No active profile set, falling back to 1 default profile: "default"
2026-06-06T06:13:21.491Z  INFO 2707 --- [    Test worker] .s.d.r.c.RepositoryConfigurationDelegate : Multiple Spring Data modules found, entering strict repository configuration mode
2026-06-06T06:13:21.492Z  INFO 2707 --- [    Test worker] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data Redis repositories in DEFAULT mode.
2026-06-06T06:13:21.503Z  INFO 2707 --- [    Test worker] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 9 ms. Found 0 Redis repository interfaces.
2026-06-06T06:13:21.868Z  INFO 2707 --- [    Test worker] o.s.b.a.e.web.EndpointLinksResolver      : Exposing 3 endpoints beneath base path '/actuator'
2026-06-06T06:13:21.885Z  INFO 2707 --- [    Test worker] .r.RedisStreamCoordinatorApplicationTest : Started RedisStreamCoordinatorApplicationTest in 0.602 seconds (process running for 16.187)
2026-06-06T06:13:21.886Z  WARN 2707 --- [    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'