Actions
User story #16658
closedrl improve output fidelity of generated cf files
Pull Request:
UX impact:
Suggestion strength:
User visibility:
Effort required:
Large
Name check:
To do
Fix check:
Checked
Regression:
Description
The goal of this one is to get rudderlang to output cf code as close as needed to a cfengine file directly generated by the technique editor.
This is the full testing loop.
- create a technique in the technique editor, and take the generated cfengine file.
- generate origin_json (from cf) <- trusted
- generate rl (translated from origin_json)
- generate new_cf (compiled from rl)
- generate new_json (from new_cf)
- compare origin_json to new_json
- compare origin_cf to generated new_cf
Actions