Closed
Bug 800288
Opened 13 years ago
Closed 12 years ago
'Download fennec_ids.txt' build step should RETRY on "ERROR 500: Internal Server Error"
Categories
(Release Engineering :: General, defect)
Release Engineering
General
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: emorley, Assigned: Callek)
References
(Blocks 1 open bug)
Details
(Keywords: sheriffing-P1)
Attachments
(1 file)
|
3.65 KB,
patch
|
bhearsum
:
review-
|
Details | Diff | Splinter Review |
We got a result:2, not a RETRY, from:
https://tbpl.mozilla.org/php/getParsedLog.php?id=16003277&tree=Mozilla-Inbound
{
========= Started Download fennec_ids.txt failed (results: 2, elapsed: 31 secs) (at 2012-10-10 21:06:24.539840) =========
wget --progress=dot:mega --no-verbose -N http://ftp.mozilla.org/pub/mozilla.org/mobile/tinderbox-builds/mozilla-inbound-android/1349922974/fennec_ids.txt
in dir /builds/tegra-232/test/../talos-data (timeout 1200 secs)
watching logfiles {}
argv: ['wget', '--progress=dot:mega', '--no-verbose', '-N', u'http://ftp.mozilla.org/pub/mozilla.org/mobile/tinderbox-builds/mozilla-inbound-android/1349922974/fennec_ids.txt']
environment:
HOME=/Users/cltbld
PATH=/opt/local/bin:/opt/local/sbin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/X11/bin
PWD=/builds/tegra-232/talos-data
SUT_IP=10.250.51.72
SUT_NAME=tegra-232
__CF_USER_TEXT_ENCODING=0x1F5:0:0
closing stdin
using PTY: False
http://ftp.mozilla.org/pub/mozilla.org/mobile/tinderbox-builds/mozilla-inbound-android/1349922974/fennec_ids.txt:
2012-10-10 21:06:56 ERROR 500: Internal Server Error.
program finished with exit code 8
elapsedTime=31.854933
========= Finished Download fennec_ids.txt failed (results: 2, elapsed: 31 secs) (at 2012-10-10 21:06:56.419291) =========
}
| Assignee | ||
Comment 1•13 years ago
|
||
This is attempt 1 at this patch, and is entirely untested so far.
Mostly looking for if this approach looks right to you, before I test it anywhere, the way DownloadFile is implemented I can't just wrap it in addRetryEvaluateCommand afaict.
Assignee: nobody → bugspam.Callek
Status: NEW → ASSIGNED
Attachment #681403 -
Flags: review?(bhearsum)
Comment 2•13 years ago
|
||
Comment on attachment 681403 [details] [diff] [review]
[custom] v1
Review of attachment 681403 [details] [diff] [review]:
-----------------------------------------------------------------
Is there a reason you can't inherit from RetryingShellCommand?
Comment 3•13 years ago
|
||
Comment on attachment 681403 [details] [diff] [review]
[custom] v1
Review of attachment 681403 [details] [diff] [review]:
-----------------------------------------------------------------
The retry stuff needs to be factored out somewhere - whether DownloadFile inherits from RetryingShellCommand or there's some other shared code I don't care.
Attachment #681403 -
Flags: review?(bhearsum) → review-
| Assignee | ||
Comment 4•13 years ago
|
||
I think Bug 811279 will end up solving this... Marking a dependancy just in case it doesn't (we'll check, if it does we'll dupe)
Depends on: 811279
| Reporter | ||
Updated•12 years ago
|
Keywords: sheriffing-P1
Whiteboard: [sheriff-want]
| Reporter | ||
Comment 5•12 years ago
|
||
Fixed by bug 811279.
Status: ASSIGNED → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Updated•12 years ago
|
Product: mozilla.org → Release Engineering
You need to log in
before you can comment on or make changes to this bug.
Description
•