https://issues.apache.org/bugzilla/show_bug.cgi?id=45457
Summary: ModuleController lose the module-to-run when test is launched Product: JMeter Version: 2.3.2 Platform: PC OS/Version: Windows XP Status: NEW Severity: normal Priority: P2 Component: Main AssignedTo: jmeter-dev@jakarta.apache.org ReportedBy: [EMAIL PROTECTED] Hi, I want to report a repetible bug i found, it have same final issue than bug https://issues.apache.org/bugzilla/show_bug.cgi?id=23248 but produced with different steps. I am using latest JMeter distribution package version 2.3.2 r665936 Those are the step needed to reproduce the issue: 1. Open JMeter GUI 2. Create a Thread Group 3. Create a SimpleController on the root of thread group named "modules" and a child SimpleController named "pippo" 4. Disable "modules" 5. Create a SimpleController on the root of thread group named "one" and a child ModuleController named "pippo" 6. Assign to "pippo" ModuleController the SimpleController with same name "pippo" under "modules". 7. Disable "one" 8. Create a SimpleController on the root of thread group named "two" and a child ModuleController named "one" 9. Assign to "one" ModuleController the SimpleController with same name "one" under "modules". 10. Select a different item from ModuleController "one" (or this will prevent the issue) 11. Run the test 12. Check ModuleController "one", it lose his assignment to SimpleController "one" and "Module to run" is empty. Regards, Matteo. -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]