CacheableApplicationTests
Tests
Test |
Duration |
Result |
contextLoads() |
0.456s |
passed |
Standard output
13:48:02.104 [Test worker] INFO org.springframework.test.context.support.AnnotationConfigContextLoaderUtils -- Could not detect default configuration classes for test class [com.example.cacheable.CacheableApplicationTests]: CacheableApplicationTests does not declare any static, non-private, non-final, nested classes annotated with @Configuration.
13:48:02.162 [Test worker] INFO org.springframework.boot.test.context.SpringBootTestContextBootstrapper -- Found @SpringBootConfiguration com.example.cacheable.CacheableApplication for test class com.example.cacheable.CacheableApplicationTests
. ____ _ __ _ _
/\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \
( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
\\/ ___)| |_)| | | | | || (_| | ) ) ) )
' |____| .__|_| |_|_| |_\__, | / / / /
=========|_|==============|___/=/_/_/_/
:: Spring Boot :: (v3.1.6)
2023-12-19T13:48:02.319Z INFO 50490 --- [ Test worker] c.e.cacheable.CacheableApplicationTests : Starting CacheableApplicationTests using Java 21.0.1 with PID 50490 (started by fasilv1 in /Users/fasilv1/Desktop/cacheable)
2023-12-19T13:48:02.320Z INFO 50490 --- [ Test worker] c.e.cacheable.CacheableApplicationTests : No active profile set, falling back to 1 default profile: "default"
2023-12-19T13:48:02.613Z TRACE 50490 --- [ Test worker] o.s.c.a.AnnotationCacheOperationSource : Adding cacheable method 'get' with attribute: [Builder[public reactor.core.publisher.Flux com.example.cacheable.Service.get(java.lang.String)] caches=[myCache] | key='' | keyGenerator='' | cacheManager='' | cacheResolver='' | condition='' | unless='' | sync='false']
2023-12-19T13:48:02.886Z INFO 50490 --- [ Test worker] c.e.cacheable.CacheableApplicationTests : Started CacheableApplicationTests in 0.663 seconds (process running for 1.33)
Standard error
WARNING: A Java agent has been loaded dynamically (/Users/fasilv1/.gradle/caches/modules-2/files-2.1/net.bytebuddy/byte-buddy-agent/1.14.10/90ed94ac044ea8953b224304c762316e91fd6b31/byte-buddy-agent-1.14.10.jar)
WARNING: If a serviceability tool is in use, please run with -XX:+EnableDynamicAgentLoading to hide this warning
WARNING: If a serviceability tool is not in use, please run with -Djdk.instrument.traceUsage for more information
WARNING: Dynamic loading of agents will be disallowed by default in a future release