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

Issue 1971433002: ABANDONED [Android] Expose each try result in test results JSON. (Closed)

Created:
4 years, 7 months ago by jbudorick
Modified:
4 years, 7 months ago
CC:
chromium-reviews, jbudorick+watch_chromium.org, mikecase+watch_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

ABANDONED [Android] Expose each try result in test results JSON. BUG=609588

Patch Set 1 #

Total comments: 6

Patch Set 2 : rebase #

Patch Set 3 : fix instrumentation test handling #

Patch Set 4 : fix non-hashable test case #

Patch Set 5 : fixes: use last result in an iteration, only use iteration_results in exit code determination #

Unified diffs Side-by-side diffs Delta from patch set Stats (+198 lines, -50 lines) Patch
M build/android/PRESUBMIT.py View 1 chunk +1 line, -0 lines 0 comments Download
M build/android/pylib/local/device/local_device_test_run.py View 1 2 3 2 chunks +23 lines, -31 lines 0 comments Download
A build/android/pylib/local/device/local_device_test_run_test.py View 1 2 3 1 chunk +146 lines, -0 lines 0 comments Download
M build/android/pylib/remote/device/remote_device_test_run.py View 1 chunk +1 line, -1 line 0 comments Download
M build/android/test_runner.py View 1 2 3 4 2 chunks +27 lines, -18 lines 0 comments Download

Messages

Total messages: 30 (15 generated)
jbudorick
4 years, 7 months ago (2016-05-10 18:49:14 UTC) #2
jbudorick
ping
4 years, 7 months ago (2016-05-13 00:48:52 UTC) #3
mikecase (-- gone --)
Some questions about how results are stored. https://codereview.chromium.org/1971433002/diff/1/build/android/pylib/local/device/local_device_test_run.py File build/android/pylib/local/device/local_device_test_run.py (right): https://codereview.chromium.org/1971433002/diff/1/build/android/pylib/local/device/local_device_test_run.py#newcode134 build/android/pylib/local/device/local_device_test_run.py:134: results.append(try_results) Should ...
4 years, 7 months ago (2016-05-13 17:32:13 UTC) #4
jbudorick
https://codereview.chromium.org/1971433002/diff/1/build/android/pylib/local/device/local_device_test_run.py File build/android/pylib/local/device/local_device_test_run.py (right): https://codereview.chromium.org/1971433002/diff/1/build/android/pylib/local/device/local_device_test_run.py#newcode134 build/android/pylib/local/device/local_device_test_run.py:134: results.append(try_results) On 2016/05/13 17:32:13, mikecase wrote: > Should this ...
4 years, 7 months ago (2016-05-13 17:37:05 UTC) #5
mikecase (-- gone --)
code looks good lgtm. Just make sure (if you haven't already) that the json results ...
4 years, 7 months ago (2016-05-13 17:45:34 UTC) #6
jbudorick
https://codereview.chromium.org/1971433002/diff/1/build/android/test_runner.py File build/android/test_runner.py (right): https://codereview.chromium.org/1971433002/diff/1/build/android/test_runner.py#newcode863 build/android/test_runner.py:863: results.extend(raw_results) On 2016/05/13 17:45:34, mikecase wrote: > My only ...
4 years, 7 months ago (2016-05-13 17:59:11 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1971433002/20001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1971433002/20001
4 years, 7 months ago (2016-05-16 14:28:00 UTC) #10
commit-bot: I haz the power
Try jobs failed on following builders: linux_android_rel_ng on tryserver.chromium.android (JOB_FAILED, https://build.chromium.org/p/tryserver.chromium.android/builders/linux_android_rel_ng/builds/70935)
4 years, 7 months ago (2016-05-16 16:09:34 UTC) #12
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1971433002/40001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1971433002/40001
4 years, 7 months ago (2016-05-16 19:06:10 UTC) #15
commit-bot: I haz the power
Try jobs failed on following builders: linux_android_rel_ng on tryserver.chromium.android (JOB_FAILED, https://build.chromium.org/p/tryserver.chromium.android/builders/linux_android_rel_ng/builds/71112)
4 years, 7 months ago (2016-05-16 20:41:00 UTC) #17
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1971433002/60001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1971433002/60001
4 years, 7 months ago (2016-05-16 20:50:28 UTC) #20
commit-bot: I haz the power
Try jobs failed on following builders: linux_android_rel_ng on tryserver.chromium.android (JOB_FAILED, https://build.chromium.org/p/tryserver.chromium.android/builders/linux_android_rel_ng/builds/71250)
4 years, 7 months ago (2016-05-16 23:23:43 UTC) #22
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1971433002/80001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1971433002/80001
4 years, 7 months ago (2016-05-17 00:54:56 UTC) #25
commit-bot: I haz the power
Try jobs failed on following builders: linux_android_rel_ng on tryserver.chromium.android (JOB_FAILED, https://build.chromium.org/p/tryserver.chromium.android/builders/linux_android_rel_ng/builds/71418)
4 years, 7 months ago (2016-05-17 03:21:53 UTC) #27
jbudorick
4 years, 7 months ago (2016-05-17 15:25:20 UTC) #28
Closing this out for restructuring & rereview.

Powered by Google App Engine
This is Rietveld 408576698