Surefire Report

Summary

[Summary] [Package List] [Test Cases]


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

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.13
info.magnolia.module.cache.filter 4 0 0 0 100% 5.082
info.magnolia.module.cache.executor 8 0 0 0 100% 0.243
info.magnolia.module.cache.setup 2 0 0 0 100% 1.902

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.086
EhCacheNode2BeanTest 1 0 0 0 100% 0.044

info.magnolia.module.cache.filter

Class Tests Errors Failures Skipped Success Rate Time
UncacheableEntryTest 1 0 0 0 100% 0.031
BlockingCacheTest 3 0 0 0 100% 5.051

info.magnolia.module.cache.executor

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

info.magnolia.module.cache.setup

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

Test Cases

[Summary] [Package List] [Test Cases]

EhCacheFactoryTest

cacheManagerIdentifierCantContainSpecialCharacters 0.007
testBlockingAfterAddingMoreThanMaxSize 1.012
cacheManagerIdSpecifiedViaPropertiesFile 0.005
fallbackToDefaultsIfNoConfigForGivenCacheName 0.009
twoWebappsRunningInTheSameJVM 0.006
canCustomizeDefaultCacheSettingsAndStillUseDifferentCacheConfigPerNamedCache 0.008
canNotUseDefaultAsACacheName 0.006
testBlocking 0.007
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.006
cacheManagerIsNotLostOnRestart 0.004
testAddMoreThanMaxSize 0.006
configuration 0.004
getQuiet 0.006

EhCacheNode2BeanTest

testSampleConfig 0.044

StoreTest

testProcessCacheRequestUncacheableEntry 0.151
testProcessCacheRequestCacheableEntry 0.013
getTimeToLiveNumberFormatException 0.016
testProcessCacheRequestUncacheableEntryCreatedByHeader 0.013
testVotersNotSet 0.01
getTimeToLive 0.009
testProcessCacheRequest 0.019
testClearCacheWhenExceptionOccurs 0.012

EhCacheModuleVersionHandlerTest

cleanInstall 1.464
upgradeFromCacheModule53 0.438

UncacheableEntryTest

testUncacheableEntry 0.031

BlockingCacheTest

testThatAFailingRequestReleasesTheLock 0.01
testLockTimeoutException 4.02
properTimeoutExceptionIsThrown 1.021

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'