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

Issue 2497503002: Add retries to file operations for Windows. (Closed)

Created:
4 years, 1 month ago by dnj
Modified:
4 years, 1 month ago
Reviewers:
nodir, hinoka
CC:
chromium-reviews, dpranke+depot_tools_chromium.org, iannucci+depot_tools_chromium.org
Target Ref:
refs/heads/master
Visibility:
Public.

Description

Patch Set 1 #

Total comments: 4

Patch Set 2 : Actually sleep exponential backoff better message #

Patch Set 3 : Bug #

Total comments: 3

Patch Set 4 : Add generic function, use on other filesystem operations. #

Patch Set 5 : Remove stupid comment. #

Total comments: 4

Patch Set 6 : Better formatting string. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+65 lines, -8 lines) Patch
M git_cache.py View 1 2 3 4 5 6 chunks +65 lines, -8 lines 0 comments Download

Messages

Total messages: 14 (6 generated)
dnj
4 years, 1 month ago (2016-11-11 01:30:48 UTC) #1
nodir
lgtm https://codereview.chromium.org/2497503002/diff/1/git_cache.py File git_cache.py (right): https://codereview.chromium.org/2497503002/diff/1/git_cache.py#newcode247 git_cache.py:247: self.print('Error moving [%s] to [%s] (%d / %d): ...
4 years, 1 month ago (2016-11-11 01:34:30 UTC) #2
nodir
https://codereview.chromium.org/2497503002/diff/40001/git_cache.py File git_cache.py (right): https://codereview.chromium.org/2497503002/diff/40001/git_cache.py#newcode234 git_cache.py:234: sleep_time = 1 Strange indentation https://codereview.chromium.org/2497503002/diff/40001/git_cache.py#newcode247 git_cache.py:247: src, dst, ...
4 years, 1 month ago (2016-11-11 01:53:59 UTC) #3
dnj
PTAL, added a retry there and in one other place. Common retry function.
4 years, 1 month ago (2016-11-11 02:01:25 UTC) #4
nodir
lgtm https://codereview.chromium.org/2497503002/diff/100001/git_cache.py File git_cache.py (right): https://codereview.chromium.org/2497503002/diff/100001/git_cache.py#newcode70 git_cache.py:70: except excs as e: python dynamicity is crazy ...
4 years, 1 month ago (2016-11-11 02:10:23 UTC) #6
dnj
https://codereview.chromium.org/2497503002/diff/100001/git_cache.py File git_cache.py (right): https://codereview.chromium.org/2497503002/diff/100001/git_cache.py#newcode70 git_cache.py:70: except excs as e: On 2016/11/11 02:10:22, nodir wrote: ...
4 years, 1 month ago (2016-11-11 02:16:45 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2497503002/30002
4 years, 1 month ago (2016-11-11 02:17:11 UTC) #12
commit-bot: I haz the power
4 years, 1 month ago (2016-11-11 02:23:29 UTC) #14
Message was sent while issue was closed.
Committed patchset #6 (id:30002) as
https://chromium.googlesource.com/chromium/tools/depot_tools/+/4625b5adb8bd2b...

Powered by Google App Engine
This is Rietveld 408576698