Author: sebb Date: Sun Sep 18 12:18:46 2011 New Revision: 1172268 URL: http://svn.apache.org/viewvc?rev=1172268&view=rev Log: Test Action also useful in the work-round
Modified: jakarta/jmeter/trunk/xdocs/changes.xml Modified: jakarta/jmeter/trunk/xdocs/changes.xml URL: http://svn.apache.org/viewvc/jakarta/jmeter/trunk/xdocs/changes.xml?rev=1172268&r1=1172267&r2=1172268&view=diff ============================================================================== --- jakarta/jmeter/trunk/xdocs/changes.xml (original) +++ jakarta/jmeter/trunk/xdocs/changes.xml Sun Sep 18 12:18:46 2011 @@ -52,12 +52,14 @@ The Include Controller has some problems In particular, it can cause a NullPointerException if there are two include controllers with the same name. </p> -<p>Once Only controller behaves correctly under a Thread Group or Loop Controller, +<p>The Once Only controller behaves correctly under a Thread Group or Loop Controller, but otherwise its behaviour is not consistent (or clearly specified).</p> -<p>If Controller may make that JMeter starts a infinite running when the If condition is always -false from the first iteration. A workaround is to add a sampler (like Debug sampler) at same level (or superior) -than If Controller</p> +<p>The If Controller may cause an infinte loop if the condition is always false from the first iteration. +A workaround is to add a sampler at the same level as (or superior to) the If Controller<. +For example a Test Action sampler with 0 wait time (which doesn't generate a sample), +or a Debug Sampler with all fields set to False (to reduce the sample size). +/p> <p> The menu item Options / Choose Language does not change all the displayed text to the new language. --------------------------------------------------------------------- To unsubscribe, e-mail: notifications-unsubscr...@jakarta.apache.org For additional commands, e-mail: notifications-h...@jakarta.apache.org