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 2019/07/28 09:18:49 UTC

[Bug 63604] JSR223PreProcessor cacheKey v 3.2 VS v 5.1.1 (NOT CONFIRMED)

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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|JSR223PreProcessor          |JSR223PreProcessor
                   |cacheKey  v 3.2   VS v      |cacheKey  v 3.2   VS v
                   |5.1.1                       |5.1.1 (NOT CONFIRMED)
             Status|NEW                         |NEEDINFO
                 CC|                            |p.mouawad@ubik-ingenierie.c
                   |                            |om

--- Comment #1 from Philippe Mouawad <p....@ubik-ingenierie.com> ---
(In reply to Vadim from comment #0)
> If the checkbox for JSR223PreProcessor is disabled in jmeter v. 3.2, then in
> xml:
> <stringProp name = "cacheKey"> false </ stringProp>
> If enabled
> <stringProp name = "cacheKey"> true </ stringProp>
> 
> For jmeter v.  5.1.1 there is the opposite))
> If the checkbox for JSR223PreProcessor is disabled
> <stringProp name = "cacheKey"> true </ stringProp>
> 
> If enabled
> <stringProp name = "cacheKey"> false </ stringProp>

In JMeter 5.1.1 , I have this:
If enabled:
<stringProp name="cacheKey">true</stringProp>
If not:
<stringProp name="cacheKey">false</stringProp>

So this works fine for me.

Can you please double check again , and if you reproduce give all steps.
Thanks

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