RedisCoordinatorMetadataSchemaTest

5

tests

0

failures

0

ignored

0.076s

duration

100%

successful

Tests

Test Duration Result
redis metadata parser accepts current and legacy v1 metadata() 0.051s passed
redis metadata parser accepts legacy migration id fields() 0.003s passed
redis metadata parser ignores removed legacy fields() 0.003s passed
redis metadata parser rejects unsupported future schema() 0.003s passed
redis metadata parser upgrades legacy coordinator managed shard layout metadata() 0.016s passed

Standard output

2026-06-06T16:32:25.474Z  INFO 2783 --- [    Test worker] t.c.s.AnnotationConfigContextLoaderUtils : Could not detect default configuration classes for test class [io.github.ghkdqhrbals.redisstreamcoordinator.RedisCoordinatorMetadataSchemaTest]: RedisCoordinatorMetadataSchemaTest does not declare any static, non-private, non-final, nested classes annotated with @Configuration.
2026-06-06T16:32:25.476Z  INFO 2783 --- [    Test worker] .b.t.c.SpringBootTestContextBootstrapper : Found @SpringBootConfiguration io.github.ghkdqhrbals.redisstreamcoordinator.RedisStreamCoordinatorApplication for test class io.github.ghkdqhrbals.redisstreamcoordinator.RedisCoordinatorMetadataSchemaTest
2026-06-06T16:32:25.478Z  INFO 2783 --- [    Test worker] t.c.s.AnnotationConfigContextLoaderUtils : Could not detect default configuration classes for test class [io.github.ghkdqhrbals.redisstreamcoordinator.RedisCoordinatorMetadataSchemaTest]: RedisCoordinatorMetadataSchemaTest does not declare any static, non-private, non-final, nested classes annotated with @Configuration.
2026-06-06T16:32:25.479Z  INFO 2783 --- [    Test worker] .b.t.c.SpringBootTestContextBootstrapper : Found @SpringBootConfiguration io.github.ghkdqhrbals.redisstreamcoordinator.RedisStreamCoordinatorApplication for test class io.github.ghkdqhrbals.redisstreamcoordinator.RedisCoordinatorMetadataSchemaTest

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

 :: Spring Boot ::                (v4.0.6)

2026-06-06T16:32:25.512Z  INFO 2783 --- [    Test worker] g.g.r.RedisCoordinatorMetadataSchemaTest : Starting RedisCoordinatorMetadataSchemaTest 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:25.512Z  INFO 2783 --- [    Test worker] g.g.r.RedisCoordinatorMetadataSchemaTest : No active profile set, falling back to 1 default profile: "default"
2026-06-06T16:32:25.724Z  INFO 2783 --- [    Test worker] .s.d.r.c.RepositoryConfigurationDelegate : Multiple Spring Data modules found, entering strict repository configuration mode
2026-06-06T16:32:25.724Z  INFO 2783 --- [    Test worker] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data Redis repositories in DEFAULT mode.
2026-06-06T16:32:25.736Z  INFO 2783 --- [    Test worker] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 10 ms. Found 0 Redis repository interfaces.
2026-06-06T16:32:26.123Z  INFO 2783 --- [    Test worker] o.s.b.a.e.web.EndpointLinksResolver      : Exposing 3 endpoints beneath base path '/actuator'
2026-06-06T16:32:26.138Z  INFO 2783 --- [    Test worker] g.g.r.RedisCoordinatorMetadataSchemaTest : Started RedisCoordinatorMetadataSchemaTest in 0.655 seconds (process running for 15.675)
2026-06-06T16:32:26.139Z  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'