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 2013/01/22 23:08:35 UTC

svn commit: r1437215 - /jmeter/trunk/xdocs/usermanual/component_reference.xml

Author: pmouawad
Date: Tue Jan 22 22:08:34 2013
New Revision: 1437215

URL: http://svn.apache.org/viewvc?rev=1437215&view=rev
Log:
https://issues.apache.org/bugzilla/show_bug.cgi?id=54467
Bugzilla Id: 54467

Modified:
    jmeter/trunk/xdocs/usermanual/component_reference.xml

Modified: jmeter/trunk/xdocs/usermanual/component_reference.xml
URL: http://svn.apache.org/viewvc/jmeter/trunk/xdocs/usermanual/component_reference.xml?rev=1437215&r1=1437214&r2=1437215&view=diff
==============================================================================
--- jmeter/trunk/xdocs/usermanual/component_reference.xml (original)
+++ jmeter/trunk/xdocs/usermanual/component_reference.xml Tue Jan 22 22:08:34 2013
@@ -1909,7 +1909,9 @@ count to three, JMeter will send a total
                 through a test run.
                 <p><b>Special Case:</b> The Loop Controller embedded in the <a href="test_plan.html#thread_group">Thread Group</a>
                 element behaves slightly differently.  Unless set to forever, it stops the test after
-                the given number of iterations have been done.</p></property>
+                the given number of iterations have been done.</p>
+                <note>When using a function in this field, be aware it may be evaluated multiple times. 
+                Example using __Random will evaluate it to a different value for each child samplers of Loop Controller and result into unwanted behaviour.</note></property>
 </properties>
 
 <example title="Looping Example" anchor="loop_example">