Surefire Report

Summary

[Summary] [Package List] [Test Cases]


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

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.972
info.magnolia.module.cache.filter 4 0 0 0 100% 5.207
info.magnolia.module.cache.executor 8 0 0 0 100% 0.536
info.magnolia.module.cache.setup 2 0 0 0 100% 4.492

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.71
EhCacheNode2BeanTest 1 0 0 0 100% 0.262

info.magnolia.module.cache.filter

Class Tests Errors Failures Skipped Success Rate Time
BlockingCacheTest 3 0 0 0 100% 5.126
UncacheableEntryTest 1 0 0 0 100% 0.081

info.magnolia.module.cache.executor

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

info.magnolia.module.cache.setup

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

Test Cases

[Summary] [Package List] [Test Cases]

EhCacheFactoryTest

cacheManagerIdentifierCantContainSpecialCharacters 0.347
testBlockingAfterAddingMoreThanMaxSize 1.064
cacheManagerIdSpecifiedViaPropertiesFile 0.028
fallbackToDefaultsIfNoConfigForGivenCacheName 0.052
twoWebappsRunningInTheSameJVM 0.022
canCustomizeDefaultCacheSettingsAndStillUseDifferentCacheConfigPerNamedCache 0.044
canNotUseDefaultAsACacheName 0.015
testBlocking 0.027
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.024
cacheManagerIsNotLostOnRestart 0.011
testAddMoreThanMaxSize 0.042
configuration 0.012
getQuiet 0.022

EhCacheNode2BeanTest

testSampleConfig 0.262

StoreTest

testProcessCacheRequestUncacheableEntry 0.147
testProcessCacheRequestCacheableEntry 0.052
getTimeToLiveNumberFormatException 0.042
testProcessCacheRequestUncacheableEntryCreatedByHeader 0.059
testVotersNotSet 0.08
getTimeToLive 0.046
testProcessCacheRequest 0.042
testClearCacheWhenExceptionOccurs 0.068

BlockingCacheTest

testThatAFailingRequestReleasesTheLock 0.05
testLockTimeoutException 4.046
properTimeoutExceptionIsThrown 1.03

UncacheableEntryTest

testUncacheableEntry 0.081

EhCacheModuleVersionHandlerTest

cleanInstall 3.177
upgradeFromCacheModule53 1.315

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'