Try fix flaky chrome_cleaner test failures
The underlying issue seems to be related to a sandboxed process failing to open or truncate its log file. All the tests shared the same file, leading to flaky issues despite the tests running with --single-process. To avoid this issue, we now tell the cleaner/reporter process and their spawned sandboxes to log to a temporary folder. Bug: 1030333 Change-Id: If339c623b148b8b458a32e4d974d6a642bc4f12b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1972494 Commit-Queue: Joe Mason <joenotcharles@chromium.org> Reviewed-by:Joe Mason <joenotcharles@chromium.org> Cr-Commit-Position: refs/heads/master@{#726142}
Showing
Please register or sign in to comment