Surefire Report

Summary

[Summary] [Package List] [Test Cases]


Tests Errors Failures Skipped Success Rate Time
23 0 0 1 95.652% 11.517

Note: failures are anticipated and checked for with assertions while errors are unanticipated.


Package List

[Summary] [Package List] [Test Cases]


Package Tests Errors Failures Skipped Success Rate Time
info.magnolia.module.cache.ehcache 10 0 0 1 90% 2.502
info.magnolia.module.cache.filter 3 0 0 0 100% 4.224
info.magnolia.module.cache.setup 2 0 0 0 100% 4.294
info.magnolia.module.cache.executor 8 0 0 0 100% 0.497

Note: package statistics are not computed recursively, they only sum up all of its testsuites numbers.

info.magnolia.module.cache.ehcache

Class Tests Errors Failures Skipped Success Rate Time
EhCacheFactoryTest 9 0 0 1 88.889% 2.314
EhCacheNode2BeanTest 1 0 0 0 100% 0.188

info.magnolia.module.cache.filter

Class Tests Errors Failures Skipped Success Rate Time
BlockingCacheTest 2 0 0 0 100% 4.133
UncacheableEntryTest 1 0 0 0 100% 0.091

info.magnolia.module.cache.setup

Class Tests Errors Failures Skipped Success Rate Time
EhCacheModuleVersionHandlerTest 2 0 0 0 100% 4.294

info.magnolia.module.cache.executor

Class Tests Errors Failures Skipped Success Rate Time
StoreTest 8 0 0 0 100% 0.497

Test Cases

[Summary] [Package List] [Test Cases]

EhCacheFactoryTest

testBlockingAfterAddingMoreThanMaxSize 1.875
fallbackToDefaultsIfNoConfigForGivenCacheName 0.114
canCustomizeDefaultCacheSettingsAndStillUseDifferentCacheConfigPerNamedCache 0.09
canNotUseDefaultAsACacheName 0.045
testBlocking 0.06
cacheIsPersistedAcrossRestarts 0
This is indeed not passing anymore. Passes with ehcache-ee.jar in the classpath and changing the persistence strategy to 'localRestartable'
testSerialAccess 0.055
testAddMoreThanMaxSize 0.051
configuration 0.024

EhCacheNode2BeanTest

testSampleConfig 0.188

StoreTest

testProcessCacheRequestUncacheableEntry 0.133
testProcessCacheRequestCacheableEntry 0.05
getTimeToLiveNumberFormatException 0.049
testProcessCacheRequestUncacheableEntryCreatedByHeader 0.044
testVotersNotSet 0.043
getTimeToLive 0.04
testProcessCacheRequest 0.087
testClearCacheWhenExceptionOccurs 0.051

BlockingCacheTest

testThatAFailingRequestReleasesTheLock 0.063
testLockTimeoutException 4.07

UncacheableEntryTest

testUncacheableEntry 0.091

EhCacheModuleVersionHandlerTest

cleanInstall 2.937
upgradeFromCacheModule53 1.357

Failure Details

[Summary] [Package List] [Test Cases]


cacheIsPersistedAcrossRestarts
skipped: This is indeed not passing anymore. Passes with ehcache-ee.jar in the classpath and changing the persistence strategy to 'localRestartable'