Bug 31390 - IfController won't be evaluated again if it evaluates once to false in a test run
Summary: IfController won't be evaluated again if it evaluates once to false in a test...
Status: RESOLVED FIXED
Alias: None
Product: JMeter - Now in Github
Classification: Unclassified
Component: Main (show other bugs)
Version: 2.0.1
Hardware: All All
: P3 normal (vote)
Target Milestone: ---
Assignee: JMeter issues mailing list
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-09-23 22:24 UTC by j b
Modified: 2004-11-16 19:05 UTC (History)
0 users



Attachments

Note You need to log in before you can comment on or make changes to this bug.
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