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/09/08 23:51:16 UTC

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

Author: pmouawad
Date: Sun Sep  8 21:51:16 2013
New Revision: 1520935

URL: http://svn.apache.org/r1520935
Log:
Bug 55464 - Include Controller running included thread group
Bugzilla Id: 55464

Modified:
    jmeter/trunk/xdocs/changes.xml

Modified: jmeter/trunk/xdocs/changes.xml
URL: http://svn.apache.org/viewvc/jmeter/trunk/xdocs/changes.xml?rev=1520935&r1=1520934&r2=1520935&view=diff
==============================================================================
--- jmeter/trunk/xdocs/changes.xml (original)
+++ jmeter/trunk/xdocs/changes.xml Sun Sep  8 21:51:16 2013
@@ -244,6 +244,11 @@ Transaction Controller now sets Response
 </p>
 
 <p>
+In previous versions, IncludeController could run Test Elements located inside a Thread Group, this behaviour which was not documented could result in weird behaviour, it has been removed in this version (see <bugzilla>55464</bugzilla>). 
+The correct way to include Test Elements is to use Test Fragment as stated in documentation of Include Controller.
+</p>
+
+<p>
 The retry count for the HttpClient 3.1 and HttpClient 4.x samplers has been changed to 0.
 Previously the default was 1, which could cause unexpected additional traffic.
 </p>
@@ -290,6 +295,7 @@ Previously the default was 1, which coul
 <li><bugzilla>55201</bugzilla> - ForEach controller excludes start index and includes end index (clarified documentation).</li>
 <li><bugzilla>55334</bugzilla> - Adding Include Controller to test plan (made of Include Controllers) without saving TestPlan leads to included code not being taken into account until save.</li>
 <li><bugzilla>55375</bugzilla> -  StackOverflowError with ModuleController in Non-GUI mode if its name is the same as the target node.</li>
+<li><bugzilla>55464</bugzilla> - Include Controller running included thread group</li>
 </ul>
 
 <h3>Listeners</h3>