Hello Scott Zawalski, Chris Sosa,
I'd like you to do a code review. Please visit
https://gerrit.chromium.org/gerrit/22839
to review the following change.
Change subject: [autotest] Extend _KERNEL_UPDATE_TIMEOUT in site_host.py
......................................................................
[autotest] Extend _KERNEL_UPDATE_TIMEOUT in site_host.py
site_host.ChromiumOSHost implements a method that knows how to
install a new cros image on a device and do some checks to
make sure that it's not obviously bad. This has a timeout
that it's willing to wait for update_engine to mark the new
kernel as good. That timeout is currently only 15s longer
than the time that update_engine waits before even trying to
check on the kernel. We run afoul of this at times.
Extending the timeout costs us no correctness and reduces
flakiness. There's not a good way to determine reliably
when we should start waiting for this timeout, so this
method is the lesser of known evils.
BUG=chromium-os:30953
TEST=run_suite.py, which will reimage devices as a matter of course
Change-Id: Iec2d85d3412ccebaf8821c7f31ffeb9b8bdbf50e
---
M server/hosts/site_host.py
1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://
gerrit.chromium.org:29418/chromiumos/third_party/autotest refs/changes/39/22839/1
--
To view, visit
https://gerrit.chromium.org/gerrit/22839
To unsubscribe, visit
https://gerrit.chromium.org/gerrit/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: Iec2d85d3412ccebaf8821c7f31ffeb9b8bdbf50e
Gerrit-PatchSet: 1
Gerrit-Project: chromiumos/third_party/autotest
Gerrit-Branch: master
Gerrit-Owner: Chris Masone <
cma...@chromium.org>
Gerrit-Reviewer: Chris Sosa <
so...@chromium.org>
Gerrit-Reviewer: Scott Zawalski <
sco...@chromium.org>