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

Issue 11273046: Goal here is to collect total_coverage and unittests coverage numbers separately. Below are the ste… (Closed)

Created:
8 years, 1 month ago by pshenoy
Modified:
8 years, 1 month ago
Reviewers:
cmp, John Grabowski
CC:
chromium-reviews, cmp+cc_chromium.org, kjellander+cc_chromium.org, anantha
Base URL:
https://src.chromium.org/chrome/trunk/tools/
Visibility:
Public.

Description

Goal here is to collect total_coverage and unittests coverage numbers separately. Below are the steps performed. 1. Added one more step in AddRunCoverageBundles() function in 'chromium_commands.py' to run coverage_posix.py script with different set of parameters (Run only unittests). 2. Modified 'coverage_posix.py' to save the coverage.info file into separate folder depending on parameters passed.(This is done in a separate CL https://codereview.chromium.org/11274053) 3. Modified 'process_coverage.py' to process each of the coverage.info file generated and save it onto separate folders. 4. Finally in 'archive_coverage.py', upload the each of these folders onto web server. Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=166246

Patch Set 1 #

Patch Set 2 : #

Total comments: 18

Patch Set 3 : #

Total comments: 7

Patch Set 4 : #

Total comments: 2

Patch Set 5 : #

Patch Set 6 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+65 lines, -18 lines) Patch
M build/scripts/master/factory/chromium_commands.py View 1 2 3 4 5 1 chunk +11 lines, -0 lines 0 comments Download
M build/scripts/slave/chromium/archive_coverage.py View 1 2 6 chunks +17 lines, -5 lines 0 comments Download
M build/scripts/slave/chromium/process_coverage.py View 1 2 3 4 1 chunk +37 lines, -13 lines 0 comments Download

Messages

Total messages: 18 (0 generated)
pshenoy
8 years, 1 month ago (2012-10-25 20:02:08 UTC) #1
John Grabowski
Best to get an ell gee tee emm from chase (or designated chrome-infrastructure person) before ...
8 years, 1 month ago (2012-10-30 21:34:02 UTC) #2
cmp
lgtm with changes https://codereview.chromium.org/11273046/diff/2001/build/scripts/slave/chromium/archive_coverage.py File build/scripts/slave/chromium/archive_coverage.py (right): https://codereview.chromium.org/11273046/diff/2001/build/scripts/slave/chromium/archive_coverage.py#newcode63 build/scripts/slave/chromium/archive_coverage.py:63: remove this line https://codereview.chromium.org/11273046/diff/2001/build/scripts/slave/chromium/archive_coverage.py#newcode128 build/scripts/slave/chromium/archive_coverage.py:128: if ...
8 years, 1 month ago (2012-11-01 23:46:22 UTC) #3
pshenoy
http://codereview.chromium.org/11273046/diff/2001/build/scripts/slave/chromium/archive_coverage.py File build/scripts/slave/chromium/archive_coverage.py (right): http://codereview.chromium.org/11273046/diff/2001/build/scripts/slave/chromium/archive_coverage.py#newcode63 build/scripts/slave/chromium/archive_coverage.py:63: On 2012/11/01 23:46:22, cmp wrote: > remove this line ...
8 years, 1 month ago (2012-11-05 18:47:22 UTC) #4
cmp
I don't see the latest patch set here. Can you upload it?
8 years, 1 month ago (2012-11-05 21:09:47 UTC) #5
pshenoy
Sorry. Uploaded now.
8 years, 1 month ago (2012-11-05 21:17:22 UTC) #6
cmp
http://codereview.chromium.org/11273046/diff/11001/build/scripts/slave/chromium/archive_coverage.py File build/scripts/slave/chromium/archive_coverage.py (right): http://codereview.chromium.org/11273046/diff/11001/build/scripts/slave/chromium/archive_coverage.py#newcode55 build/scripts/slave/chromium/archive_coverage.py:55: coverage_folder_name, indent by one space http://codereview.chromium.org/11273046/diff/11001/build/scripts/slave/chromium/process_coverage.py File build/scripts/slave/chromium/process_coverage.py (right): ...
8 years, 1 month ago (2012-11-05 21:26:35 UTC) #7
pshenoy
http://codereview.chromium.org/11273046/diff/11001/build/scripts/slave/chromium/archive_coverage.py File build/scripts/slave/chromium/archive_coverage.py (right): http://codereview.chromium.org/11273046/diff/11001/build/scripts/slave/chromium/archive_coverage.py#newcode55 build/scripts/slave/chromium/archive_coverage.py:55: coverage_folder_name, On 2012/11/05 21:26:35, cmp wrote: > indent by ...
8 years, 1 month ago (2012-11-05 21:52:14 UTC) #8
cmp
http://codereview.chromium.org/11273046/diff/11001/build/scripts/slave/chromium/archive_coverage.py File build/scripts/slave/chromium/archive_coverage.py (right): http://codereview.chromium.org/11273046/diff/11001/build/scripts/slave/chromium/archive_coverage.py#newcode55 build/scripts/slave/chromium/archive_coverage.py:55: coverage_folder_name, You're right, it looked out of alignment to ...
8 years, 1 month ago (2012-11-05 21:59:28 UTC) #9
pshenoy
http://codereview.chromium.org/11273046/diff/11001/build/scripts/slave/chromium/process_coverage.py File build/scripts/slave/chromium/process_coverage.py (right): http://codereview.chromium.org/11273046/diff/11001/build/scripts/slave/chromium/process_coverage.py#newcode114 build/scripts/slave/chromium/process_coverage.py:114: return On 2012/11/05 21:59:29, cmp wrote: > On 2012/11/05 ...
8 years, 1 month ago (2012-11-05 22:22:23 UTC) #10
cmp
lgtm
8 years, 1 month ago (2012-11-05 22:23:35 UTC) #11
John Grabowski
LGTM Be sure to coordinate master restart with cmp
8 years, 1 month ago (2012-11-06 17:53:45 UTC) #12
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/pshenoy@chromium.org/11273046/8002
8 years, 1 month ago (2012-11-06 19:25:57 UTC) #13
commit-bot: I haz the power
Presubmit check for 11273046-8002 failed and returned exit status 1. Running presubmit commit checks ...
8 years, 1 month ago (2012-11-06 19:27:43 UTC) #14
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/pshenoy@chromium.org/11273046/8002
8 years, 1 month ago (2012-11-06 19:27:57 UTC) #15
commit-bot: I haz the power
Presubmit check for 11273046-8002 failed and returned exit status 1. Running presubmit commit checks ...
8 years, 1 month ago (2012-11-06 19:29:20 UTC) #16
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/pshenoy@chromium.org/11273046/12005
8 years, 1 month ago (2012-11-06 19:36:13 UTC) #17
commit-bot: I haz the power
8 years, 1 month ago (2012-11-06 19:37:44 UTC) #18
Change committed as 166246

Powered by Google App Engine
This is Rietveld 408576698