Mozmill, Mochitest and Marionette tests obliterated on 2019-08-03 - Thunderbird doesn't even start
Categories
(Thunderbird :: Testing Infrastructure, defect, P1)
Tracking
(Not tracked)
People
(Reporter: jorgk-bmo, Assigned: jorgk-bmo)
References
Details
Attachments
(2 files, 2 obsolete files)
6.29 KB,
patch
|
Paenglab
:
review+
|
Details | Diff | Splinter Review |
5.07 KB,
patch
|
jorgk-bmo
:
review+
|
Details | Diff | Splinter Review |
This is bad and leaves us without test coverage:
Mozmill:
jsbridge.network.JSBridgeDisconnectError: Connection timed out
Mochitest:
Automation Error: Received unexpected exception while running application
Marionette:
Process killed after 120s because no connection to Marionette server could be established. Check gecko.log for errors
This is from the last merge:
https://hg.mozilla.org/mozilla-central/pushloghtml?fromchange=c0b4e42898753dfb4537cb39d03125e7a3&tochange=37229cef2cc79d44470afc9e04016bac8d
Funny thing is: Before going to bed, I looked at that range and thought: Nothing bad in here. How wrong was I ;-(
Assignee | ||
Comment 1•6 years ago
|
||
Time to disable Dailies as per bug 1568758 comment #1.
Assignee | ||
Comment 2•6 years ago
|
||
Hold on, I saw something:
1564815662130 Marionette FATAL XML Parsing Error: undefined entity
Location: chrome://messenger/content/messenger.xul
Line Number 1909, Column 9: <toolbarbutton id="appmenu_charsetMenu"
--------^
So it's this:
1f622156e9eab1d2c58d5d77bb5908fcc83db253 Zibi Braniecki — Bug 1501886 - Migrate menubar to Fluent. r=fluent-reviewers,Pike,flod
Assignee | ||
Comment 3•6 years ago
|
||
Richard, any idea what to do here? Maybe you can join me on IRC.
Assignee | ||
Comment 4•6 years ago
|
||
Looks like we need to do this:
https://hg.mozilla.org/mozilla-central/rev/1f622156e9eab1d2c58d5d77bb5908fcc83db253#l2.320
Assignee | ||
Comment 5•6 years ago
|
||
WIP.
Assignee | ||
Comment 6•6 years ago
|
||
WIP 2, needed to remove label and accesskey.
Assignee | ||
Updated•6 years ago
|
Assignee | ||
Comment 7•6 years ago
|
||
<menu id="charsetMenu" ... also need fixing.
Assignee | ||
Comment 8•6 years ago
|
||
This works. Main window and compose windows open again.
Not fixing:
https://searchfox.org/comm-central/rev/94e9d6789f2008114b9befe8c123e13033b05952/editor/ui/composer/content/editor.xul#169
since that is the SM mode switch in the HTML editor between Normal, All Tags and HTML views.
Pushed by mozilla@jorgk.com:
https://hg.mozilla.org/comm-central/rev/607e7af11607
Port bug 1501886: add Fluent data to charsetMenu. rs=bustage-fix
Comment 10•6 years ago
|
||
The windows open but the charset menuitems are empty. Thanks to Fluent, missing strings don't break completely windows.
With this patch I hope to spot every place we have the charset menu.
Comment 11•6 years ago
|
||
Assignee | ||
Comment 12•6 years ago
|
||
My push fixed most the bustage, looks like we have a failure in mozmill/composition/test-reply-multipart-charset.js, most likely due to the stuff I missed. I'll take a look now.
Assignee | ||
Comment 13•6 years ago
|
||
Assignee | ||
Comment 14•6 years ago
|
||
Hmm, you tried to trick me with the bug number in the patch, but I caught it. It's not bug 1570882.
Comment 15•6 years ago
|
||
Assignee | ||
Updated•6 years ago
|
Description
•