Details
-
Bug
-
Status: Closed
-
Trivial
-
Resolution: Fixed
-
jcs-2.0-beta-1
-
None
-
None
Description
Some tests fails when I try a mvn test.
Here some patches :
Class: BlockDiskCacheUnitTest
Method: testPutGetMatching_NoWait
Remove the <String, String> inside the disk path :
cattr.setDiskPath( "target/test-sandbox/BlockDiskCache<String, String>UnitTest" );
->
cattr.setDiskPath( "target/test-sandbox/BlockDiskCacheUnitTest" );
The property thread_pool.default.maximumPoolSize in files src/test-conf/cache.ccf and src/test-conf/thread_pool.properties should be set to 150 (which is the real default value) :
thread_pool.default.maximumPoolSize=151