Surefire Report

Summary

[Summary] [Package List] [Test Cases]


Tests Errors Failures Skipped Success Rate Time
26 0 0 1 96.154% 12.849

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 13 0 0 1 92.308% 2.734
info.magnolia.module.cache.filter 3 0 0 0 100% 4.246
info.magnolia.module.cache.executor 8 0 0 0 100% 0.729
info.magnolia.module.cache.setup 2 0 0 0 100% 5.14

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 12 0 0 1 91.667% 2.35
EhCacheNode2BeanTest 1 0 0 0 100% 0.384

info.magnolia.module.cache.filter

Class Tests Errors Failures Skipped Success Rate Time
BlockingCacheTest 2 0 0 0 100% 4.139
UncacheableEntryTest 1 0 0 0 100% 0.107

info.magnolia.module.cache.executor

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

info.magnolia.module.cache.setup

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

Test Cases

[Summary] [Package List] [Test Cases]

EhCacheFactoryTest

cacheManagerIdentifierCantContainSpecialCharacters 0.848
testBlockingAfterAddingMoreThanMaxSize 1.085
fallbackToDefaultsIfNoConfigForGivenCacheName 0.064
twoWebappsRunningInTheSameJVM 0.029
canCustomizeDefaultCacheSettingsAndStillUseDifferentCacheConfigPerNamedCache 0.074
canNotUseDefaultAsACacheName 0.032
testBlocking 0.064
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.059
cacheManagerIsNotLostOnRestart 0.016
testAddMoreThanMaxSize 0.056
configuration 0.023

EhCacheNode2BeanTest

testSampleConfig 0.384

StoreTest

testProcessCacheRequestUncacheableEntry 0.269
testProcessCacheRequestCacheableEntry 0.139
getTimeToLiveNumberFormatException 0.051
testProcessCacheRequestUncacheableEntryCreatedByHeader 0.053
testVotersNotSet 0.04
getTimeToLive 0.055
testProcessCacheRequest 0.061
testClearCacheWhenExceptionOccurs 0.061

BlockingCacheTest

testThatAFailingRequestReleasesTheLock 0.081
testLockTimeoutException 4.058

UncacheableEntryTest

testUncacheableEntry 0.107

EhCacheModuleVersionHandlerTest

cleanInstall 3.823
upgradeFromCacheModule53 1.317

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'