RedisCoordinatorMetadataSchemaTest

5

tests

0

failures

0

ignored

0.067s

duration

100%

successful

Tests

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

Standard output

2026-06-06T06:13:20.750Z  INFO 2707 --- [    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-06T06:13:20.752Z  INFO 2707 --- [    Test worker] .b.t.c.SpringBootTestContextBootstrapper : Found @SpringBootConfiguration io.github.ghkdqhrbals.redisstreamcoordinator.RedisStreamCoordinatorApplication for test class io.github.ghkdqhrbals.redisstreamcoordinator.RedisCoordinatorMetadataSchemaTest
2026-06-06T06:13:20.753Z  INFO 2707 --- [    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-06T06:13:20.754Z  INFO 2707 --- [    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-06T06:13:20.774Z  INFO 2707 --- [    Test worker] g.g.r.RedisCoordinatorMetadataSchemaTest : Starting RedisCoordinatorMetadataSchemaTest 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:20.774Z  INFO 2707 --- [    Test worker] g.g.r.RedisCoordinatorMetadataSchemaTest : No active profile set, falling back to 1 default profile: "default"
2026-06-06T06:13:20.939Z  INFO 2707 --- [    Test worker] .s.d.r.c.RepositoryConfigurationDelegate : Multiple Spring Data modules found, entering strict repository configuration mode
2026-06-06T06:13:20.939Z  INFO 2707 --- [    Test worker] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data Redis repositories in DEFAULT mode.
2026-06-06T06:13:20.946Z  INFO 2707 --- [    Test worker] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 5 ms. Found 0 Redis repository interfaces.
2026-06-06T06:13:21.185Z  INFO 2707 --- [    Test worker] o.s.b.a.e.web.EndpointLinksResolver      : Exposing 3 endpoints beneath base path '/actuator'
2026-06-06T06:13:21.195Z  INFO 2707 --- [    Test worker] g.g.r.RedisCoordinatorMetadataSchemaTest : Started RedisCoordinatorMetadataSchemaTest in 0.439 seconds (process running for 15.498)
2026-06-06T06:13:21.196Z  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'