Closed
Bug 840481
Opened 12 years ago
Closed 12 years ago
Unzipping mozbase* modules causes Thunderbird XPCShell tests to fail: "Summary is empty." (program finished with exit code 11)
Categories
(Release Engineering :: General, defect)
Release Engineering
General
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: aryx, Assigned: armenzg)
References
Details
(Whiteboard: [mozbase])
Attachments
(1 file)
1.04 KB,
patch
|
mozilla
:
review+
armenzg
:
checked-in+
|
Details | Diff | Splinter Review |
Thunderbird's XPCShell tests started failing permanently yesterday. Unzipping the mozbase* modules causes them to fail, the Tinderbox push log shows as summary: "Summary is empty." The log reads: "program finished with exit code 11)" for unzipping the tests.
Broken (now):
https://tbpl.mozilla.org/php/getParsedLog.php?id=19663456&tree=Thunderbird-Trunk&full=1
'unzip' '-oq' u'thunderbird-21.0a1.en-US.win32.tests.zip' 'mozbase*' 'bin*' 'certs*' 'modules*' 'xpcshell*'
Working (before):
https://tbpl.mozilla.org/php/getParsedLog.php?id=19631037&tree=Thunderbird-Trunk&full=1
'unzip' '-oq' u'thunderbird-21.0a1.en-US.win32.tests.zip' 'bin*' 'certs*' 'modules*' 'xpcshell*'
The difference is the added 'mozbase*' parameter.
Assignee | ||
Comment 1•12 years ago
|
||
Can we include mozbase on the test packages for Thunderbird?
This is a fallout from bug 839569.
We can backout until we have a better solution.
Depends on: 839569
Comment 2•12 years ago
|
||
As I am not familiar with the thunderbird repository, I have no idea if there is a mozbase in there. We could mirror mozbase to Thunderbird if it is a different repository. I know xpcshell in mozilla-central for Firefox will be using more of the mozbase modules in the near future.
Assignee | ||
Updated•12 years ago
|
Assignee: nobody → armenzg
Assignee | ||
Comment 3•12 years ago
|
||
While Thunderbird starts using mozbase.
Attachment #712959 -
Flags: review?(aki)
Updated•12 years ago
|
Whiteboard: [mozbase]
Comment 4•12 years ago
|
||
Comment on attachment 712959 [details] [diff] [review]
only add mozbase if it is not for thunderbird
Do you know if esr10 or 17 are having any issues? (I'd guess 17 would be fine, not sure about 10)
Attachment #712959 -
Flags: review?(aki) → review+
Assignee | ||
Comment 5•12 years ago
|
||
No need to worry about esr10.
https://tbpl.mozilla.org/?tree=Mozilla-Esr10
The tree “Mozilla-Esr10” does not exist in Tinderboxpushlog. Please choose a tree from the list on the upper left.
Assignee | ||
Comment 6•12 years ago
|
||
Comment on attachment 712959 [details] [diff] [review]
only add mozbase if it is not for thunderbird
df592e5ba604
Attachment #712959 -
Flags: checked-in+
Assignee | ||
Comment 7•12 years ago
|
||
Re-triggering jobs (and new jobs) should show as fixed:
https://tbpl.mozilla.org/?tree=Thunderbird-Trunk&jobname=xpcshell
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Comment 8•12 years ago
|
||
This is live.
Updated•12 years ago
|
Product: mozilla.org → Release Engineering
Updated•7 years ago
|
Component: General Automation → General
You need to log in
before you can comment on or make changes to this bug.
Description
•