Surefire Report

Summary

[Summary] [Package List] [Test Cases]


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

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% 1.519
info.magnolia.module.cache.filter 4 0 0 0 100% 5.084
info.magnolia.module.cache.executor 8 0 0 0 100% 0.175
info.magnolia.module.cache.setup 2 0 0 0 100% 2.605

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.405
EhCacheNode2BeanTest 1 0 0 0 100% 0.114

info.magnolia.module.cache.filter

Class Tests Errors Failures Skipped Success Rate Time
BlockingCacheTest 3 0 0 0 100% 5.043
UncacheableEntryTest 1 0 0 0 100% 0.041

info.magnolia.module.cache.executor

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

info.magnolia.module.cache.setup

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

Test Cases

[Summary] [Package List] [Test Cases]

EhCacheFactoryTest

cacheManagerIdentifierCantContainSpecialCharacters 0.272
testBlockingAfterAddingMoreThanMaxSize 1.037
cacheManagerIdSpecifiedViaPropertiesFile 0.008
fallbackToDefaultsIfNoConfigForGivenCacheName 0.016
twoWebappsRunningInTheSameJVM 0.006
canCustomizeDefaultCacheSettingsAndStillUseDifferentCacheConfigPerNamedCache 0.015
canNotUseDefaultAsACacheName 0.008
testBlocking 0.011
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.008
cacheManagerIsNotLostOnRestart 0.004
testAddMoreThanMaxSize 0.008
configuration 0.003
getQuiet 0.009

EhCacheNode2BeanTest

testSampleConfig 0.114

StoreTest

testProcessCacheRequestUncacheableEntry 0.063
testProcessCacheRequestCacheableEntry 0.014
getTimeToLiveNumberFormatException 0.019
testProcessCacheRequestUncacheableEntryCreatedByHeader 0.012
testVotersNotSet 0.011
getTimeToLive 0.013
testProcessCacheRequest 0.015
testClearCacheWhenExceptionOccurs 0.028

BlockingCacheTest

testThatAFailingRequestReleasesTheLock 0.016
testLockTimeoutException 4.017
properTimeoutExceptionIsThrown 1.01

UncacheableEntryTest

testUncacheableEntry 0.041

EhCacheModuleVersionHandlerTest

cleanInstall 1.906
upgradeFromCacheModule53 0.699

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'