Functions are shared between threads, so setParameters() and execute() need to be synchronized if there are any class fields.

git-svn-id: https://svn.apache.org/repos/asf/jakarta/jmeter/branches/rel-2-2@539807 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Sebastian Bazley 2007-05-19 23:03:55 +00:00
parent b20adb8d26
commit 02db307750
1 changed files with 1 additions and 0 deletions

View File

@ -233,6 +233,7 @@ Removed deprecated method JMeterUtils.split() - use JOrphanUtils version instead
<li>Bug 40851 - Loop controller with 0 iterations, stops evaluating the iterations field</li>
<li>Bug 24684 - remote startup problems if spaces in the path of the jmeter</li>
<li>Use Listener configuration when loading CSV data files</li>
<li>Function methods setParameters() need to be synchronized</li>
</ul>
<h3>Version 2.2</h3>