-
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
♻️ Enhancement/storage refactoring part 1 #3077
♻️ Enhancement/storage refactoring part 1 #3077
Conversation
61fc76e
to
fd6e8b7
Compare
Codecov Report
@@ Coverage Diff @@
## master #3077 +/- ##
======================================
Coverage 80.9% 80.9%
======================================
Files 716 716
Lines 30896 30888 -8
Branches 4031 4030 -1
======================================
- Hits 25017 25012 -5
- Misses 5004 5006 +2
+ Partials 875 870 -5
Flags with carried forward coverage won't be shown. Click here to find out more.
|
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.
👍
|
||
if query.get("extra_source") and query.get("extra_location"): |
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.
so I guess this is no longer used?
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.
was not used for years
start = perf_counter() | ||
print(f"--> uploading {file=}") | ||
async with ClientSession() as session: |
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.
Question: I see no timeouts here. What if remote has an issue and hangs?
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.
good point, but this is a pytest helper. anyway will remove it from this PR since it uses stuff that is not available in this PR...
Kudos, SonarCloud Quality Gate passed!
|
What do these changes do?
Split from and prequel to #3021, this changes are:
Related issue/s
How to test
Checklist