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

Issue 9620001: Triage client failures on legium, and add the client tests to our presubmit script. (Closed)

Created:
8 years, 9 months ago by ngeoffray
Modified:
8 years, 9 months ago
Reviewers:
ahe, kasperl
CC:
reviews_dartlang.org, floitsch, Lasse Reichstein Nielsen, karlklose, sra1
Visibility:
Public.

Description

Triage client failures on legium, and add the client tests to our presubmit script. Committed: https://code.google.com/p/dart/source/detail?r=5080

Patch Set 1 #

Total comments: 3
Unified diffs Side-by-side diffs Delta from patch set Stats (+42 lines, -1 line) Patch
A client/tests/client/client-leg.status View 1 chunk +36 lines, -0 lines 0 comments Download
M client/tests/client/test_config.dart View 1 chunk +2 lines, -1 line 0 comments Download
M frog/presubmit.py View 1 chunk +4 lines, -0 lines 3 comments Download

Messages

Total messages: 6 (0 generated)
ngeoffray
8 years, 9 months ago (2012-03-07 12:25:51 UTC) #1
kasperl
LGTM!
8 years, 9 months ago (2012-03-07 12:27:00 UTC) #2
ahe
https://chromiumcodereview.appspot.com/9620001/diff/1/frog/presubmit.py File frog/presubmit.py (right): https://chromiumcodereview.appspot.com/9620001/diff/1/frog/presubmit.py#newcode174 frog/presubmit.py:174: cmd = test_cmd + ['--component=legium', 'client'] How long does ...
8 years, 9 months ago (2012-03-07 12:29:28 UTC) #3
ngeoffray
Thanks Peter and Kasper https://chromiumcodereview.appspot.com/9620001/diff/1/frog/presubmit.py File frog/presubmit.py (right): https://chromiumcodereview.appspot.com/9620001/diff/1/frog/presubmit.py#newcode174 frog/presubmit.py:174: cmd = test_cmd + ['--component=legium', ...
8 years, 9 months ago (2012-03-07 12:40:16 UTC) #4
ahe
https://chromiumcodereview.appspot.com/9620001/diff/1/frog/presubmit.py File frog/presubmit.py (right): https://chromiumcodereview.appspot.com/9620001/diff/1/frog/presubmit.py#newcode174 frog/presubmit.py:174: cmd = test_cmd + ['--component=legium', 'client'] On 2012/03/07 12:40:16, ...
8 years, 9 months ago (2012-03-07 12:49:59 UTC) #5
ngeoffray
8 years, 9 months ago (2012-03-07 12:56:03 UTC) #6
On 2012/03/07 12:49:59, ahe wrote:
> https://chromiumcodereview.appspot.com/9620001/diff/1/frog/presubmit.py
> File frog/presubmit.py (right):
> 
>
https://chromiumcodereview.appspot.com/9620001/diff/1/frog/presubmit.py#newco...
> frog/presubmit.py:174: cmd = test_cmd + ['--component=legium', 'client']
> On 2012/03/07 12:40:16, ngeoffray wrote:
> > On 2012/03/07 12:29:28, ahe wrote:
> > > How long does it take to run this?
> > 
> > 20 seconds on my machine
> 
> OK. That is good. This is because you're only running the client tests.
> 
> Two problems:
> 
> 1. You did not change dart/frog/scripts/buildbot_annotated_steps.py, so this
is
> not being run on the build bot.

Yes. I should have added to the description of the CL, that I will follow-up
with Emily and John to hook these tests in the browser tests.

> 
> 2. What happens if I run "test.py -cleg -mrelease". My guess: a whole bunch of
> tests will fail. It would be better if you remove ", 'client'" above and add
> skip sections to all other test suites. It should be possible to invoke
"test.py
> -cleg -mrelease" without further options. Other teams rely on this.

I guess you mean legium and not leg here. I will put a skip on other test suites
for legium.

Powered by Google App Engine
This is Rietveld 408576698