Bug 197870 - Pruning old file logic should not stop after removing 10 files if there are more files can be removed.
Summary: Pruning old file logic should not stop after removing 10 files if there are m...
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: dewei_zhu
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2019-05-13 22:46 PDT by dewei_zhu
Modified: 2022-02-09 10:14 PST (History)
3 users (show)

See Also:


Attachments
Patch (6.11 KB, patch)
2019-05-13 22:51 PDT, dewei_zhu
no flags Details | Formatted Diff | Diff
Patch (8.25 KB, patch)
2019-05-14 15:43 PDT, dewei_zhu
rniwa: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description dewei_zhu 2019-05-13 22:46:24 PDT
Pruning old file logic should not stop after removing 10 files if there are more files can be removed.
Comment 1 dewei_zhu 2019-05-13 22:51:05 PDT
Created attachment 369822 [details]
Patch
Comment 2 dewei_zhu 2019-05-13 22:51:42 PDT
<rdar://problem/50752620>
Comment 3 dewei_zhu 2019-05-14 15:43:23 PDT
Created attachment 369901 [details]
Patch
Comment 4 Ryosuke Niwa 2019-05-20 16:49:54 PDT
Comment on attachment 369901 [details]
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=369901&action=review

> Websites/perf.webkit.org/ChangeLog:3
> +        Pruning old file logic should not stop after removing 10 files if there are more files can be removed.

more files *to be* removed.