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

            Bug ID: 60269
           Summary: JSR 223 automatic compilation cache key not unique -
                    same of all JSR 223s in the script
           Product: JMeter
           Version: 3.0
          Hardware: All
                OS: All
            Status: NEW
          Severity: major
          Priority: P2
         Component: Main
          Assignee: issues@jmeter.apache.org
          Reporter: john.we...@dynatrace.com

Given: I have 2 or more JSR 223 elements in my script, each with unique code
(Groovy in my case). I then enable the checkbox "Cache compiled script if
available". 

Expected: each JSR 223 will be independent of the others. 

Acutal: Turning on/off that feature makes changes to ALL the JSR 223 elements
in the script and each key is set to the same value in the JMX.

This produces weird behaviors because the elements are compiled with the same
cache key and treated as the same. Also, you cannot turn on/off that feature on
1 element without it affecting all the other JSR 223 elements in the script.

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

Reply via email to