Bug 174086 - Prune unused uploaded files when the file quota is reached
Summary: Prune unused uploaded files when the file quota is reached
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Perf Dashboard (show other bugs)
Version: Safari Technology Preview
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Ryosuke Niwa
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-07-02 21:56 PDT by Ryosuke Niwa
Modified: 2017-07-03 14:13 PDT (History)
6 users (show)

See Also:


Attachments
Adds the feature (21.20 KB, patch)
2017-07-02 22:05 PDT, Ryosuke Niwa
no flags Details | Formatted Diff | Diff
Archive of layout-test-results from ews107 for mac-elcapitan-wk2 (1.34 MB, application/zip)
2017-07-03 02:35 PDT, Build Bot
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Ryosuke Niwa 2017-07-02 21:56:48 PDT
Instead of simply failing, delete old uploaded files when the per-user quota is reached.
Also add the total disk quota so that we don't run out of disk space when there are hundreds of users.
Comment 1 Ryosuke Niwa 2017-07-02 22:05:22 PDT
Created attachment 314445 [details]
Adds the feature
Comment 2 Build Bot 2017-07-03 02:35:35 PDT
Comment on attachment 314445 [details]
Adds the feature

Attachment 314445 [details] did not pass mac-wk2-ews (mac-wk2):
Output: http://webkit-queues.webkit.org/results/4042486

New failing tests:
workers/bomb.html
Comment 3 Build Bot 2017-07-03 02:35:36 PDT
Created attachment 314467 [details]
Archive of layout-test-results from ews107 for mac-elcapitan-wk2

The attached test failures were seen while running run-webkit-tests on the mac-wk2-ews.
Bot: ews107  Port: mac-elcapitan-wk2  Platform: Mac OS X 10.11.6
Comment 4 Ryosuke Niwa 2017-07-03 14:13:43 PDT
Comment on attachment 314445 [details]
Adds the feature

Clearing flags on attachment: 314445

Committed r219091: <http://trac.webkit.org/changeset/219091>
Comment 5 Ryosuke Niwa 2017-07-03 14:13:45 PDT
All reviewed patches have been landed.  Closing bug.