Chromium Code Reviews
Description[run_isolated] Tolerate cache uninstall errors.
If a named cache cannot be uninstalled, the Swarming bot will fail with
an unfriendly code path and the task will terminate as BOT_DIED. This
can happen if a zombie process lingers from a task and retains a handle to
the named cache.
Swarming already has code paths to handle zombie processes and task
space purge errors. This patch makes it so that named cache deletion
failures fall through to standard cleanup code instead of raising an
exception.
BUG=chromium:740109
TEST=None
R=maruel@chromium.org, vadimsh@chromium.org
Review-Url: https://codereview.chromium.org/2973113003
Committed: https://github.com/luci/luci-py/commit/bd3cbc5ca8f6fd82345bb9073364c56bf2b73130
Patch Set 1 #
Total comments: 2
Messages
Total messages: 14 (8 generated)
|
|||||||||||||||||||