Author: sebb
Date: Mon Aug 20 06:59:51 2007
New Revision: 567708

URL: http://svn.apache.org/viewvc?rev=567708&view=rev
Log:
Document Exception when running multiple tests in same remote engine

Modified:
    jakarta/jmeter/branches/rel-2-2/xdocs/changes.xml

Modified: jakarta/jmeter/branches/rel-2-2/xdocs/changes.xml
URL: 
http://svn.apache.org/viewvc/jakarta/jmeter/branches/rel-2-2/xdocs/changes.xml?rev=567708&r1=567707&r2=567708&view=diff
==============================================================================
--- jakarta/jmeter/branches/rel-2-2/xdocs/changes.xml (original)
+++ jakarta/jmeter/branches/rel-2-2/xdocs/changes.xml Mon Aug 20 06:59:51 2007
@@ -53,7 +53,12 @@
 
 <h3>Version 2.3RC3</h3>
 
-<h4>Known problems:</h4>
+<h4>Known problems/restrictions:</h4>
+<p>
+The JMeter remote server does not support multiple concurrent tests - each 
remote test should be run in a separate server.
+Otherwise tests may fail with random Exceptions, e.g. ConcurrentModification 
Exception in StandardJMeterEngine.
+See bug 43168.
+</p>
 <p>
 The default HTTP Request (not HTTPClient) sampler may not work for HTTPS 
connections via a proxy.
 This appears to be due to a Java bug, see <a 
href="http://issues.apache.org/bugzilla/show_bug.cgi?id=39337";>Bug 39337</a>.



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

Reply via email to