Change labelling of resources failing tests from `gone`
After discussing with @meskio about how rdsys sends updates (every time there is a reconnect) and how often these will occur (possibly as often as every 10 minutes), we may need to reconsider the previous changes to indicate gone
resources. Since changed
and gone
resources are not sent in full updates and are only sent in between full updates, it seems that it might make more sense to keep resources that changed or are failing tests in the list that will be sent as new
bridges during a full update, since otherwise they might get missed. Then, instead of using the gone
or changed
label to decide what to do with these resources, determine what to do with them based on the LastPassed
time or changed values (OID?). This should only require minor changes to rdsys as well as changes to the lox-distributor to check the lastPassed
field in resources to make sure that it isn't older than a specified amount of time and handle it as gone
resources are currently handled if so.
@cohosh do you have any thoughts on this?