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

Issue 574017: Add automatic retry on HTTP 502 for svn and connection drop for git. (Closed)

Created:
10 years, 10 months ago by M-A Ruel
Modified:
9 years, 7 months ago
Reviewers:
Nicolas Sylvain, bradn
CC:
chromium-reviews
Visibility:
Public.

Description

Add automatic retry on HTTP 502 for svn and connection drop for git. TEST=totally untested BUG=34793 Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=38336

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+35 lines, -14 lines) Patch
M gclient_scm.py View 4 chunks +30 lines, -9 lines 0 comments Download
M scm.py View 1 chunk +5 lines, -5 lines 0 comments Download

Messages

Total messages: 6 (0 generated)
M-A Ruel
10 years, 10 months ago (2010-02-05 21:08:42 UTC) #1
M-A Ruel
I've tried it and I was able to do a checkout in a single manual ...
10 years, 10 months ago (2010-02-06 03:28:01 UTC) #2
Nicolas Sylvain
lg
10 years, 10 months ago (2010-02-06 19:31:35 UTC) #3
bradn
This is causing blowups. failure only ever has a list of bool (True). The list ...
10 years, 10 months ago (2010-02-08 19:50:44 UTC) #4
bradn
On 2010/02/08 19:50:44, bradn wrote: > This is causing blowups. > failure only ever has ...
10 years, 10 months ago (2010-02-08 19:51:18 UTC) #5
M-A Ruel
10 years, 10 months ago (2010-02-08 20:23:45 UTC) #6
On 2010/02/08 19:51:18, bradn wrote:
> On 2010/02/08 19:50:44, bradn wrote:
> > This is causing blowups.
> > failure only ever has a list of bool (True).
> > The list comprehension then chokes when it does the string compare.
> 
> I'd fix it, but I don't quite follow what you were trying to do.

Fix in http://codereview.chromium.org/591002

I'm looking for
svn: PROPFIND of '...': 502 Bad Gateway
or something like that.

Powered by Google App Engine
This is Rietveld 408576698