Currently JSR223 script are compiled and cached when underlying language supports it only if script is in external file. This is a bit annoying as it forces using external scripts. This issue will implement the following: - User can set a cache key that must be unique accross Test Plan - Compiled Scripts will be cleanup up at end of test to allow them to be removed from cache if user changes script
Date: Tue Nov 6 21:25:25 2012 New Revision: 1406343 URL: http://svn.apache.org/viewvc?rev=1406343&view=rev Log: Bug 54107 - JSR223TestElement : Enable compilation and caching of Script Text Bugzilla Id: 54107 Modified: jmeter/trunk/src/components/org/apache/jmeter/assertions/JSR223AssertionResources.properties jmeter/trunk/src/components/org/apache/jmeter/assertions/JSR223AssertionResources_fr.properties jmeter/trunk/src/components/org/apache/jmeter/extractor/JSR223PostProcessorResources.properties jmeter/trunk/src/components/org/apache/jmeter/extractor/JSR223PostProcessorResources_fr.properties jmeter/trunk/src/components/org/apache/jmeter/modifiers/JSR223PreProcessorResources.properties jmeter/trunk/src/components/org/apache/jmeter/modifiers/JSR223PreProcessorResources_fr.properties jmeter/trunk/src/components/org/apache/jmeter/timers/JSR223TimerResources.properties jmeter/trunk/src/components/org/apache/jmeter/timers/JSR223TimerResources_fr.properties jmeter/trunk/src/components/org/apache/jmeter/visualizers/JSR223ListenerResources.properties jmeter/trunk/src/components/org/apache/jmeter/visualizers/JSR223ListenerResources_fr.properties jmeter/trunk/src/core/org/apache/jmeter/util/JSR223BeanInfoSupport.java jmeter/trunk/src/core/org/apache/jmeter/util/JSR223TestElement.java jmeter/trunk/src/protocol/java/org/apache/jmeter/protocol/java/sampler/JSR223SamplerResources.properties jmeter/trunk/src/protocol/java/org/apache/jmeter/protocol/java/sampler/JSR223SamplerResources_fr.properties jmeter/trunk/xdocs/changes.xml jmeter/trunk/xdocs/usermanual/component_reference.xml
This issue has been migrated to GitHub: https://github.com/apache/jmeter/issues/2970