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
Updated by Nicolas CHARLES over 4 years ago
- Subject changed from It's not possible to use variable_string_from_math_expression when result is larger than 9999999 to It's not possible to use variable_string_from_math_expression when result is larger than 9999999999
Updated by Nicolas CHARLES over 4 years ago
- Subject changed from It's not possible to use variable_string_from_math_expression when result is larger than 9999999999 to It's not possible to use variable_string_from_math_expression when result is larger than 999999999
Updated by Vincent MEMBRÉ over 4 years ago
- Target version changed from 5.0.17 to 5.0.18
Updated by François ARMAND over 4 years ago
- Severity set to Critical - prevents main use of Rudder | no workaround | data loss | security
- User visibility set to Operational - other Techniques | Rudder settings | Plugins
- Priority changed from 0 to 72
OMFG. Would it be possible to at least check for inputs? This is an HORRIBLE bug.
Updated by Vincent MEMBRÉ over 4 years ago
- Target version changed from 5.0.18 to 5.0.19
- Priority changed from 72 to 71
Updated by Vincent MEMBRÉ about 4 years ago
- Target version changed from 5.0.19 to 5.0.20
- Priority changed from 71 to 70
Updated by Vincent MEMBRÉ about 4 years ago
- Target version changed from 5.0.20 to 797
- Priority changed from 70 to 68
Updated by Benoît PECCATTE over 3 years ago
- Target version changed from 797 to 6.1.14
- Priority changed from 68 to 63
Updated by Vincent MEMBRÉ over 3 years ago
- Target version changed from 6.1.14 to 6.1.15
Updated by Vincent MEMBRÉ over 3 years ago
- Target version changed from 6.1.15 to 6.1.16
Updated by Vincent MEMBRÉ about 3 years ago
- Target version changed from 6.1.16 to 6.1.17
Updated by Benoît PECCATTE about 3 years ago
- Project changed from 41 to Rudder
- Category changed from Generic methods to Generic methods
Updated by Vincent MEMBRÉ about 3 years ago
- Target version changed from 6.1.17 to 6.1.18
Updated by Vincent MEMBRÉ almost 3 years ago
- Target version changed from 6.1.18 to 6.1.19
Updated by Vincent MEMBRÉ over 2 years ago
- Target version changed from 6.1.19 to 6.1.20
Updated by Vincent MEMBRÉ over 2 years ago
- Target version changed from 6.1.20 to 6.1.21
Updated by Vincent MEMBRÉ over 2 years ago
- Target version changed from 6.1.21 to old 6.1 issues to relocate
Updated by Benoît PECCATTE over 1 year ago
- Priority changed from 63 to 0
- Regression set to No
This is a documented cfenfin feature, any number higher than 999999999 is condsidered to be infinite : https://docs.cfengine.com/docs/3.19/reference-language-concepts-variables.html
Actions