Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Improve checks on DB update #916

Open
gonzaponte opened this issue Nov 6, 2024 · 0 comments
Open

Improve checks on DB update #916

gonzaponte opened this issue Nov 6, 2024 · 0 comments

Comments

@gonzaponte
Copy link
Collaborator

Currently, any update to the database is checked by a specific workflow in GHA. In this check, we confirm that what we store in the local db matches what's stored on the server. I would like these checks to be more exhaustive, for instance:

  • Ensure that runs before the new changes are unaffected
  • Ensure no invalid values (nans, <0, etc.)
  • Ensure the number of entries makes sense
  • Ensure no overlap between min/max run
  • etc.

Some of these are not trivial, but it would improve our confidence in the database.

# for free to join this conversation on GitHub. Already have an account? # to comment
Projects
None yet
Development

No branches or pull requests

1 participant