Skip to content

Ewm4848 migrate to run number dao for backend validation #453

New issue

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

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

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Sep 10, 2024

Conversation

darshdinger
Copy link
Contributor

Description of work

This story includes the implementation of a RunNumber DAO that can be used for validation within the backend of SNAPRed. This story went through some scope changes based on a discussion between Michael and I.

Explanation of work

This ended up being a simple implementation of RunNumberValidation.py within this new DAO object. Since the outlying cases of checking for state, diffcal and nrmcal were delegated to be checked per request basis, this ended up being much simpler than expected.

To test

Insure all pytests pass. Check the code, this hasn't been implemented within the code base yet, this is a creation story.

Link to EWM item

EWM # 4848

@darshdinger darshdinger marked this pull request as ready for review September 10, 2024 12:42
Copy link

codecov bot commented Sep 10, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 95.86%. Comparing base (cb005f2) to head (72704cf).
Report is 72 commits behind head on next.

Additional details and impacted files
@@           Coverage Diff           @@
##             next     #453   +/-   ##
=======================================
  Coverage   95.86%   95.86%           
=======================================
  Files          61       61           
  Lines        4429     4429           
=======================================
  Hits         4246     4246           
  Misses        183      183           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@darshdinger darshdinger merged commit a7f2f19 into next Sep 10, 2024
7 checks passed
@darshdinger darshdinger deleted the ewm4848-migrate-to-RunNumber-DAO branch September 10, 2024 13:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants