https://bz.apache.org/bugzilla/show_bug.cgi?id=64928
Bug ID: 64928
Summary: Non deterministic behaviour for Constant Throughput
Timer and wrongly set value (via variable)
Product: JMeter
Version: 5.1.1
Hardware: PC
OS: All
Status: NEW
Severity: normal
Priority: P2
Component: Main
Assignee: [email protected]
Reporter: [email protected]
Target Milestone: JMETER_5.4
Component impacted:
* Constant Throughput Timer
Case:
* value of target throughput set to: ${__P(tpm)} (or any other
variable/property)
* tpm value is not a valid positive float number (e.g. tpm is set to 'thing'
or to '-1' or even not set at all)
Currently there is no validation against given value when the test runs. No
error is presented to the user and it's not easy to pinpoint the issue.
Solution:
There should be a check against the value of the variable when value of the
variable/property is assigned to mentioned component, to make sure that the
value is positive float number or similar.
--
You are receiving this mail because:
You are the assignee for the bug.