-
Notifications
You must be signed in to change notification settings - Fork 27
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
🐛storage: fixes query to file metadata #6184
🐛storage: fixes query to file metadata #6184
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #6184 +/- ##
=========================================
- Coverage 84.5% 66.3% -18.3%
=========================================
Files 10 614 +604
Lines 214 31209 +30995
Branches 25 234 +209
=========================================
+ Hits 181 20693 +20512
- Misses 23 10456 +10433
- Partials 10 60 +50
Flags with carried forward coverage won't be shown. Click here to find out more.
|
cb008e4
to
bdc5bd1
Compare
Pull request was converted to draft
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.
cool thanks. not sure if that is ready for review. if yes you have my approval
services/storage/src/simcore_service_storage/db_access_layer.py
Outdated
Show resolved
Hide resolved
services/storage/src/simcore_service_storage/db_file_meta_data.py
Outdated
Show resolved
Hide resolved
services/storage/src/simcore_service_storage/db_access_layer.py
Outdated
Show resolved
Hide resolved
ddfda2d
to
ea222d3
Compare
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.
Thanks!, please double check the query declaration at global scope
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.
Thanks! looking good.
Quality Gate passedIssues Measures |
What do these changes do?
Related issue/s
How to test
storage
, namelypytest -vv tests/unit -k test_building_sql_statements
GET locations/{loc_id}/files/metadata
pytest -vv tests/unit -k test_get_files_metadata
Dev-ops checklist