Surefire Report

Summary

[Summary] [Package List] [Test Cases]


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

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.674
info.magnolia.module.cache.filter 4 0 0 0 100% 5.351
info.magnolia.module.cache.executor 8 0 0 0 100% 0.219
info.magnolia.module.cache.setup 2 0 0 0 100% 4.015

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.502
EhCacheNode2BeanTest 1 0 0 0 100% 0.172

info.magnolia.module.cache.filter

Class Tests Errors Failures Skipped Success Rate Time
BlockingCacheTest 3 0 0 0 100% 5.131
UncacheableEntryTest 1 0 0 0 100% 0.22

info.magnolia.module.cache.executor

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

info.magnolia.module.cache.setup

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

Test Cases

[Summary] [Package List] [Test Cases]

EhCacheFactoryTest

cacheManagerIdentifierCantContainSpecialCharacters 0.237
testBlockingAfterAddingMoreThanMaxSize 1.068
cacheManagerIdSpecifiedViaPropertiesFile 0.011
fallbackToDefaultsIfNoConfigForGivenCacheName 0.053
twoWebappsRunningInTheSameJVM 0.008
canCustomizeDefaultCacheSettingsAndStillUseDifferentCacheConfigPerNamedCache 0.026
canNotUseDefaultAsACacheName 0.006
testBlocking 0.019
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.015
cacheManagerIsNotLostOnRestart 0.008
testAddMoreThanMaxSize 0.033
configuration 0.005
getQuiet 0.013

EhCacheNode2BeanTest

testSampleConfig 0.172

EhCacheModuleVersionHandlerTest

cleanInstall 2.992
upgradeFromCacheModule53 1.023

BlockingCacheTest

testThatAFailingRequestReleasesTheLock 0.056
testLockTimeoutException 4.047
properTimeoutExceptionIsThrown 1.028

UncacheableEntryTest

testUncacheableEntry 0.22

StoreTest

testProcessCacheRequestUncacheableEntry 0.021
testProcessCacheRequestCacheableEntry 0.032
getTimeToLiveNumberFormatException 0.021
testProcessCacheRequestUncacheableEntryCreatedByHeader 0.026
testVotersNotSet 0.017
getTimeToLive 0.033
testProcessCacheRequest 0.038
testClearCacheWhenExceptionOccurs 0.031

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'