Am 07.07.2016 um 13:19 schrieb harry_no_spot:
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?
The variable "var" is assigned with the values within the while loop. So it is undefined in round one. In round 4 it has still the value from round 3. That is why you see four rounds instead of your expected three rounds.

Regards,
 Felix



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to