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

Issue 787813002: Reland of Allow RunShellCommand to work even with very large commands (Closed)

Created:
6 years ago by perezju
Modified:
5 years, 10 months ago
Reviewers:
jbudorick
CC:
chromium-reviews, klundberg+watch_chromium.org, yfriedman+watch_chromium.org, jbudorick+watch_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Project:
chromium
Visibility:
Public.

Description

Reland of Allow RunShellCommand to work even with very large commands Currently RunShellCommand may not work if the command passed to adb.Shell is too large (e.g. > 1024). This CL addresses this issue, allowing to run even very large commands, by first writing the command as a shell script and then running it. Original CL: https://codereview.chromium.org/751063002/ BUG=436133 Committed: https://crrev.com/4463a715a053c99da3537e580c22bd61ac9be7c3 Cr-Commit-Position: refs/heads/master@{#313496}

Patch Set 1 : Original CL #

Patch Set 2 : git rebase master #

Patch Set 3 : log large commands run, fix comments #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+88 lines, -44 lines) Patch
M build/android/pylib/device/device_utils.py View 1 2 5 chunks +39 lines, -21 lines 2 comments Download
M build/android/pylib/device/device_utils_test.py View 1 4 chunks +49 lines, -23 lines 0 comments Download

Messages

Total messages: 13 (4 generated)
perezju
Rebased against master, so the DeviceTempFile changes are no longer part of this CL. Also, ...
6 years ago (2014-12-15 15:48:59 UTC) #2
jbudorick
Looking at the delta, I'm not sure how this fixes the issues the original CL ...
6 years ago (2014-12-15 23:18:29 UTC) #3
perezju
On 2014/12/15 23:18:29, jbudorick wrote: > Looking at the delta, I'm not sure how this ...
6 years ago (2014-12-16 11:05:54 UTC) #4
jbudorick
Ah, ok. lgtm
6 years ago (2014-12-16 14:06:54 UTC) #5
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/787813002/40001
5 years, 10 months ago (2015-01-28 11:43:13 UTC) #7
commit-bot: I haz the power
Try jobs failed on following builders: linux_chromium_gn_dbg on tryserver.chromium.linux (http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_gn_dbg/builds/37059)
5 years, 10 months ago (2015-01-28 11:54:45 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/787813002/40001
5 years, 10 months ago (2015-01-28 12:31:22 UTC) #11
commit-bot: I haz the power
Committed patchset #3 (id:40001)
5 years, 10 months ago (2015-01-28 13:14:31 UTC) #12
commit-bot: I haz the power
5 years, 10 months ago (2015-01-28 13:15:56 UTC) #13
Message was sent while issue was closed.
Patchset 3 (id:??) landed as
https://crrev.com/4463a715a053c99da3537e580c22bd61ac9be7c3
Cr-Commit-Position: refs/heads/master@{#313496}

Powered by Google App Engine
This is Rietveld 408576698