WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
228335
[build.webkit.org] Simulator temp files filling up disk
https://bugs.webkit.org/show_bug.cgi?id=228335
Summary
[build.webkit.org] Simulator temp files filling up disk
Jonathan Bedard
Reported
2021-07-27 11:07:17 PDT
We have a bunch of temp files for our simulators filling up disk space, we should delete them between runs.
Attachments
Patch
(1.46 KB, patch)
2021-07-27 11:09 PDT
,
Jonathan Bedard
no flags
Details
Formatted Diff
Diff
Patch
(1.47 KB, patch)
2021-07-27 16:39 PDT
,
Jonathan Bedard
no flags
Details
Formatted Diff
Diff
Patch
(1.84 KB, patch)
2021-08-03 13:42 PDT
,
Jonathan Bedard
jbedard
: commit-queue+
Details
Formatted Diff
Diff
Show Obsolete
(2)
View All
Add attachment
proposed patch, testcase, etc.
Radar WebKit Bug Importer
Comment 1
2021-07-27 11:07:40 PDT
<
rdar://problem/81171840
>
Jonathan Bedard
Comment 2
2021-07-27 11:09:45 PDT
Created
attachment 434298
[details]
Patch
Jonathan Bedard
Comment 3
2021-07-27 16:39:18 PDT
Created
attachment 434385
[details]
Patch
Aakash Jain
Comment 4
2021-07-27 16:42:49 PDT
Comment on
attachment 434385
[details]
Patch rs=me
Jonathan Bedard
Comment 5
2021-07-27 16:46:17 PDT
Comment on
attachment 434385
[details]
Patch Letting EWS chew on it before landing, the last version unexpectedly gave EWS problems.
EWS
Comment 6
2021-07-27 17:47:10 PDT
Committed
r280365
(
240012@main
): <
https://commits.webkit.org/240012@main
> All reviewed patches have been landed. Closing bug and clearing flags on
attachment 434385
[details]
.
Alexey Proskuryakov
Comment 7
2021-07-27 18:07:48 PDT
Comment on
attachment 434385
[details]
Patch View in context:
https://bugs.webkit.org/attachment.cgi?id=434385&action=review
> Tools/CISupport/kill-old-processes:176 > + os.system('find /private/var/folders -name "Deleting-*" -maxdepth 4 -exec sudo rm -rf {} +')
This should be using $TMPDIR. As discussed elsewhere, we should investigate why these are not getting deleted. It's quite possibly our own fault.
Jonathan Bedard
Comment 8
2021-07-27 19:45:15 PDT
(In reply to Alexey Proskuryakov from
comment #7
)
> Comment on
attachment 434385
[details]
> Patch > > View in context: >
https://bugs.webkit.org/attachment.cgi?id=434385&action=review
> > > Tools/CISupport/kill-old-processes:176 > > + os.system('find /private/var/folders -name "Deleting-*" -maxdepth 4 -exec sudo rm -rf {} +') > > This should be using $TMPDIR. > > As discussed elsewhere, we should investigate why these are not getting > deleted. It's quite possibly our own fault.
My hope is that this is just temporary, if it's not, I'll go back to add TMPDIR.
Jonathan Bedard
Comment 9
2021-07-27 19:46:21 PDT
(re-opening this bug because it wasn't a permanent fix)
Jonathan Bedard
Comment 10
2021-08-03 13:42:38 PDT
Created
attachment 434859
[details]
Patch
EWS
Comment 11
2021-08-03 16:14:53 PDT
Committed
r280621
(
240234@main
): <
https://commits.webkit.org/240234@main
> All reviewed patches have been landed. Closing bug and clearing flags on
attachment 434859
[details]
.
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug