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

Issue 7650012: Recognize crashed tests as failures in sharding_supervisor (Closed)

Created:
9 years, 4 months ago by clee
Modified:
9 years, 4 months ago
CC:
chromium-reviews, pam+watch_chromium.org, gavinp, cbentzel, Nicolas Sylvain
Visibility:
Public.

Description

Recognize crashed tests as failures in sharding_supervisor Added some regexes and shard output processing BUG=92653 TEST=crashed tests are shown in the summary Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=96999

Patch Set 1 #

Total comments: 5

Patch Set 2 : ls #

Patch Set 3 : Merged timeout and crashed into incomplete #

Patch Set 4 : Got rid of unneeded return #

Unified diffs Side-by-side diffs Delta from patch set Stats (+51 lines, -40 lines) Patch
M tools/sharding_supervisor/sharding_supervisor.py View 1 2 3 7 chunks +51 lines, -40 lines 0 comments Download

Messages

Total messages: 9 (0 generated)
clee
I've been having my own doubts about copying over parts of gtest_command.py too, so I ...
9 years, 4 months ago (2011-08-15 15:35:54 UTC) #1
M-A Ruel
lgtm with nit http://codereview.chromium.org/7650012/diff/1/tools/sharding_supervisor/sharding_supervisor.py File tools/sharding_supervisor/sharding_supervisor.py (right): http://codereview.chromium.org/7650012/diff/1/tools/sharding_supervisor/sharding_supervisor.py#newcode213 tools/sharding_supervisor/sharding_supervisor.py:213: ansi_regex + "\[\s+RUN\s+\] " + ansi_regex ...
9 years, 4 months ago (2011-08-15 15:46:08 UTC) #2
Paweł Hajdan Jr.
http://codereview.chromium.org/7650012/diff/1/tools/sharding_supervisor/sharding_supervisor.py File tools/sharding_supervisor/sharding_supervisor.py (right): http://codereview.chromium.org/7650012/diff/1/tools/sharding_supervisor/sharding_supervisor.py#newcode119 tools/sharding_supervisor/sharding_supervisor.py:119: results = self.test_timeout.search(line) Don't rely on that line to ...
9 years, 4 months ago (2011-08-15 17:33:17 UTC) #3
clee
Please tell me what you think of Paweł's comment and my response. I'd like to ...
9 years, 4 months ago (2011-08-15 18:07:09 UTC) #4
charleslee
PING wdyt? Is it worth putting timeout and crashed tests in the same category to ...
9 years, 4 months ago (2011-08-16 13:32:11 UTC) #5
M-A Ruel
Hereby I declare to have no opinion, Undersigned, M-A
9 years, 4 months ago (2011-08-16 13:38:56 UTC) #6
Nicolas Sylvain
On Tue, Aug 16, 2011 at 6:38 AM, <maruel@chromium.org> wrote: > Hereby I declare to ...
9 years, 4 months ago (2011-08-16 16:59:04 UTC) #7
Paweł Hajdan Jr.
http://codereview.chromium.org/7650012/diff/1/tools/sharding_supervisor/sharding_supervisor.py File tools/sharding_supervisor/sharding_supervisor.py (right): http://codereview.chromium.org/7650012/diff/1/tools/sharding_supervisor/sharding_supervisor.py#newcode119 tools/sharding_supervisor/sharding_supervisor.py:119: results = self.test_timeout.search(line) On 2011/08/15 18:07:09, clee wrote: > ...
9 years, 4 months ago (2011-08-16 17:36:07 UTC) #8
commit-bot: I haz the power
9 years, 4 months ago (2011-08-16 19:04:29 UTC) #9
Change committed as 96999

Powered by Google App Engine
This is Rietveld 408576698