New issue
Advanced search Search tips
Note: Color blocks (like or ) mean that a user may not be available. Tooltip shows the reason.

Issue 741907 link

Starred by 2 users

Issue metadata

Status: Verified
Owner:
Closed: Jul 2017
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: Chrome
Pri: 1
Type: Bug



Sign in to add a comment

paygen_au_canary failure: ('Error while reading the hostlogs from devserver: %s', IOError(2, 'No such file or directory'))

Project Member Reported by dhadd...@chromium.org, Jul 12 2017

Issue description

https://wmatrix.googleplex.com/testrun/paygen_au_canary?test_ids=514277829,514259104

The error output isn't very helpful here but what happen is that the update failed one time and was then retried. The second time the update succeeded. The first time we tried with the hostname, the second time we tried with the IP. So the hostlog filename had the IP address and not the hostname.

The problem is we tried to find the hostlog file with the hostname and it didn't exist




 
I'll make a CL for this now 
Thanks David!
Project Member

Comment 3 by bugdroid1@chromium.org, Jul 13 2017

The following revision refers to this bug:
  https://chromium.googlesource.com/chromiumos/third_party/autotest/+/ab2884bab13c08f21aaa780a1861959131a6f682

commit ab2884bab13c08f21aaa780a1861959131a6f682
Author: David Haddock <dhaddock@chromium.org>
Date: Thu Jul 13 18:44:43 2017

[autotest] Make checking for hostlog file explicit.

The au test checks hostlogs returned from the devserver for update
events. The filename can be named with either the hostname or the DUT's
IP address. This CL checks for both and fails if neither at found.

BUG= chromium:741907 
TEST=autoupdate_EndToEndTest passes with IP hostlog filename

Change-Id: I595c4b3e980bf03fde197ce704958c5c6f2a08f1
Reviewed-on: https://chromium-review.googlesource.com/569142
Commit-Ready: David Haddock <dhaddock@chromium.org>
Tested-by: David Haddock <dhaddock@chromium.org>
Reviewed-by: David Haddock <dhaddock@chromium.org>

[modify] https://crrev.com/ab2884bab13c08f21aaa780a1861959131a6f682/server/site_tests/autoupdate_EndToEndTest/autoupdate_EndToEndTest.py

Status: Fixed (was: Untriaged)
Status: Verified (was: Fixed)
Labels: FixedByAURewrite

Sign in to add a comment