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 2014/02/09 16:15:38 UTC

[Bug 56036] Execution of Loop Controller node could be skipped in case its Loop Count is defined with use of variable from User Parameters node and there is no preceding sampler

https://issues.apache.org/bugzilla/show_bug.cgi?id=56036

Philippe Mouawad <p....@ubik-ingenierie.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |p.mouawad@ubik-ingenierie.c
                   |                            |om
         Resolution|---                         |WORKSFORME
                 OS|                            |All

--- Comment #3 from Philippe Mouawad <p....@ubik-ingenierie.com> ---
Hello,
this is not a bug.
User Parameters is a Pre-Processor which means it is executed before a Sampler.
So when Debug Sampler is not here or disabled, no Sampler is executed, User
Parameters is not executed and thus v_How_Many is not defined, which leads to
loop count being set to 0.

Why not use User Defined Variables ?

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