Intermittent comm/mail/base/test/browser/browser_subscribe.js | false == true
Categories
(Thunderbird :: Mail Window Front End, defect, P5)
Tracking
(thunderbird_esr128 fixed)
| Tracking | Status | |
|---|---|---|
| thunderbird_esr128 | --- | fixed |
People
(Reporter: intermittent-bug-filer, Assigned: darktrojan)
References
Details
(Keywords: intermittent-failure, intermittent-testcase)
Attachments
(2 files, 1 obsolete file)
|
48 bytes,
text/x-phabricator-request
|
corey
:
approval-comm-esr128+
|
Details | Review |
|
48 bytes,
text/x-phabricator-request
|
corey
:
approval-comm-esr128+
|
Details | Review |
Filed by: mkmelin [at] iki.fi
Parsed log: https://treeherder.mozilla.org/logviewer?job_id=431525423&repo=comm-central
Full log: https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/M9oDtwlHSZ-eAAx2-GMTgw/runs/0/artifacts/public/logs/live_backing.log
This has shown in some earlier runs as well
Comment 1•2 years ago
|
||
Fails locally as well using ./mach test --headless --verify comm/mail/base/test/browser/browser_subscribe.js
Comment 2•2 years ago
|
||
Comment 3•2 years ago
|
||
The patch shows a bit easier what goes wrong. But it still fails locally with --verify. Giving up for now.
| Comment hidden (Intermittent Failures Robot) |
Updated•2 years ago
|
| Comment hidden (Intermittent Failures Robot) |
| Comment hidden (Intermittent Failures Robot) |
| Comment hidden (Intermittent Failures Robot) |
| Comment hidden (Intermittent Failures Robot) |
| Comment hidden (Intermittent Failures Robot) |
| Comment hidden (Intermittent Failures Robot) |
| Comment hidden (Intermittent Failures Robot) |
| Comment hidden (Intermittent Failures Robot) |
| Comment hidden (Intermittent Failures Robot) |
| Comment hidden (Intermittent Failures Robot) |
| Comment hidden (Intermittent Failures Robot) |
| Comment hidden (Intermittent Failures Robot) |
| Comment hidden (Intermittent Failures Robot) |
| Comment hidden (Intermittent Failures Robot) |
| Comment hidden (Intermittent Failures Robot) |
| Comment hidden (Intermittent Failures Robot) |
| Comment hidden (Intermittent Failures Robot) |
| Comment hidden (Intermittent Failures Robot) |
| Comment hidden (Intermittent Failures Robot) |
| Comment hidden (Intermittent Failures Robot) |
| Comment hidden (Intermittent Failures Robot) |
| Comment hidden (Intermittent Failures Robot) |
| Comment hidden (Intermittent Failures Robot) |
| Comment hidden (Intermittent Failures Robot) |
| Comment hidden (Intermittent Failures Robot) |
| Comment hidden (Intermittent Failures Robot) |
| Comment hidden (Intermittent Failures Robot) |
| Comment hidden (Intermittent Failures Robot) |
| Comment hidden (Intermittent Failures Robot) |
| Comment hidden (Intermittent Failures Robot) |
| Comment hidden (Intermittent Failures Robot) |
| Comment hidden (Intermittent Failures Robot) |
| Comment hidden (Intermittent Failures Robot) |
| Comment hidden (Intermittent Failures Robot) |
| Comment hidden (Intermittent Failures Robot) |
| Comment hidden (Intermittent Failures Robot) |
| Comment hidden (Intermittent Failures Robot) |
| Comment hidden (Intermittent Failures Robot) |
| Comment hidden (Intermittent Failures Robot) |
| Comment hidden (Intermittent Failures Robot) |
| Comment hidden (Intermittent Failures Robot) |
| Comment hidden (Intermittent Failures Robot) |
| Comment hidden (Intermittent Failures Robot) |
| Comment hidden (Intermittent Failures Robot) |
| Comment hidden (Intermittent Failures Robot) |
| Comment hidden (Intermittent Failures Robot) |
| Comment hidden (Intermittent Failures Robot) |
| Comment hidden (Intermittent Failures Robot) |
| Assignee | ||
Comment 53•1 year ago
|
||
Unfortunately bug 1710319 didn't fix it, but it did prove I was on the right track. I think I know how to make this dialog's contents fill the frame immediately on opening now.
| Assignee | ||
Comment 54•1 year ago
|
||
This isn't perfect, the dialog is slightly too short on Windows, but it's better than it was. It's the same thing we do on several other dialogs.
| Assignee | ||
Comment 55•1 year ago
|
||
That's not the problem either. I should actually read the logs.
| Assignee | ||
Comment 56•1 year ago
|
||
This waitForCondition call is just waiting for the right number of rows. There could be the right
number of rows part-way through updating the tree, if a row gets added before the row to be removed
gets removed, and this seems to be what happens in most if not all cases.
Updated•1 year ago
|
| Assignee | ||
Updated•1 year ago
|
Comment 57•1 year ago
|
||
Pushed by brendan@thunderbird.net:
https://hg.mozilla.org/comm-central/rev/42b51241ab65
Fix browser_subscribe.js by waiting for the right thing. r=mkmelin
https://hg.mozilla.org/comm-central/rev/1ed7562b3bf9
Set min-height on subscribe dialog's <dialog> element. r=mkmelin
| Comment hidden (Intermittent Failures Robot) |
| Comment hidden (Intermittent Failures Robot) |
| Assignee | ||
Comment 61•1 year ago
|
||
Comment on attachment 9432759 [details]
Bug 1857413 - Fix browser_subscribe.js by waiting for the right thing. r=#thunderbird-reviewers
[Approval Request Comment]
Regression caused by (bug #):
User impact if declined: just a test fix
Testing completed (on c-c, etc.): on comm-central a week and comm-beta a few days, the test has stopped failing
Risk to taking this patch (and alternatives if risky): nope
| Assignee | ||
Comment 62•1 year ago
|
||
Comment on attachment 9432724 [details]
Bug 1857413 - Set min-height on subscribe dialog's <dialog> element. r=#thunderbird-reviewers
[Approval Request Comment]
Regression caused by (bug #):
User impact if declined: the subscribe dialog doesn't initially lay itself out properly
Testing completed (on c-c, etc.): on comm-central a week, on comm-beta a few days
Risk to taking this patch (and alternatives if risky): very low
Comment 63•1 year ago
|
||
Comment on attachment 9432724 [details]
Bug 1857413 - Set min-height on subscribe dialog's <dialog> element. r=#thunderbird-reviewers
[Triage Comment]
Approved for esr128
Comment 64•1 year ago
|
||
Comment on attachment 9432759 [details]
Bug 1857413 - Fix browser_subscribe.js by waiting for the right thing. r=#thunderbird-reviewers
[Triage Comment]
Approved for esr128
Comment 65•1 year ago
|
||
| bugherder uplift | ||
Thunderbird 128.4.2esr:
https://hg.mozilla.org/releases/comm-esr128/rev/c44f3a0ac450
https://hg.mozilla.org/releases/comm-esr128/rev/7b1e9268e00c
Description
•