https://bz.apache.org/bugzilla/show_bug.cgi?id=60758
Bug ID: 60758
Summary: HTTP(s) Test Script Recorder : Number request may
generate duplicate numbers
Product: JMeter
Version: 2.9
Hardware: All
OS: All
Status: NEW
Severity: minor
Priority: P2
Component: HTTP
Assignee: [email protected]
Reporter: [email protected]
Target Milestone: ---
Under certain conditions and looking at code :
-
https://github.com/apache/jmeter/blob/trunk/src/protocol/http/org/apache/jmeter/protocol/http/proxy/AbstractSamplerCreator.java#L97
-
https://github.com/apache/jmeter/blob/trunk/src/protocol/http/org/apache/jmeter/protocol/http/proxy/DefaultSamplerCreator.java#L279
If 2 threads enter at the same time computeSamplerName, you can end up using
twice the result of getRequestNumber().
--
You are receiving this mail because:
You are the assignee for the bug.