Bug 31390

Summary: IfController won't be evaluated again if it evaluates once to false in a test run
Product: JMeter - Now in Github Reporter: j b <jborer>
Component: MainAssignee: JMeter issues mailing list <issues>
Status: RESOLVED FIXED    
Severity: normal    
Priority: P3    
Version: 2.0.1   
Target Milestone: ---   
Hardware: All   
OS: All   

Description j b 2004-09-23 22:24:25 UTC
The if controller is removed from the parent's controller iter list once it
evaluates once to false because isDone() now returns true and the GenController
removes it. 

This causes a problem if you want a test run to react based on a regex based
variable in a loop controller. Basically once the controller evaluates to false
once it is no longer evaluated.
Comment 1 Sebb 2004-09-24 10:09:56 UTC
Known bug. Already fixed in CVS.
Comment 2 The ASF infrastructure team 2022-09-24 20:37:34 UTC
This issue has been migrated to GitHub: https://github.com/apache/jmeter/issues/1452