Keychain errors when running system_health benchmark locally |
||
Issue descriptionRunning the benchmark: system_health.memory_desktop with --browser=canary puts a modal popup dialog on every page: Keychain not found. A keychain cannot be found to store "Chrome"
,
Aug 18 2016
Oh, I know what happened here. I was running run_benchmark as root, which messes up all the keychain permissions. I was the one who wrote those instructions. =P I guess ideally, Telemetry would check that the keychain is configured correctly and just early exit with an appropriate message if it isn't. I wrote logic to do this: https://cs.chromium.org/chromium/src/third_party/catapult/telemetry/telemetry/util/mac/keychain_helper.py?q=keychain+file:telemetry&sq=package:chromium&dr=CSs&l=16 but I guess that logic doesn't cover the particular case I ran into. |
||
►
Sign in to add a comment |
||
Comment 1 by sullivan@chromium.org
, Aug 18 2016