Actions
Bug #16853
closedIt's not possible to use variable_string_from_math_expression when result is larger than 999999999
Status:
Rejected
Priority:
N/A
Assignee:
-
Category:
Generic methods
Target version:
Pull Request:
Severity:
Critical - prevents main use of Rudder | no workaround | data loss | security
UX impact:
User visibility:
Operational - other Techniques | Rudder settings | Plugins
Effort required:
Priority:
0
Name check:
To do
Fix check:
To do
Regression:
No
Description
computing give
ok: 9563426816000/1000/2 is 486746112
ok ((1563426816000/1000)/2) is 781713408
nok: ((10563426816000/1000)/2) is 986746112
nok: 10563426816000/1000/2 is 986746112
ok: ((10563426816000/100000)/2) is 52817134
Actions