Bug 43427

Summary: Simple Controller is only partly executed in While loop
Product: JMeter - Now in Github Reporter: Holger Isenberg <isenberg>
Component: MainAssignee: JMeter issues mailing list <issues>
Status: RESOLVED FIXED    
Severity: normal    
Priority: P2    
Version: Nightly (Please specify date)   
Target Milestone: ---   
Hardware: Other   
OS: other   
Attachments: Simple Test Plan 1

Description Holger Isenberg 2007-09-19 09:05:52 UTC
The Simple Controller in the following test plan (1) is only executed with Sampler 1 in the last loop 
count. All previous loop counts execute Sampler 1 to 3 as expected:

While Controller
+-Simple Controller 
|   +-Sampler 1
|   +-Sampler 2
+-Sampler 3
+-Counter

For test purposes all samplers point to the same static URL.

The following test plan (2) works as expected. All 3 Samplers are executed for each loop count:

While Controller
+-Sampler 1
+-Sampler 2
+-Sampler 3
+-Counter

The problem occures at least with the current SVN trunk and also with nightly build from Sep.9 
(r574051).

Attached is the simple test plan (1).
Comment 1 Holger Isenberg 2007-09-19 09:09:36 UTC
Created attachment 20854 [details]
Simple Test Plan 1
Comment 2 Sebb 2007-12-04 03:49:23 UTC
Fixed in SVN r600898.
Comment 3 The ASF infrastructure team 2022-09-24 20:37:40 UTC
This issue has been migrated to GitHub: https://github.com/apache/jmeter/issues/2017