Actions
Bug #7086
closedPromise copy is not convergent: if the copy is interupted, it will never recover
Pull Request:
Severity:
UX impact:
User visibility:
Effort required:
Priority:
Name check:
Fix check:
Regression:
Description
The copy of promise is a two steps system:
- copy the file containing the timestamp of the last generated promises
- copy the promises if 1 has been repaired
If 2 is somehow interrupted, at the next run 1 will not be done again, and 2 will not start again, resulting in the false belief that promises are correct
1 should be only a check, no real copy, then 2 should be done (2 include also 1)
Actions