mirror of https://github.com/apache/jmeter.git
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:
parent
b20adb8d26
commit
02db307750
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in New Issue