spring-test-smart-context icon indicating copy to clipboard operation
spring-test-smart-context copied to clipboard

surefire-cached-extension adoption

Open seregamorph opened this issue 7 months ago • 0 comments

Build locally twice:

./mvnw clean install

The second time you'll see at the end of the build

[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  6.051 s
[INFO] Finished at: 2025-05-18T16:28:00+02:00
[INFO] ------------------------------------------------------------------------
[INFO] Total test cached results (surefire-cached):
[INFO] EMPTY (1 modules): 0s
[INFO] FROM_CACHE (8 modules): 19s serial time saved
[INFO] Total test cached results (failsafe-cached):
[INFO] EMPTY (8 modules): 0.025s
[INFO] FROM_CACHE (1 modules): 0.909s serial time saved

You can find in the local file system build caches in $HOME/.m2/test-cache/surefire-cached/ and $HOME/.m2/test-cache/failsafe-cached/ accordingly.

seregamorph avatar May 31 '25 19:05 seregamorph