Actions
Architecture #12144
openArchitecture #11925: NodeCompliance is not historised when web interface is shut down
Extract run analysis function
Status:
New
Priority:
N/A
Assignee:
-
Category:
Web - Compliance & node report
Target version:
-
Fix check:
Regression:
Description
Before being able to make parent task, we need to extract the function that check a run status and make that it independant of time "now": today, the analysis regarding expiration time is alway done compared to "now", but what we need is to have a pair of intervals for each run: first interval for status between run and expiration time, second interval for time after expiration time (modulo details: we don't always have a success interval).
Once we have that method, we will need to call on all past runs for which compliance need to be historized.
Also, we need to bring back tests on run analysis for that part.
Actions