Surefire Report

Summary

[Summary] [Package List] [Test Cases]


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

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.578
info.magnolia.module.cache.filter 4 0 0 0 100% 5.136
info.magnolia.module.cache.executor 8 0 0 0 100% 0.279
info.magnolia.module.cache.setup 2 0 0 0 100% 2.719

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.441
EhCacheNode2BeanTest 1 0 0 0 100% 0.137

info.magnolia.module.cache.filter

Class Tests Errors Failures Skipped Success Rate Time
BlockingCacheTest 3 0 0 0 100% 5.061
UncacheableEntryTest 1 0 0 0 100% 0.075

info.magnolia.module.cache.executor

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

info.magnolia.module.cache.setup

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

Test Cases

[Summary] [Package List] [Test Cases]

EhCacheFactoryTest

cacheManagerIdentifierCantContainSpecialCharacters 0.277
testBlockingAfterAddingMoreThanMaxSize 1.041
cacheManagerIdSpecifiedViaPropertiesFile 0.013
fallbackToDefaultsIfNoConfigForGivenCacheName 0.024
twoWebappsRunningInTheSameJVM 0.007
canCustomizeDefaultCacheSettingsAndStillUseDifferentCacheConfigPerNamedCache 0.014
canNotUseDefaultAsACacheName 0.008
testBlocking 0.01
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.009
cacheManagerIsNotLostOnRestart 0.005
testAddMoreThanMaxSize 0.011
configuration 0.014
getQuiet 0.008

EhCacheNode2BeanTest

testSampleConfig 0.137

StoreTest

testProcessCacheRequestUncacheableEntry 0.08
testProcessCacheRequestCacheableEntry 0.015
getTimeToLiveNumberFormatException 0.021
testProcessCacheRequestUncacheableEntryCreatedByHeader 0.021
testVotersNotSet 0.021
getTimeToLive 0.042
testProcessCacheRequest 0.027
testClearCacheWhenExceptionOccurs 0.052

BlockingCacheTest

testThatAFailingRequestReleasesTheLock 0.028
testLockTimeoutException 4.017
properTimeoutExceptionIsThrown 1.016

UncacheableEntryTest

testUncacheableEntry 0.075

EhCacheModuleVersionHandlerTest

cleanInstall 2.061
upgradeFromCacheModule53 0.658

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'