You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Before the uploads finish, put server down (or any other way to make the uploads fail that's not a connection outage)
After uploads are in "failed" in uploads view, put server up (or remove the impediment that made them fail in step 2.)
In uploads view, click on Retry
Actual behaviour
Files are retried and finish with success. But, copies of such files remain in internal storage (/tmp). Without a failure, no leftovers in /tmp
Expected behaviour
Completed uploads should not leave leftovers in /tmp, does not matter whether the upload had or didn't have failures. Since /tmpfolder is not cleaned up via workers, every failed upload is consuming local storage without the chance of freeing it.
Pixel 2, Android11
Galaxy Tab A8, Android13
The text was updated successfully, but these errors were encountered:
EPIC:
Steps to reproduce
Retry
Actual behaviour
Files are retried and finish with success. But, copies of such files remain in internal storage (
/tmp
). Without a failure, no leftovers in/tmp
Expected behaviour
Completed uploads should not leave leftovers in
/tmp
, does not matter whether the upload had or didn't have failures. Since/tmp
folder is not cleaned up via workers, every failed upload is consuming local storage without the chance of freeing it.Pixel 2, Android11
Galaxy Tab A8, Android13
The text was updated successfully, but these errors were encountered: