-
Notifications
You must be signed in to change notification settings - Fork 814
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
Remove file from bulk upload black list only when upload succeeded. #5998
base: master
Are you sure you want to change the base?
Conversation
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## master #5998 +/- ##
==========================================
- Coverage 60.79% 60.12% -0.67%
==========================================
Files 145 145
Lines 18836 18884 +48
==========================================
- Hits 11451 11354 -97
- Misses 7385 7530 +145
|
d17bc73
to
08f7fc2
Compare
43be5d3
to
834f70f
Compare
834f70f
to
a888f7e
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.
can you try adding an automated test for the new behavior ?
a888f7e
to
274c9bc
Compare
SonarCloud Quality Gate failed. 0 Bugs 26.3% Coverage Catch issues before they fail your Quality Gate with our IDE extension SonarLint |
5583214
to
ccf2462
Compare
- Cancel sync after try with smaller bulk upload batch size also throws error. - Continue syncing when there is no error. - Remove file from bulk upload black list only when upload succeeded. Signed-off-by: Camila <[email protected]>
Signed-off-by: Camila Ayres <[email protected]>
ccf2462
to
76ddabe
Compare
AppImage file: nextcloud-PR-5998-76ddabe08cbf0c5d7f79c1d94db1cefd102faeda-x86_64.AppImage |
Quality Gate failedFailed conditions 12 New Code Smells (required ≤ 0) See analysis details on SonarCloud Catch issues before they fail your Quality Gate with our IDE extension SonarLint |
*) first try to upload a batch with the current size
*) 504 errors would divide the current batch size by a factor of 2
*) all errors still put the small files in the blacklist for bulk upload