https://bz.apache.org/bugzilla/show_bug.cgi?id=65450
Bug ID: 65450
Summary: Reminder is returned as float while using javascript
function
Product: JMeter
Version: 5.4.1
Hardware: PC
Status: NEW
Severity: minor
Priority: P2
Component: Main
Assignee: [email protected]
Reporter: [email protected]
Target Milestone: JMETER_5.5
Finding reminder using the __javascript function returns a float when expected
an integer. This happens only when the reminder is 0
ex: _javascript(20%2) gives output as '0.0'
This was not there in the previous versions.
as a workaround we can use the toFixed(0) function.
--
You are receiving this mail because:
You are the assignee for the bug.