server icon indicating copy to clipboard operation
server copied to clipboard

fix(IntegrityCheck): Ensure the check is run if no results are available

Open susnux opened this issue 1 year ago • 2 comments

Summary

If there are no cached results the current implementation was also returning an empty array, but this was the same as when there was a successful run. So to distinguish this we return null if there are no results. In this case we need to rerun the integrity checker.

Checklist

susnux avatar Jun 27 '24 13:06 susnux

/backport to stable29

susnux avatar Jun 27 '24 13:06 susnux

/backport to stable28

susnux avatar Jun 27 '24 13:06 susnux