[jboss-cvs] JBossRemoting/src/tests/org/jboss/test/remoting/oneway ...

Ron Sigal ron_sigal at yahoo.com
Thu Feb 15 16:06:02 EST 2007


  User: rsigal  
  Date: 07/02/15 16:06:02

  Modified:    src/tests/org/jboss/test/remoting/oneway  Tag: remoting_2_x
                        OnewayThreadPoolTestCase.java
  Log:
  JBREM-658:  Reduced calls to 400 in testHeavyLoadClientSideHttp().
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.1.2.2   +2 -2      JBossRemoting/src/tests/org/jboss/test/remoting/oneway/Attic/OnewayThreadPoolTestCase.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: OnewayThreadPoolTestCase.java
  ===================================================================
  RCS file: /cvsroot/jboss/JBossRemoting/src/tests/org/jboss/test/remoting/oneway/Attic/OnewayThreadPoolTestCase.java,v
  retrieving revision 1.1.2.1
  retrieving revision 1.1.2.2
  diff -u -b -r1.1.2.1 -r1.1.2.2
  --- OnewayThreadPoolTestCase.java	15 Feb 2007 08:57:20 -0000	1.1.2.1
  +++ OnewayThreadPoolTestCase.java	15 Feb 2007 21:06:02 -0000	1.1.2.2
  @@ -54,7 +54,7 @@
    * See JBREM-658.
    * 
    * @author <a href="ron.sigal at jboss.com">Ron Sigal</a>
  - * @version $Revision: 1.1.2.1 $
  + * @version $Revision: 1.1.2.2 $
    * <p>
    * Copyright Feb 6, 2007
    * </p>
  @@ -292,7 +292,7 @@
         Client client = new Client(locator, config);
         client.connect();
         
  -      int INVOCATIONS = 500;
  +      int INVOCATIONS = 400;
         OnewayThread[] threads = new OnewayThread[INVOCATIONS];
         
         for (int i = 0; i < INVOCATIONS; i++)
  
  
  



More information about the jboss-cvs-commits mailing list