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

Issue 2830016: Add boot time tests to nightly suite, and run multiple iterations (Closed)

Created:
10 years, 6 months ago by jrbarnette
Modified:
9 years, 6 months ago
Reviewers:
petkov, ericli
CC:
chromium-os-reviews_chromium.org
Base URL:
ssh://gitrw.chromium.org/autotest.git
Visibility:
Public.

Description

Add boot time tests to nightly suite, and run multiple iterations BUG=none TEST=use run_remote_tests.sh on suite_Nightly, and observe new results

Patch Set 1 #

Patch Set 2 : clean up variable names for readability #

Total comments: 4

Patch Set 3 : address changes requested in code review #

Patch Set 4 : rename run_client_tests to something hopefully more appropriate #

Unified diffs Side-by-side diffs Delta from patch set Stats (+9 lines, -12 lines) Patch
M server/site_tests/platform_BootPerfServer/platform_BootPerfServer.py View 1 2 1 chunk +5 lines, -5 lines 0 comments Download
M server/site_tests/suite_Nightly/control View 1 2 3 2 chunks +4 lines, -7 lines 0 comments Download

Messages

Total messages: 8 (0 generated)
jrbarnette
This change will cause the nightly suite to run platform_BootPerfServer 4 times per test client. ...
10 years, 6 months ago (2010-06-21 17:02:31 UTC) #1
ericli
http://codereview.chromium.org/2830016/diff/1003/2001 File server/site_tests/platform_BootPerfServer/platform_BootPerfServer.py (right): http://codereview.chromium.org/2830016/diff/1003/2001#newcode31 server/site_tests/platform_BootPerfServer/platform_BootPerfServer.py:31: client_results = open(src, "r") My code review dashboard had ...
10 years, 6 months ago (2010-06-21 17:53:36 UTC) #2
petkov
http://codereview.chromium.org/2830016/diff/1003/2001 File server/site_tests/platform_BootPerfServer/platform_BootPerfServer.py (right): http://codereview.chromium.org/2830016/diff/1003/2001#newcode33 server/site_tests/platform_BootPerfServer/platform_BootPerfServer.py:33: for l in client_results.readlines(): Use shutil.copyfileobj instead? Also, I ...
10 years, 6 months ago (2010-06-21 18:11:31 UTC) #3
jrbarnette
On Jun 21, 2010, at 11:11 AM, petkov@chromium.org wrote: > > http://codereview.chromium.org/2830016/diff/1003/2001 > File > ...
10 years, 6 months ago (2010-06-21 18:30:26 UTC) #4
petkov
> > Also, I assume you have tested that this appending works OK? > > ...
10 years, 6 months ago (2010-06-21 18:48:41 UTC) #5
jrbarnette
On Jun 21, 2010, at 11:48 AM, petkov@chromium.org wrote: >> > Also, I assume you ...
10 years, 6 months ago (2010-06-21 20:43:54 UTC) #6
jrbarnette
OK. I've updated to address review comments, and retested. You'll find these changes: * Replaced ...
10 years, 6 months ago (2010-06-22 00:35:05 UTC) #7
petkov
10 years, 6 months ago (2010-06-22 01:01:46 UTC) #8
LGTM

Powered by Google App Engine
This is Rietveld 408576698