Bug 52672

Summary: Change Controller action deletes all but one child samplers
Product: JMeter - Now in Github Reporter: oliver lloyd <oliver_lloyd>
Component: MainAssignee: JMeter issues mailing list <issues>
Status: RESOLVED FIXED    
Severity: major CC: p.mouawad
Priority: P2    
Version: 2.6   
Target Milestone: ---   
Hardware: Macintosh   
OS: All   

Description oliver lloyd 2012-02-15 14:50:38 UTC
Changing the type of a controller from Simple to Transaction causes all but one of the child samplers to be deleted.

Steps to Rep:
1. Create new Testplan > Create new Thread Group
2. Create a Simple Controller and add 3 HTTP Samplers as children
3. Right click the Simple Controller and use the new (in 2.6) 'Change Controller' action and choose Transaction from the list. 

The controller type is amended but only one HTTP Sampler is left under the new control, the other two are lost.

Randomly tested for other types of controllers with similar results.
Comment 1 Philippe Mouawad 2012-02-15 20:51:35 UTC
Date: Wed Feb 15 20:50:29 2012
New Revision: 1244707

URL: http://svn.apache.org/viewvc?rev=1244707&view=rev
Log:
Bug 52672 - Change Controller action deletes all but one child samplers

Modified:
   jmeter/trunk/src/core/org/apache/jmeter/gui/action/ChangeParent.java
   jmeter/trunk/xdocs/changes.xml
Comment 2 The ASF infrastructure team 2022-09-24 20:37:49 UTC
This issue has been migrated to GitHub: https://github.com/apache/jmeter/issues/2733