Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(16)

Issue 2224583003: Check if device disconnects every time the last test of a revision fails (Closed)

Created:
4 years, 4 months ago by Ziqi Xiong
Modified:
4 years, 4 months ago
Reviewers:
sullivan, RobertoCN, dtu
CC:
chromium-reviews, infra-reviews+build_chromium.org, kjellander-cc_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/tools/build.git@master
Target Ref:
refs/heads/master
Project:
build
Visibility:
Public.

Description

Check if device disconnects every time the last test of a revision fails Right now when the test device is disconnected from host, the host will not rerun the tests on its other available device, but will continue using the disconnected device and fail all the tests. This problem can be solved by checking connected devices in every revision test and raising step failure if test device disconnects. BUG=chromium:635183 Committed: https://chromium.googlesource.com/chromium/tools/build/+/2c78661f30da29ac3d08a6e26b2392ada22dbba4

Patch Set 1 #

Total comments: 5

Patch Set 2 : Review fix #

Unified diffs Side-by-side diffs Delta from patch set Stats (+12 lines, -1 line) Patch
M scripts/slave/recipe_modules/auto_bisect/revision_state.py View 1 2 chunks +12 lines, -1 line 0 comments Download

Messages

Total messages: 15 (5 generated)
Ziqi Xiong
This might fix the bisect problem we saw today?
4 years, 4 months ago (2016-08-05 23:28:53 UTC) #2
RobertoCN
It's worth noting that the reason why we need to manually raise a step failure ...
4 years, 4 months ago (2016-08-05 23:35:46 UTC) #3
Ziqi Xiong
4 years, 4 months ago (2016-08-06 01:16:04 UTC) #5
sullivan
Agreed with Roberto that there should be more code comments here. Dave, do you have ...
4 years, 4 months ago (2016-08-08 22:13:28 UTC) #6
sullivan
lgtm after addressing comments
4 years, 4 months ago (2016-08-08 22:45:13 UTC) #7
RobertoCN
https://codereview.chromium.org/2224583003/diff/1/scripts/slave/recipe_modules/auto_bisect/revision_state.py File scripts/slave/recipe_modules/auto_bisect/revision_state.py (right): https://codereview.chromium.org/2224583003/diff/1/scripts/slave/recipe_modules/auto_bisect/revision_state.py#newcode359 scripts/slave/recipe_modules/auto_bisect/revision_state.py:359: if test_results['retcodes'][-1] != 0 and ( On 2016/08/08 22:13:28, ...
4 years, 4 months ago (2016-08-08 22:46:43 UTC) #8
Ziqi Xiong
https://codereview.chromium.org/2224583003/diff/1/scripts/slave/recipe_modules/auto_bisect/revision_state.py File scripts/slave/recipe_modules/auto_bisect/revision_state.py (right): https://codereview.chromium.org/2224583003/diff/1/scripts/slave/recipe_modules/auto_bisect/revision_state.py#newcode359 scripts/slave/recipe_modules/auto_bisect/revision_state.py:359: if test_results['retcodes'][-1] != 0 and ( On 2016/08/08 22:46:42, ...
4 years, 4 months ago (2016-08-09 18:59:11 UTC) #9
dtu
lgtm
4 years, 4 months ago (2016-08-09 23:30:11 UTC) #10
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2224583003/20001
4 years, 4 months ago (2016-08-09 23:34:58 UTC) #13
commit-bot: I haz the power
4 years, 4 months ago (2016-08-09 23:40:30 UTC) #15
Message was sent while issue was closed.
Committed patchset #2 (id:20001) as
https://chromium.googlesource.com/chromium/tools/build/+/2c78661f30da29ac3d08...

Powered by Google App Engine
This is Rietveld 408576698