-
Notifications
You must be signed in to change notification settings - Fork 12
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
DDS-1681: Retry database insert if failed files after upload #656
Conversation
Codecov Report
@@ Coverage Diff @@
## dev #656 +/- ##
==========================================
- Coverage 48.17% 47.66% -0.52%
==========================================
Files 31 31
Lines 2856 2887 +31
==========================================
Hits 1376 1376
- Misses 1480 1511 +31
|
Test fail because the code making a request to NEW_FILE in |
Co-authored-by: Ina Odén Österbo <[email protected]>
Co-authored-by: Ina Odén Österbo <[email protected]>
I'll work on the tests, but can be reviewed without them for now since I'm not working tomorrow. |
Before submitting this PR
What type of change(s) does the PR contain?
Checklist
master
branchActions / Scans
Run
black .
locally to execute formatting.Fix code producing warnings. Code must get 10/10.
Run
npx prettier --write .
locally to execute formatting.