[jboss-remoting-commits] JBoss Remoting SVN: r3631 - remoting2/branches/2.x/src/tests/org/jboss/test/remoting/transport/http/keep_alive.

jboss-remoting-commits at lists.jboss.org jboss-remoting-commits at lists.jboss.org
Thu Mar 13 14:17:53 EDT 2008


Author: ron.sigal at jboss.com
Date: 2008-03-13 14:17:53 -0400 (Thu, 13 Mar 2008)
New Revision: 3631

Modified:
   remoting2/branches/2.x/src/tests/org/jboss/test/remoting/transport/http/keep_alive/StressHTTPInvokerTestCase.java
   remoting2/branches/2.x/src/tests/org/jboss/test/remoting/transport/http/keep_alive/StressHTTPInvokerTestClient.java
Log:
JBREM-930: Increased logging.

Modified: remoting2/branches/2.x/src/tests/org/jboss/test/remoting/transport/http/keep_alive/StressHTTPInvokerTestCase.java
===================================================================
--- remoting2/branches/2.x/src/tests/org/jboss/test/remoting/transport/http/keep_alive/StressHTTPInvokerTestCase.java	2008-03-13 08:10:05 UTC (rev 3630)
+++ remoting2/branches/2.x/src/tests/org/jboss/test/remoting/transport/http/keep_alive/StressHTTPInvokerTestCase.java	2008-03-13 18:17:53 UTC (rev 3631)
@@ -42,6 +42,11 @@
    {
       return Level.INFO;
    }
+   
+   protected Level getTestLogLevel()
+   {
+      return Level.DEBUG;
+   }
 
    /**
     * How long to wait for test results to be returned from the client(s).  If goes longer than the

Modified: remoting2/branches/2.x/src/tests/org/jboss/test/remoting/transport/http/keep_alive/StressHTTPInvokerTestClient.java
===================================================================
--- remoting2/branches/2.x/src/tests/org/jboss/test/remoting/transport/http/keep_alive/StressHTTPInvokerTestClient.java	2008-03-13 08:10:05 UTC (rev 3630)
+++ remoting2/branches/2.x/src/tests/org/jboss/test/remoting/transport/http/keep_alive/StressHTTPInvokerTestClient.java	2008-03-13 18:17:53 UTC (rev 3631)
@@ -50,7 +50,8 @@
       
       for(int x = 0; x < 1000; x++)
       {
-         if ((x + 1) % 100 == 0) log.info("loop: " + (x + 1));
+//         if ((x + 1) % 100 == 0) log.info("loop: " + (x + 1));
+         log.info("loop: " + (x + 1));
          super.testPostInvocation();
       }
       




More information about the jboss-remoting-commits mailing list