Bug #26023
openTechnique compilation errors doesn't seems to be reloaded when the technique is deleted
Description
I try to delete a technique that generate compilation error on status, I delete the directory of the technique, git add, git commit, rudder server reload-techniques but the error is still present.
Even if I try to delete it from Techniques tree page, the error is still here. The error disappear when restarting the webapp.
Updated by Elaad FURREEDAN 16 days ago
- Related to Bug #26022: Status should not be on error when there is technique compilator error on disable techniques added
Updated by Clark ANDRIANASOLO 16 days ago
- Related to Bug #25527: List techniques with compilation failure in bar for generation status added
Updated by Elaad FURREEDAN 16 days ago
- Subject changed from Technique compilation errors doesn't seems to be reload when the technique is delete from FS to Technique compilation errors doesn't seems to be reloaded when the technique is delete from FS
Updated by Elaad FURREEDAN 16 days ago
- Subject changed from Technique compilation errors doesn't seems to be reloaded when the technique is delete from FS to Technique compilation errors doesn't seems to be reloaded when the technique is deleted
Updated by Elaad FURREEDAN 16 days ago
In fact, even if we delete a technique from the editor directly, the error doesn't go away unless we reboot the webapp
Updated by Clark ANDRIANASOLO 16 days ago
The data model is a cache but the TechniqueCompilationErrorsActorSync#updateStatus
logic does not reset the cache, it only traverse techniques and remove those in success from the cache and adds those in error to the cache. The deleted ones are left in the cache if they were deleted when being in error
Updated by François ARMAND 16 days ago
- Priority changed from To review to 1 (highest)
Updated by Clark ANDRIANASOLO 16 days ago
- Status changed from New to In progress
Updated by Clark ANDRIANASOLO 16 days ago
- Status changed from In progress to Pending technical review
- Assignee changed from Clark ANDRIANASOLO to François ARMAND
- Pull Request set to https://github.com/Normation/rudder/pull/6068
Updated by Clark ANDRIANASOLO 4 days ago
- Status changed from Pending technical review to Pending release
Applied in changeset rudder|3c5e04b449900e84e0f011c30d4b0309e0011a0e.