Actions
Bug #8638
closedfile_ensure_lines_present_in_ini_section.cf test fails with CFEngine 3.9
Pull Request:
Severity:
UX impact:
User visibility:
Effort required:
Priority:
0
Name check:
Fix check:
Regression:
Updated by Alexis Mousset over 8 years ago
The problem is the second test, the difference in the verbose logs:
verbose: Additional promise info: version '1.0' source path '/root/ncf/tests/acceptance/../../tree/20_cfe_basics/ncf_lib.cf' at line 336 comment 'Insert line in section section_test2' verbose: The promised end pattern '\[.*\]\s*' was not found when selecting region to insert in '/root/ncf/tests/acceptance/workdir/__30_generic_methods_file_ensure_lines_present_in_ini_section_cf/tmp/test2.ini'
(only on 3.9)
Updated by Alexis Mousset over 8 years ago
Maybe linked to:
EOF is matched as an end of the region in edit_line promises only if 'select_end_match_eof' parameter is true. (Jira CFE-2263)
from 3.9 changelog.
Updated by Alexis Mousset over 8 years ago
That's it! We cannot use select_end_match_eof though as it is not available in 3.7, we have to fix the test.
Updated by Alexis Mousset over 8 years ago
Updated by Alexis Mousset about 8 years ago
- Status changed from New to In progress
Updated by Alexis Mousset about 8 years ago
- Status changed from In progress to Pending technical review
- Assignee changed from Alexis Mousset to Nicolas CHARLES
- Pull Request set to https://github.com/Normation/ncf/pull/438
Updated by Alexis Mousset about 8 years ago
- Status changed from Pending technical review to Pending release
- % Done changed from 0 to 100
Applied in changeset commit:3652e3fe26a994de04a3c897379ecf158c2a1eaa.
Updated by Alexis Mousset about 8 years ago
- Related to Bug #9070: Conditionnal loading does not work as expected added
Updated by Vincent MEMBRÉ about 8 years ago
- Related to deleted (Bug #9070: Conditionnal loading does not work as expected)
Updated by Vincent MEMBRÉ about 8 years ago
- Status changed from Pending release to Released
This bug has been fixed in ncf version that comes with Rudder 3.1.15/14 and 3.2.8/7 which were released today.
- 3.1: Announce Changelog
- 3.2: Announce Changelog
- Download: https://www.rudder-project.org/site/get-rudder/downloads/
Updated by Félix DALLIDET over 4 years ago
- Related to Bug #18009: File in INI section method does not work as intended added
Updated by Alexis Mousset over 2 years ago
- Target version changed from 0.x to ncf-0.x
- Priority set to 0
Updated by Alexis Mousset over 2 years ago
- Project changed from 41 to Rudder
- Category changed from Generic methods to Generic methods
Actions