You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by "Gregory Fernandez (JIRA)" <ji...@apache.org> on 2012/07/19 16:06:35 UTC

[jira] [Created] (JCS-98) Minor patches for tests

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

        

[jira] [Resolved] (JCS-98) Minor patches for tests

Posted by "Thomas Vandahl (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/JCS-98?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Thomas Vandahl resolved JCS-98.
-------------------------------

    Resolution: Fixed

Fixed in SVN trunk
                
> 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
>            Assignee: Thomas Vandahl
>            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