You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jmeter.apache.org by pm...@apache.org on 2012/01/22 14:15:14 UTC

svn commit: r1234508 - /jmeter/trunk/xdocs/changes.xml

Author: pmouawad
Date: Sun Jan 22 13:15:14 2012
New Revision: 1234508

URL: http://svn.apache.org/viewvc?rev=1234508&view=rev
Log:
Changing known issues text as discussed on mailing list.

Modified:
    jmeter/trunk/xdocs/changes.xml

Modified: jmeter/trunk/xdocs/changes.xml
URL: http://svn.apache.org/viewvc/jmeter/trunk/xdocs/changes.xml?rev=1234508&r1=1234507&r2=1234508&view=diff
==============================================================================
--- jmeter/trunk/xdocs/changes.xml (original)
+++ jmeter/trunk/xdocs/changes.xml Sun Jan 22 13:15:14 2012
@@ -224,7 +224,7 @@ In particular, it can cause a NullPointe
 <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>The If Controller may cause an infinite loop if the condition is always false from the first iteration. 
+<p>Listeners don't show iteration counts when a If Controller has a condition which is always false from the first iteration (see Bug 52496).  
 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).