Actions
Bug #18505
closedwhen sum of length of parameter is larger than 1000 characters, reporting leaks too much from one method to another
Pull Request:
Severity:
UX impact:
User visibility:
Effort required:
Priority:
0
Name check:
To do
Fix check:
To do
Regression:
Description
Because we truncate to 1000 and compare then that it's not larger than 1000, but comparision is greater than or equal, which defeat the purpose of the comparision
it causes https://issues.rudder.io/issues/18409
Updated by Nicolas CHARLES about 4 years ago
- Status changed from New to In progress
- Assignee set to Nicolas CHARLES
Updated by Nicolas CHARLES about 4 years ago
- Status changed from In progress to Pending technical review
- Assignee changed from Nicolas CHARLES to Félix DALLIDET
- Pull Request set to https://github.com/Normation/ncf/pull/1259
Updated by Nicolas CHARLES about 4 years ago
- Status changed from Pending technical review to Pending release
Applied in changeset commit:8432f6eb6fa960680daf590350d0e9abb5b8bbd6.
Updated by Vincent MEMBRÉ almost 4 years ago
- Status changed from Pending release to Released
This bug has been fixed in Rudder 6.1.7 which was released today.
Updated by François ARMAND almost 4 years ago
- Related to Bug #18409: Some method reports seem to be affected by previous method calls added
Updated by Alexis Mousset over 2 years ago
- Project changed from 41 to Rudder
- Category changed from Generic methods to Generic methods
Actions