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)

defect

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: bhearsum, Assigned: mozilla)

Details

Attachments

(1 file)

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.
Is staging-stage that slow to dish out a couple of hundred meg of file ? Yikes!
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.
Attachment #427642 - Flags: review?(bhearsum)
Assignee: nobody → aki
OS: Mac OS X → All
Priority: P5 → P3
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+
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 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+
Updated pm01, pm02, talos-pool, talos-r3, talos-try. What else needs doing ?
Status: NEW → RESOLVED
Closed: 15 years ago
Resolution: --- → FIXED
Product: mozilla.org → Release Engineering
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: