dummy_PassServer.sanity : fail setting up container |
||||
Issue descriptionSome HW test suite fails very fast: http://cautotest.corp.google.com/afe/#tab_id=view_job&object_id=58156823 In https://pantheon.corp.google.com/storage/browser/chromeos-autotest-results/58156823-chromeos-test/chromeos4-row4-rack9-host1/ssp_logs/debug/ We create the container through: /usr/local/autotest/server/autoserv -p -r /usr/local/autotest/results/58156823-chromeos-test/chromeos4-row4-rack9-host1 -m chromeos4-row4-rack9-host1 -u chromeos-test -l expresso-release/R51-8121.0.0/sanity/dummy_PassServer.sanity -s --lab True -P 58156823-chromeos-test/chromeos4-row4-rack9-host1 -n /usr/local/autotest/results/drone_tmp/attach.17649 --require-ssp --parent_job_id 58156804 --verify_job_repo_url But /usr/local/autotest/results/drone_tmp/attach.17649 does not exist [anymore?] when we try to copy it back for safekeeping.
,
Mar 29 2016
The following revision refers to this bug: https://chromium.googlesource.com/chromiumos/third_party/autotest/+/38fff70fc5257cd1497455e7fbc2742a2bd47ba9 commit 38fff70fc5257cd1497455e7fbc2742a2bd47ba9 Author: Dan Shi <dshi@google.com> Date: Mon Mar 28 20:53:18 2016 [autotest] Save control file before setting up container This is to prevent test failure caused by missing control file. Scheduler restart leads to all control files in drone_tmp being deleted. Due to the long delay of setting up container when running tests with SSP, this becomes more of an issue. This change saves the control file to result folder before setting up container. BUG= chromium:598379 TEST=local run test, unittest Change-Id: I10a7715477ce14d3cbba5176292fc9aca19f9f2d Reviewed-on: https://chromium-review.googlesource.com/335269 Commit-Ready: Dan Shi <dshi@chromium.org> Tested-by: Dan Shi <dshi@chromium.org> Reviewed-by: Gwendal Grignou <gwendal@chromium.org> [modify] https://crrev.com/38fff70fc5257cd1497455e7fbc2742a2bd47ba9/site_utils/lxc.py
,
Apr 17 2016
,
Apr 27 2016
,
May 23 2016
Bulk verified |
||||
►
Sign in to add a comment |
||||
Comment 1 by dshi@chromium.org
, Mar 28 2016Labels: -Pri-1 Pri-2
Owner: dshi@chromium.org