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

Issue 60043003: [android] Add timeout_retry module to pylib/utils/. (Closed)

Created:
7 years, 1 month ago by craigdh
Modified:
7 years, 1 month ago
Reviewers:
frankf
CC:
chromium-reviews, craigdh+watch_chromium.org, bulach+watch_chromium.org, yfriedman+watch_chromium.org, ilevy-cc_chromium.org, klundberg+watch_chromium.org, frankf+watch_chromium.org
Visibility:
Public.

Description

[android] Add timeout_retry module to pylib/utils/. BUG=318387 TEST=None NOTRY=True Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=235776

Patch Set 1 #

Patch Set 2 : removed decorators #

Patch Set 3 : added cmd_helper timeout function #

Total comments: 18

Patch Set 4 : nits #

Patch Set 5 : addressed comments #

Unified diffs Side-by-side diffs Delta from patch set Stats (+114 lines, -3 lines) Patch
M build/android/pylib/cmd_helper.py View 1 2 3 4 3 chunks +17 lines, -3 lines 0 comments Download
A build/android/pylib/utils/timeout_retry.py View 1 2 3 1 chunk +45 lines, -0 lines 0 comments Download
A build/android/pylib/utils/timeout_retry_unittest.py View 1 2 3 4 1 chunk +52 lines, -0 lines 0 comments Download

Messages

Total messages: 10 (0 generated)
craigdh
7 years, 1 month ago (2013-11-09 01:00:03 UTC) #1
craigdh
ptal.
7 years, 1 month ago (2013-11-13 21:46:37 UTC) #2
craigdh
On 2013/11/13 21:46:37, craigdh wrote: > ptal. ping?
7 years, 1 month ago (2013-11-14 22:12:43 UTC) #3
frankf
https://codereview.chromium.org/60043003/diff/80001/build/android/pylib/cmd_helper.py File build/android/pylib/cmd_helper.py (right): https://codereview.chromium.org/60043003/diff/80001/build/android/pylib/cmd_helper.py#newcode108 build/android/pylib/cmd_helper.py:108: def RunWithTimeoutAndRetries(args, timeout, retries): Can we combline RunWithTimeoutAndRetries, GetCmdStatusAndOutput, ...
7 years, 1 month ago (2013-11-14 23:26:05 UTC) #4
craigdh
https://codereview.chromium.org/60043003/diff/80001/build/android/pylib/cmd_helper.py File build/android/pylib/cmd_helper.py (right): https://codereview.chromium.org/60043003/diff/80001/build/android/pylib/cmd_helper.py#newcode108 build/android/pylib/cmd_helper.py:108: def RunWithTimeoutAndRetries(args, timeout, retries): On 2013/11/14 23:26:05, frankf wrote: ...
7 years, 1 month ago (2013-11-15 00:26:30 UTC) #5
frankf
https://codereview.chromium.org/60043003/diff/80001/build/android/pylib/cmd_helper.py File build/android/pylib/cmd_helper.py (right): https://codereview.chromium.org/60043003/diff/80001/build/android/pylib/cmd_helper.py#newcode108 build/android/pylib/cmd_helper.py:108: def RunWithTimeoutAndRetries(args, timeout, retries): Can you at least match ...
7 years, 1 month ago (2013-11-15 23:08:47 UTC) #6
craigdh
https://codereview.chromium.org/60043003/diff/80001/build/android/pylib/cmd_helper.py File build/android/pylib/cmd_helper.py (right): https://codereview.chromium.org/60043003/diff/80001/build/android/pylib/cmd_helper.py#newcode108 build/android/pylib/cmd_helper.py:108: def RunWithTimeoutAndRetries(args, timeout, retries): On 2013/11/15 23:08:47, frankf wrote: ...
7 years, 1 month ago (2013-11-15 23:41:56 UTC) #7
frankf
lgtm
7 years, 1 month ago (2013-11-16 00:04:26 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/craigdh@chromium.org/60043003/220001
7 years, 1 month ago (2013-11-18 18:43:02 UTC) #9
commit-bot: I haz the power
7 years, 1 month ago (2013-11-18 18:52:13 UTC) #10
Message was sent while issue was closed.
Change committed as 235776

Powered by Google App Engine
This is Rietveld 408576698