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

Issue 407243004: Modify telemetry tests to write test-results-compatible json files. (Closed)

Created:
6 years, 5 months ago by Dirk Pranke
Modified:
6 years, 5 months ago
Reviewers:
dtu, ojan
CC:
ojan, chromium-reviews, jam, nduca, telemetry+watch_chromium.org, tonyg
Project:
chromium
Visibility:
Public.

Description

Modify telemetry tests to write test-results-compatible json files. This will allow us to be able to intelligently de-apply patches, re-run the tests, and compare the results on the bot. A follow-on patch will also enable uploading the results to test-results.appspot.com R=dtu@chromium.org BUG=323212 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=284871

Patch Set 1 #

Patch Set 2 : add TODO to consolidate the code #

Total comments: 9

Patch Set 3 : update w/ review feedback #

Unified diffs Side-by-side diffs Delta from patch set Stats (+111 lines, -0 lines) Patch
A tools/telemetry/telemetry/unittest/json_results.py View 1 2 1 chunk +104 lines, -0 lines 0 comments Download
M tools/telemetry/telemetry/unittest/run_tests.py View 4 chunks +7 lines, -0 lines 0 comments Download

Messages

Total messages: 11 (0 generated)
Dirk Pranke
Here's all that it should take to be able to write out the test results ...
6 years, 5 months ago (2014-07-22 22:45:25 UTC) #1
ojan
Can this go in the infa.git repo? That way it could share code with mojo/tools/run_mojo_python_tests.py.
6 years, 5 months ago (2014-07-22 22:52:13 UTC) #2
Dirk Pranke
On 2014/07/22 22:52:13, ojan-only-code-yellow-reviews wrote: > Can this go in the infa.git repo? That way ...
6 years, 5 months ago (2014-07-22 22:56:23 UTC) #3
ojan
non-owner lgtm
6 years, 5 months ago (2014-07-22 23:18:05 UTC) #4
dtu
https://chromiumcodereview.appspot.com/407243004/diff/20001/tools/telemetry/telemetry/unittest/json_results.py File tools/telemetry/telemetry/unittest/json_results.py (right): https://chromiumcodereview.appspot.com/407243004/diff/20001/tools/telemetry/telemetry/unittest/json_results.py#newcode11 tools/telemetry/telemetry/unittest/json_results.py:11: # src/mojo/tools/run/mojo_python_tests.py, and also duplicates logic nit: tools/run_mojo https://chromiumcodereview.appspot.com/407243004/diff/20001/tools/telemetry/telemetry/unittest/json_results.py#newcode81 ...
6 years, 5 months ago (2014-07-22 23:52:04 UTC) #5
dtu
lgtm in case you want to punt on refactorings because there's a new test runner ...
6 years, 5 months ago (2014-07-22 23:54:10 UTC) #6
Dirk Pranke
https://chromiumcodereview.appspot.com/407243004/diff/20001/tools/telemetry/telemetry/unittest/json_results.py File tools/telemetry/telemetry/unittest/json_results.py (right): https://chromiumcodereview.appspot.com/407243004/diff/20001/tools/telemetry/telemetry/unittest/json_results.py#newcode11 tools/telemetry/telemetry/unittest/json_results.py:11: # src/mojo/tools/run/mojo_python_tests.py, and also duplicates logic On 2014/07/22 23:52:04, ...
6 years, 5 months ago (2014-07-23 00:13:40 UTC) #7
Dirk Pranke
https://codereview.chromium.org/407243004/diff/20001/tools/telemetry/telemetry/unittest/json_results.py File tools/telemetry/telemetry/unittest/json_results.py (right): https://codereview.chromium.org/407243004/diff/20001/tools/telemetry/telemetry/unittest/json_results.py#newcode81 tools/telemetry/telemetry/unittest/json_results.py:81: def _AllTestNames(suite): Actually, for this one I'm going to ...
6 years, 5 months ago (2014-07-23 01:41:40 UTC) #8
Dirk Pranke
The CQ bit was checked by dpranke@chromium.org
6 years, 5 months ago (2014-07-23 01:41:45 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/dpranke@chromium.org/407243004/40001
6 years, 5 months ago (2014-07-23 01:43:07 UTC) #10
commit-bot: I haz the power
6 years, 5 months ago (2014-07-23 06:48:00 UTC) #11
Message was sent while issue was closed.
Change committed as 284871

Powered by Google App Engine
This is Rietveld 408576698