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

Issue 11363088: Android: Report step failure when tests time out. (Closed)

Created:
8 years, 1 month ago by nilesh
Modified:
8 years, 1 month ago
Reviewers:
Yaron, Isaac (away)
CC:
chromium-reviews, peter+watch_chromium.org, bulach+watch_chromium.org, yfriedman+watch_chromium.org, ilevy+watch_chromium.org
Visibility:
Public.

Description

Android: Report step failure when tests time out. Currently when tests time out, we retry them but still mark the step as a warning, which does not cause a step failure. We should report a failure when tests time out. Also adding more stats on how many tests we were supposed to run and how many we failed to run. BUG= Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=166132

Patch Set 1 #

Total comments: 5

Patch Set 2 : #

Patch Set 3 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+24 lines, -24 lines) Patch
M build/android/pylib/test_result.py View 1 2 2 chunks +23 lines, -14 lines 0 comments Download
M build/android/run_tests.py View 2 chunks +1 line, -10 lines 0 comments Download

Messages

Total messages: 8 (0 generated)
nilesh
http://codereview.chromium.org/11363088/diff/1/build/android/gtest_filter/content_unittests_disabled File build/android/gtest_filter/content_unittests_disabled (right): http://codereview.chromium.org/11363088/diff/1/build/android/gtest_filter/content_unittests_disabled#newcode21 build/android/gtest_filter/content_unittests_disabled:21: # WebContentsVideoCaptureDeviceTest.* Will revert this change. Added this to ...
8 years, 1 month ago (2012-11-05 22:35:17 UTC) #1
Yaron
lgtm http://codereview.chromium.org/11363088/diff/1/build/android/pylib/test_result.py File build/android/pylib/test_result.py (right): http://codereview.chromium.org/11363088/diff/1/build/android/pylib/test_result.py#newcode181 build/android/pylib/test_result.py:181: num_tests_ran = len(self.ok) + len(self.failed) + \ nit: ...
8 years, 1 month ago (2012-11-05 22:52:13 UTC) #2
nilesh
http://codereview.chromium.org/11363088/diff/1/build/android/pylib/test_result.py File build/android/pylib/test_result.py (right): http://codereview.chromium.org/11363088/diff/1/build/android/pylib/test_result.py#newcode181 build/android/pylib/test_result.py:181: num_tests_ran = len(self.ok) + len(self.failed) + \ On 2012/11/05 ...
8 years, 1 month ago (2012-11-05 23:08:00 UTC) #3
Isaac (away)
lgtm with nit about string building (offline comment)
8 years, 1 month ago (2012-11-06 00:10:43 UTC) #4
nilesh
Using a list to build the summary string. Thanks for the reviews.
8 years, 1 month ago (2012-11-06 00:35:39 UTC) #5
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/nileshagrawal@chromium.org/11363088/3003
8 years, 1 month ago (2012-11-06 00:36:08 UTC) #6
commit-bot: I haz the power
Change committed as 166132
8 years, 1 month ago (2012-11-06 03:45:55 UTC) #7
frankf
8 years, 1 month ago (2012-11-07 17:37:25 UTC) #8
On 2012/11/06 03:45:55, I haz the power (commit-bot) wrote:
> Change committed as 166132

This broke run_monkey_test:

http://clankbotmaster.corp.google.com:8116/builders/release-tests-dev/builds/...

Powered by Google App Engine
This is Rietveld 408576698