Make the test runner handle SIGTERM |
||
Issue descriptionSwarming sends SIGTERM to child processes on timeout. //build/android/test_runner.py doesn't currently do anything with this. It should: - stop running tests - attempt orderly shut down w/ expected artifacts -- json results file, logcats, etc -- generated
,
Jun 17 2016
The following revision refers to this bug: https://chromium.googlesource.com/chromium/src.git/+/5dc7bbe9e52fd447f0c54d52d671c7d00c962ea5 commit 5dc7bbe9e52fd447f0c54d52d671c7d00c962ea5 Author: jbudorick <jbudorick@chromium.org> Date: Fri Jun 17 15:17:02 2016 [Android] Stop gtests & instrumentation tests on receiving SIGTERM. BUG= 620723 Review-Url: https://codereview.chromium.org/2078563002 Cr-Commit-Position: refs/heads/master@{#400430} [modify] https://crrev.com/5dc7bbe9e52fd447f0c54d52d671c7d00c962ea5/build/android/pylib/local/device/local_device_test_run.py [modify] https://crrev.com/5dc7bbe9e52fd447f0c54d52d671c7d00c962ea5/build/android/test_runner.pydeps
,
Jun 17 2016
|
||
►
Sign in to add a comment |
||
Comment 1 by bugdroid1@chromium.org
, Jun 16 2016