-
Notifications
You must be signed in to change notification settings - Fork 223
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
EDSC-3773: Some adjustments to the EDSC-3773 merge #1798
Conversation
- Moved out all the logic bocks in buildAccessMethods into their one files (1 for each logic block). - Created tests for each of those logic blocks and updated the buildAccessMethods to test that those methods get called the correct number of times and with the correct params.
…into EDSC-3773
…into EDSC-3773
…into EDSC-3773
…dlr results to match Esi and Echo Orders
…into EDSC-3773
…into EDSC-3773
…EDSC-3773_test
…er of checking results so they are accurate to the indexing of echoIndex, esiIndex, & harmonyIndex
… accessMethods in buildAccessMethods such that now we create a list of them and reduce them into a single object.
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #1798 +/- ##
==========================================
+ Coverage 93.17% 93.33% +0.16%
==========================================
Files 755 757 +2
Lines 18245 18272 +27
Branches 4686 4709 +23
==========================================
+ Hits 17000 17055 +55
+ Misses 1197 1132 -65
- Partials 48 85 +37 ☔ View full report in Codecov by Sentry. |
…constants for the accessMethods
…into EDSC-3773
…essMethods to be cleaner
…ies action when there is an empty set of dqsItems.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is looking solid. As long as you tested out a collection that has no services assigned, I am good with this 👍
Overview
What is the feature?
Some additional simplification and adjustments to the EDSC-3773 ticket
What is the Solution?
What areas of the application does this impact?
List impacted areas.
Testing
Reproduction steps
EX:
oPeNDAP: C1453188197-GES_DISC
Harmony: C1595422627-ASF
Echo Order: C179031504-LARC
Echo Order: C1200382306-CMR_ONLY (In SIT, testing new feature allowing for multiple Echo Order/ESI services to show up to be downloaded)
ESI: (The first good collection I found was in SIT C1200427107-EDF_DEV06)
Download: (any of the top 4)
Attachments
Please include relevant screenshots or files that would be helpful in reviewing and verifying this change.
Checklist