Chromad: Fix autotest |
|||
Issue descriptionIt crashes on set_default_log_level during shutdown of the test since the session is being restarted.
,
May 9 2018
The following revision refers to this bug: https://chromium.googlesource.com/chromiumos/third_party/autotest/+/a2b32e1860e6b617f62bb56132cd15f7d7746e40 commit a2b32e1860e6b617f62bb56132cd15f7d7746e40 Author: Lutz Justen <ljusten@chromium.org> Date: Wed May 09 21:40:29 2018 authpolicy: Catch errors during stop() Eats errors that happen when authpolicyd is not running when stop() is called. This happened in enterprise_AuthPolicyDaemon since the user session was stopped, which caused Chrome to restart, which in turn caused authpolicyd to stop. BUG= chromium:840747 TEST=test_that -b ${BOARD} ${DUT_IP} enterprise_AuthPolicyDaemonServer Change-Id: Id33e8ea08f134b99d1e867e9e77d4eecbab8d0b4 Reviewed-on: https://chromium-review.googlesource.com/1049785 Commit-Ready: Lutz Justen <ljusten@chromium.org> Tested-by: Lutz Justen <ljusten@chromium.org> Reviewed-by: Roman Sorokin <rsorokin@chromium.org> [modify] https://crrev.com/a2b32e1860e6b617f62bb56132cd15f7d7746e40/client/common_lib/cros/authpolicy.py
,
May 11 2018
,
May 14 2018
Hi Lutz, could you please suggest the best way to verify this bug. From Stainless I still can see some failures for enterprise_AuthPolicyDaemon test: https://stainless.corp.google.com/search?view=matrix&row=board_model&col=build&first_date=2018-05-14&last_date=2018-05-14&test=%5Eenterprise%5C_AuthPolicyDaemonServer%24&exclude_cts=false&exclude_not_run=false&exclude_non_release=false&exclude_au=false&exclude_acts=false&exclude_retried=false&exclude_non_production=false
,
May 15 2018
This would show up as an error in enterprise_AuthPolicyDaemonServer after running the enterprise_AuthPolicyDaemon client test saying DBusException: org.freedesktop.DBus.Error.ServiceUnknown: The name org.chromium.Authpolicy was not provided by any .service files I haven't seen this anymore recently, so I believe it's fixed. It still fails on ARM boards, but that's expected. There's also a similar ServiceUnknown error for org.chromium.Cryptohome on Eve and Coral, but that's a different issue.
,
May 15 2018
Ok thanks, marked as "Verified". |
|||
►
Sign in to add a comment |
|||
Comment 1 by bugdroid1@chromium.org
, May 9 2018