Gregory Fernandez created JCS-98:
------------------------------------
Summary: Minor patches for tests
Key: JCS-98
URL: https://issues.apache.org/jira/browse/JCS-98
Project: Commons JCS
Issue Type: Bug
Affects Versions: jcs-1.4-dev
Reporter: Gregory Fernandez
Priority: Trivial
Fix For: jcs-1.4-dev
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
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira