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/02/15 11:05:06 UTC

[Bug 64093] Threadgroups run with outdated parameters after updating them via PreProcessor

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

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

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

--- Comment #1 from Philippe Mouawad <p....@ubik-ingenierie.com> ---
It's a misunderstanding about how JMeter works.

A PreProcessor is a scoped component that only runs if a sampler runs, so it
will run only before JSR223 Sampler is run in your case.
As a consequence you cannot update Thread Group number of threads from it.

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