You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@jmeter.apache.org by bu...@apache.org on 2020/11/29 12:32:51 UTC

[Bug 64820] Flow Control Action - Break current loop issues

https://bz.apache.org/bugzilla/show_bug.cgi?id=64820

Felix Schumacher <fe...@internetallee.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Severity|critical                    |enhancement
             Status|NEW                         |NEEDINFO
                 OS|                            |All

--- Comment #1 from Felix Schumacher <fe...@internetallee.de> ---
The Runtime Controller is not a loop controller. The other controllers (Loop,
While and ForEach) are. So it looks to me like the intended behaviour.

We could
 *) add documentation, to make it clearer (where and what?)
 *) change the behaviour (possibly breaking other test plans, that use this
setup)
 *) add another flag/toggle to make the Runtime Controller behave like the
looping ones

I am unsure, which one would be best, so it is probably better to start a
discussion on the dev mailing list.

PS. please don't use third party components for minimal test plans, as it makes
it harder for us to use them and decide if it affects JMeter components only.
Instead of the Dummy Sampler I tend to use a JSR223 Sampler consisting of a
simple String (which gets returned as the body with a 200-status). (Apart from
this, I really liked the well structured test plan, that showed what you
wanted. Thanks)

-- 
You are receiving this mail because:
You are the assignee for the bug.