Surefire Report

Summary

[Summary] [Package List] [Test Cases]


Tests Errors Failures Skipped Success Rate Time
29 0 0 1 96.552% 13.415

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 15 0 0 1 93.333% 2.034
info.magnolia.module.cache.filter 4 0 0 0 100% 5.24
info.magnolia.module.cache.setup 2 0 0 0 100% 5.697
info.magnolia.module.cache.executor 8 0 0 0 100% 0.444

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 14 0 0 1 92.857% 1.88
EhCacheNode2BeanTest 1 0 0 0 100% 0.154

info.magnolia.module.cache.filter

Class Tests Errors Failures Skipped Success Rate Time
BlockingCacheTest 3 0 0 0 100% 5.133
UncacheableEntryTest 1 0 0 0 100% 0.107

info.magnolia.module.cache.setup

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

info.magnolia.module.cache.executor

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

Test Cases

[Summary] [Package List] [Test Cases]

EhCacheFactoryTest

cacheManagerIdentifierCantContainSpecialCharacters 0.365
testBlockingAfterAddingMoreThanMaxSize 1.08
cacheManagerIdSpecifiedViaPropertiesFile 0.041
fallbackToDefaultsIfNoConfigForGivenCacheName 0.08
twoWebappsRunningInTheSameJVM 0.03
canCustomizeDefaultCacheSettingsAndStillUseDifferentCacheConfigPerNamedCache 0.068
canNotUseDefaultAsACacheName 0.012
testBlocking 0.034
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.042
cacheManagerIsNotLostOnRestart 0.016
testAddMoreThanMaxSize 0.055
configuration 0.023
getQuiet 0.034

EhCacheNode2BeanTest

testSampleConfig 0.154

StoreTest

testProcessCacheRequestUncacheableEntry 0.131
testProcessCacheRequestCacheableEntry 0.043
getTimeToLiveNumberFormatException 0.035
testProcessCacheRequestUncacheableEntryCreatedByHeader 0.044
testVotersNotSet 0.04
getTimeToLive 0.048
testProcessCacheRequest 0.054
testClearCacheWhenExceptionOccurs 0.049

BlockingCacheTest

testThatAFailingRequestReleasesTheLock 0.049
testLockTimeoutException 4.047
properTimeoutExceptionIsThrown 1.037

UncacheableEntryTest

testUncacheableEntry 0.107

EhCacheModuleVersionHandlerTest

cleanInstall 3.89
upgradeFromCacheModule53 1.807

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'