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

Sebb <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |NEEDINFO

--- Comment #1 from Sebb <[email protected]> ---
If I understand correctly, this is nothing to do with caching.

The problem is that both Groovy and JMeter use the same syntax - i.e.
${varname} - to refer to variables. So JMeter replaces ${varname} with the
contents of the variable before Groovy sees the script.

If this is so, then there are several options:

1) use a file rather than an in-line script
2) use a variable name that is not defined in JMeter, as Jmeter leaves such
references alone
3) escape the $ or the { with backslash

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

Reply via email to