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 2016/01/07 09:55:48 UTC

[Bug 56554] Generate compilation cache key automatically

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

benoit.wiart@gmail.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Version|2.11                        |2.13

--- Comment #1 from benoit.wiart@gmail.com ---
PR https://github.com/apache/jmeter/pull/67

The script cache key is now automatically generated

The md5 of the script content is used.
The previous cacheKey property is still there for compatibility but can
not be modified or viewed in the gui.
Note that with this change, a Compilable script will always be cached,
it was not the case with the previous version if the user set the
cacheKey property to an empty value.
Documentation was not updated.

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