asmuts      02/05/14 09:45:45

  Modified:    src/test-conf TestDiskCache.ccf
  Log:
  added another region
  
  I can't tell why the test disk concurrent test fails.
  
  Not more than one jvm should access the same disk directory.  I can't tell how the 
tester works.
  
  Is there process, one cache or 3.
  
  Revision  Changes    Path
  1.2       +12 -1     jakarta-turbine-jcs/src/test-conf/TestDiskCache.ccf
  
  Index: TestDiskCache.ccf
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-jcs/src/test-conf/TestDiskCache.ccf,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- TestDiskCache.ccf 7 Apr 2002 16:55:32 -0000       1.1
  +++ TestDiskCache.ccf 14 May 2002 16:45:45 -0000      1.2
  @@ -30,9 +30,20 @@
   jcs.region.indexedRegion3.cacheattributes.MaxObjects=100
   
jcs.region.indexedRegion3.cacheattributes.MemoryCacheName=org.apache.jcs.engine.memory.lru.LRUMemoryCache
   
  +jcs.region.indexedRegion4=indexedDiskCache2
  
+jcs.region.indexedRegion4.cacheattributes=org.apache.jcs.engine.CompositeCacheAttributes
  +jcs.region.indexedRegion4.cacheattributes.MaxObjects=100
  
+jcs.region.indexedRegion4.cacheattributes.MemoryCacheName=org.apache.jcs.engine.memory.lru.LRUMemoryCache
  +
  +
   ##### AUXILIARY CACHES
   
   # Indexed Disk Cache
   
jcs.auxiliary.indexedDiskCache=org.apache.jcs.auxiliary.disk.indexed.IndexedDiskCacheFactory
   
jcs.auxiliary.indexedDiskCache.attributes=org.apache.jcs.auxiliary.disk.indexed.IndexedDiskCacheAttributes
  -jcs.auxiliary.indexedDiskCache.attributes.DiskPath=bin/test/indexed-disk-cache
  \ No newline at end of file
  +jcs.auxiliary.indexedDiskCache.attributes.DiskPath=bin/test/indexed-disk-cache
  +
  +# Indexed Disk Cache
  
+jcs.auxiliary.indexedDiskCache2=org.apache.jcs.auxiliary.disk.indexed.IndexedDiskCacheFactory
  
+jcs.auxiliary.indexedDiskCache2.attributes=org.apache.jcs.auxiliary.disk.indexed.IndexedDiskCacheAttributes
  +jcs.auxiliary.indexedDiskCache2.attributes.DiskPath=bin/test/indexed-disk-cache2
  
  
  

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to