Closed
Bug 546939
Opened 15 years ago
Closed 15 years ago
unit test/talos jobs fail when symbols are very slow to download
Categories
(Release Engineering :: General, defect, P3)
Release Engineering
General
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: bhearsum, Assigned: mozilla)
Details
Attachments
(1 file)
2.11 KB,
patch
|
bhearsum
:
review+
nthomas
:
checked-in+
|
Details | Diff | Splinter Review |
Mostly this happens on staging, but could happen on production as well. Basically, because we set 'wget -nv' when downloading symbols there is no output at all while wget downloads. So if the download takes more than 20 minutes, Buildbot kills the build. We could either bump the timeout or use 'wget --progress=dot:mega' to generate some output and avoid being "idle" in the eyes of Buildbot.
Comment 1•15 years ago
|
||
Is staging-stage that slow to dish out a couple of hundred meg of file ? Yikes!
Assignee | ||
Comment 2•15 years ago
|
||
I have a patch to make the -nv overridable with other options (or empty list) since I was running into this a lot with the n810s.
I'll dig that up and attach.
Assignee | ||
Comment 3•15 years ago
|
||
Attachment #427642 -
Flags: review?(bhearsum)
Updated•15 years ago
|
Assignee: nobody → aki
OS: Mac OS X → All
Priority: P5 → P3
Reporter | ||
Comment 4•15 years ago
|
||
Comment on attachment 427642 [details] [diff] [review]
add wget_args to DownloadFile
This is fine, but I'd rather the default be --progress=dot:mega or :giga rather than no output at all. r=me with that change.
Attachment #427642 -
Flags: review?(bhearsum) → review+
Reporter | ||
Comment 5•15 years ago
|
||
Apparently Alice has hit this on Talos, too
Summary: unit test jobs fail when symbols are very slow to download → unit test/talos jobs fail when symbols are very slow to download
Comment 6•15 years ago
|
||
Comment on attachment 427642 [details] [diff] [review]
add wget_args to DownloadFile
>+ else:
>+ self.wget_args = ['-nv']
As checked in
http://hg.mozilla.org/build/buildbotcustom/rev/fcc6ac419906
using
self.wget_args = ['--progress=dot:mega']
Attachment #427642 -
Flags: checked-in+
Comment 7•15 years ago
|
||
Updated pm01, pm02, talos-pool, talos-r3, talos-try. What else needs doing ?
Assignee | ||
Updated•15 years ago
|
Status: NEW → RESOLVED
Closed: 15 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
•