Closed
Bug 825315
Opened 13 years ago
Closed 13 years ago
tracking bug for build and release of thunderbird 19.0b1
Categories
(Release Engineering :: Release Requests, defect, P2)
Release Engineering
Release Requests
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: bhearsum, Assigned: nthomas)
Details
Attachments
(1 file)
956 bytes,
patch
|
bhearsum
:
review+
nthomas
:
checked-in+
|
Details | Diff | Splinter Review |
No description provided.
Assignee | ||
Comment 1•13 years ago
|
||
Mark, will this be starting in sync with FF 19.0b1 ?
Assignee: nobody → nthomas
Priority: -- → P2
Comment 2•13 years ago
|
||
No, we'll probably go for somewhere around 15th (i.e. in sync with b2).
Assignee | ||
Comment 3•13 years ago
|
||
The windows en-US build has failed out copying some mochitests. In a release build it looks like:
e:/builds/moz2_slave/tb-rel-c-beta-w32-bld/build/objdir-tb/mozilla/_virtualenv/Scripts/python.exe /e/builds/moz2_slave/tb-rel-c-beta-w32-bld/build/mozilla/config/nsinstall.py -t "/e/builds/moz2_slave/tb-rel-c-beta-w32-bld/build/mozilla/content/html/content/test/test_hidden.html" ... "/e/builds/moz2_slave/tb-rel-c-beta-w32-bld/build/mozilla/content/html/content/test/test_mozaudiochannel.html" ../../../../_tests/testing/mochitest/tests/content/html/content/test
The total line length is 33904 characters, each arg is at most 130 characters long.
In comparison, a dep build begins
e:/builds/moz2_slave/tb-c-beta-w32/build/objdir-tb/mozilla/_virtualenv/Scripts/python.exe /e/builds/moz2_slave/tb-c-beta-w32/build/mozilla/config/nsinstall.py -t "/e/builds/moz2_slave/tb-c-beta-w32/build/mozilla/content/html/content/test/test_hidden.html" ...
This is only 31409 characters long, because the builder shortens by 8 characters in 312 instances. In suggesting that there is a 32K character limit somewhere, which the combination of more tests and longer builder name causes breakeage.
Assignee | ||
Comment 4•13 years ago
|
||
Attachment #703556 -
Flags: review?(bhearsum)
Reporter | ||
Updated•13 years ago
|
Attachment #703556 -
Flags: review?(bhearsum) → review+
Assignee | ||
Comment 5•13 years ago
|
||
Comment on attachment 703556 [details] [diff] [review]
[buildbotcustom] extend the hack to other branches
http://hg.mozilla.org/build/buildbotcustom/rev/70809eead56c
Attachment #703556 -
Flags: checked-in+
Assignee | ||
Comment 6•13 years ago
|
||
Shipped.
Status: NEW → RESOLVED
Closed: 13 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
•