Convert log collection check to a Verifier
Reported by
jrbarnette@chromium.org,
Mar 18 2016
|
||||
Issue description
The following lines in CrosHost.verify_software() needs
to be converted to a Verifier:
# Check if a job was crashed on this host.
# If yes, avoid verification until crash-logs are collected.
if self._need_crash_logs():
raise error.AutoservCrashLogCollectRequired(
'Need to collect crash-logs before verification')
,
Mar 28 2016
,
Apr 12 2016
It turns out that the code in question is dead and has
been removed:
https://chromium-review.googlesource.com/#/c/333698/
,
Apr 27 2016
|
||||
►
Sign in to add a comment |
||||
Comment 1 by jrbarnette@chromium.org
, Mar 18 2016