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

Issue 290573004: [Android] Support generic parallel execution across devices. (Closed)

Created:
6 years, 7 months ago by jbudorick
Modified:
6 years, 7 months ago
Reviewers:
craigdh, bulach, frankf
CC:
chromium-reviews, klundberg+watch_chromium.org, bulach+watch_chromium.org, yfriedman+watch_chromium.org, ilevy-cc_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Visibility:
Public.

Description

[Android] Support generic parallel execution across devices. BUG=267773 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=272159

Patch Set 1 #

Patch Set 2 : #

Patch Set 3 : #

Total comments: 17

Patch Set 4 : #

Patch Set 5 : #

Patch Set 6 : #

Total comments: 1

Patch Set 7 : #

Patch Set 8 : #

Patch Set 9 : #

Patch Set 10 : fix the parallelizer tests #

Unified diffs Side-by-side diffs Delta from patch set Stats (+416 lines, -53 lines) Patch
M build/android/adb_install_apk.py View 1 2 3 4 5 6 7 8 3 chunks +3 lines, -14 lines 0 comments Download
M build/android/provision_devices.py View 1 2 3 4 5 2 chunks +9 lines, -1 line 0 comments Download
M build/android/pylib/device/device_utils.py View 1 2 3 4 5 6 7 2 chunks +24 lines, -37 lines 0 comments Download
A build/android/pylib/utils/parallelizer.py View 1 2 3 4 1 chunk +196 lines, -0 lines 0 comments Download
A build/android/pylib/utils/parallelizer_test.py View 1 2 3 4 5 6 7 8 9 1 chunk +166 lines, -0 lines 0 comments Download
M build/android/pylib/utils/reraiser_thread.py View 1 2 3 3 chunks +18 lines, -1 line 0 comments Download

Messages

Total messages: 21 (0 generated)
jbudorick
While looking at what Armand added to DeviceUtils, I started considering what exactly he was ...
6 years, 7 months ago (2014-05-15 22:10:49 UTC) #1
jbudorick
On 2014/05/15 22:10:49, jbudorick wrote: > While looking at what Armand added to DeviceUtils, I ...
6 years, 7 months ago (2014-05-15 22:35:14 UTC) #2
jbudorick
On 2014/05/15 22:35:14, jbudorick wrote: > On 2014/05/15 22:10:49, jbudorick wrote: > > While looking ...
6 years, 7 months ago (2014-05-16 00:54:50 UTC) #3
frankf
https://codereview.chromium.org/290573004/diff/40001/build/android/pylib/device/device_utils.py File build/android/pylib/device/device_utils.py (right): https://codereview.chromium.org/290573004/diff/40001/build/android/pylib/device/device_utils.py#newcode45 build/android/pylib/device/device_utils.py:45: class _ParallelExecutor(object): this should be in its own module ...
6 years, 7 months ago (2014-05-16 17:47:25 UTC) #4
jbudorick
https://codereview.chromium.org/290573004/diff/40001/build/android/pylib/device/device_utils.py File build/android/pylib/device/device_utils.py (right): https://codereview.chromium.org/290573004/diff/40001/build/android/pylib/device/device_utils.py#newcode45 build/android/pylib/device/device_utils.py:45: class _ParallelExecutor(object): On 2014/05/16 17:47:26, frankf wrote: > this ...
6 years, 7 months ago (2014-05-16 17:52:49 UTC) #5
frankf
https://codereview.chromium.org/290573004/diff/40001/build/android/pylib/device/device_utils.py File build/android/pylib/device/device_utils.py (right): https://codereview.chromium.org/290573004/diff/40001/build/android/pylib/device/device_utils.py#newcode46 build/android/pylib/device/device_utils.py:46: """ Allows parallel execution across a provided set of ...
6 years, 7 months ago (2014-05-16 18:41:27 UTC) #6
craigdh
https://codereview.chromium.org/290573004/diff/40001/build/android/pylib/device/device_utils.py File build/android/pylib/device/device_utils.py (right): https://codereview.chromium.org/290573004/diff/40001/build/android/pylib/device/device_utils.py#newcode45 build/android/pylib/device/device_utils.py:45: class _ParallelExecutor(object): On 2014/05/16 17:52:50, jbudorick wrote: > On ...
6 years, 7 months ago (2014-05-16 21:59:35 UTC) #7
jbudorick
https://codereview.chromium.org/290573004/diff/40001/build/android/pylib/device/device_utils.py File build/android/pylib/device/device_utils.py (right): https://codereview.chromium.org/290573004/diff/40001/build/android/pylib/device/device_utils.py#newcode45 build/android/pylib/device/device_utils.py:45: class _ParallelExecutor(object): On 2014/05/16 21:59:35, craigdh wrote: > On ...
6 years, 7 months ago (2014-05-21 16:42:48 UTC) #8
craigdh
https://codereview.chromium.org/290573004/diff/40001/build/android/pylib/device/device_utils.py File build/android/pylib/device/device_utils.py (right): https://codereview.chromium.org/290573004/diff/40001/build/android/pylib/device/device_utils.py#newcode64 build/android/pylib/device/device_utils.py:64: raise ValueError('No devices connected.') On 2014/05/21 16:42:48, jbudorick wrote: ...
6 years, 7 months ago (2014-05-21 16:50:12 UTC) #9
jbudorick
On 2014/05/21 16:50:12, craigdh wrote: > https://codereview.chromium.org/290573004/diff/40001/build/android/pylib/device/device_utils.py > File build/android/pylib/device/device_utils.py (right): > > https://codereview.chromium.org/290573004/diff/40001/build/android/pylib/device/device_utils.py#newcode64 > ...
6 years, 7 months ago (2014-05-21 19:42:05 UTC) #10
craigdh
lgtm. Nicely implemented, I really like how this makes use of Python's ducktyping to make ...
6 years, 7 months ago (2014-05-21 22:28:09 UTC) #11
frankf
lgtm https://codereview.chromium.org/290573004/diff/100001/build/android/pylib/device/device_utils.py File build/android/pylib/device/device_utils.py (right): https://codereview.chromium.org/290573004/diff/100001/build/android/pylib/device/device_utils.py#newcode121 build/android/pylib/device/device_utils.py:121: def parallel(devices): add docstring for this
6 years, 7 months ago (2014-05-21 22:34:26 UTC) #12
jbudorick
The CQ bit was checked by jbudorick@chromium.org
6 years, 7 months ago (2014-05-21 23:32:18 UTC) #13
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/jbudorick@chromium.org/290573004/130001
6 years, 7 months ago (2014-05-21 23:34:53 UTC) #14
jbudorick
The CQ bit was unchecked by jbudorick@chromium.org
6 years, 7 months ago (2014-05-21 23:38:42 UTC) #15
jbudorick
The CQ bit was checked by jbudorick@chromium.org
6 years, 7 months ago (2014-05-22 00:07:17 UTC) #16
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/jbudorick@chromium.org/290573004/150001
6 years, 7 months ago (2014-05-22 00:12:03 UTC) #17
jbudorick
The CQ bit was unchecked by jbudorick@chromium.org
6 years, 7 months ago (2014-05-22 00:42:11 UTC) #18
jbudorick
The CQ bit was checked by jbudorick@chromium.org
6 years, 7 months ago (2014-05-22 00:50:35 UTC) #19
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/jbudorick@chromium.org/290573004/170001
6 years, 7 months ago (2014-05-22 00:53:28 UTC) #20
commit-bot: I haz the power
6 years, 7 months ago (2014-05-22 11:13:45 UTC) #21
Message was sent while issue was closed.
Change committed as 272159

Powered by Google App Engine
This is Rietveld 408576698