sorry I fired a BUG, but no one noticed.
https://bz.apache.org/bugzilla/show_bug.cgi?id=59801
So I'm moved here to let you notice, there's an captured picture in Bug list.
See
I think While Controller means:
while () { }
not means:
do {} until()
right?
1. set While Controller's Condition:
${__javaScript("${var}" != "<EOF>")}
2. CSV Data Set Config as it's child:
var
1
2
3
Recycle on EOF? NO! Stop thread on EOF? NO!
3. JSR223 Sampler also as child:
println ${var}
4. Why there are 4 times the JSR223 being executed?
the fouth shouldn't be executed? because then ${var} is equal to "<EOF>".
why?