Surefire Report

Summary

[Summary] [Package List] [Test Cases]


Tests Errors Failures Skipped Success Rate Time
24 0 0 1 95.833% 12.1

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 11 0 0 1 90.909% 1.919
info.magnolia.module.cache.filter 3 0 0 0 100% 4.327
info.magnolia.module.cache.setup 2 0 0 0 100% 5.471
info.magnolia.module.cache.executor 8 0 0 0 100% 0.383

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 10 0 0 1 90% 1.7
EhCacheNode2BeanTest 1 0 0 0 100% 0.219

info.magnolia.module.cache.filter

Class Tests Errors Failures Skipped Success Rate Time
BlockingCacheTest 2 0 0 0 100% 4.113
UncacheableEntryTest 1 0 0 0 100% 0.214

info.magnolia.module.cache.setup

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

info.magnolia.module.cache.executor

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

Test Cases

[Summary] [Package List] [Test Cases]

EhCacheFactoryTest

testBlockingAfterAddingMoreThanMaxSize 1.328
fallbackToDefaultsIfNoConfigForGivenCacheName 0.075
twoWebappsRunningInTheSameJVM 0.035
canCustomizeDefaultCacheSettingsAndStillUseDifferentCacheConfigPerNamedCache 0.07
canNotUseDefaultAsACacheName 0.016
testBlocking 0.053
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.047
testAddMoreThanMaxSize 0.05
configuration 0.026

EhCacheNode2BeanTest

testSampleConfig 0.219

EhCacheModuleVersionHandlerTest

cleanInstall 3.738
upgradeFromCacheModule53 1.733

BlockingCacheTest

testThatAFailingRequestReleasesTheLock 0.061
testLockTimeoutException 4.052

UncacheableEntryTest

testUncacheableEntry 0.214

StoreTest

testProcessCacheRequestUncacheableEntry 0.044
testProcessCacheRequestCacheableEntry 0.044
getTimeToLiveNumberFormatException 0.103
testProcessCacheRequestUncacheableEntryCreatedByHeader 0.041
testVotersNotSet 0.036
getTimeToLive 0.032
testProcessCacheRequest 0.048
testClearCacheWhenExceptionOccurs 0.035

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'