New issue
Advanced search Search tips

Issue 831358 link

Starred by 1 user

Issue metadata

Status: Available
Owner: ----
Components:
EstimatedDays: ----
NextAction: ----
OS: ----
Pri: 3
Type: Feature



Sign in to add a comment

autotest: power_LoadTest: investigate recovering from chrome crash during run.

Project Member Reported by tbroch@chromium.org, Apr 10 2018

Issue description

power_LoadTest: investigate recovering from chrome crash during PLT run.

When chrome crashes the test currently fails to recover and throws an error.

client/common_lib/cros/chrome.py has some methods, wait_for_browser_restart, for example that may make restarting possible.

Lets investigate how feasible it is to recover.

 

Comment 1 by tbroch@chromium.org, Apr 13 2018

Status: Available (was: Untriaged)
Would definitely take an non-trivial amount of effort to add the functionality to the test ... especially if we tried to do something clever like restore workload.

Current workaround for folks looking to run power_LoadTest beyond stability of chrome has been to just put the call in a loop locally on the machine.

cd /usr/local/autotest

while true ; do
  bin/autotest tests/power_LoadTest/control
  sleep 1
done

Sign in to add a comment