Uploaded image for project: 'Commons JCS'
  1. Commons JCS
  2. JCS-98

Minor patches for tests

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Trivial
    • Resolution: Fixed
    • jcs-2.0-beta-1
    • 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

      Attachments

        Activity

          People

            tv Thomas Vandahl
            lgringo Gregory Fernandez
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: