[jboss-cvs] JBossCache/tests/functional/org/jboss/cache/buddyreplication ...

Manik Surtani msurtani at jboss.com
Mon Feb 26 09:15:08 EST 2007


  User: msurtani
  Date: 07/02/26 09:15:08

  Modified:    tests/functional/org/jboss/cache/buddyreplication 
                        BuddyPoolBroadcastTest.java
  Log:
  relaxed concurrency stress
  
  Revision  Changes    Path
  1.19      +1 -1      JBossCache/tests/functional/org/jboss/cache/buddyreplication/BuddyPoolBroadcastTest.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: BuddyPoolBroadcastTest.java
  ===================================================================
  RCS file: /cvsroot/jboss/JBossCache/tests/functional/org/jboss/cache/buddyreplication/BuddyPoolBroadcastTest.java,v
  retrieving revision 1.18
  retrieving revision 1.19
  diff -u -b -r1.18 -r1.19
  --- BuddyPoolBroadcastTest.java	31 Jan 2007 02:40:21 -0000	1.18
  +++ BuddyPoolBroadcastTest.java	26 Feb 2007 14:15:08 -0000	1.19
  @@ -135,7 +135,7 @@
      public void testConcurrency() throws Exception
      {
         log.debug("Running testConcurrency");
  -      int numCaches = 15;
  +      int numCaches = 8;
         caches = new CacheImpl[numCaches];
         CountDownLatch latch = new CountDownLatch(1);
         CacheStarter[] starters = new CacheStarter[numCaches];
  
  
  



More information about the jboss-cvs-commits mailing list