Intermittent comm/mail/base/test/browser/browser_threadTreeSelection.js | selected indices should be restored - [0] deepEqual [1,4,5,7,9,11,13,15,17] -
Categories
(Thunderbird :: Folder and Message Lists, defect, P5)
Tracking
(Not tracked)
People
(Reporter: intermittent-bug-filer, Assigned: TbSync)
References
Details
(Keywords: intermittent-failure, intermittent-testcase)
Attachments
(3 files)
Filed by: mkmelin [at] iki.fi
Parsed log: https://treeherder.mozilla.org/logviewer?job_id=488640741&repo=comm-central
Full log: https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/NvHlUjZyTcCzH1bsl8FY7A/runs/0/artifacts/public/logs/live_backing.log
Comment hidden (Intermittent Failures Robot) |
Comment hidden (Intermittent Failures Robot) |
Comment 3•1 month ago
|
||
FWIW, locally this fails easily with ./mach test --headless --verify comm/mail/base/test/browser/browser_threadTreeSelection.js
Tried waiting for the selection to be correct, but it never becomes correct.
Comment hidden (Intermittent Failures Robot) |
Comment 5•26 days ago
|
||
Updated•26 days ago
|
Comment hidden (Intermittent Failures Robot) |
Updated•25 days ago
|
Comment hidden (Intermittent Failures Robot) |
Updated•18 days ago
|
Comment hidden (Intermittent Failures Robot) |
Comment 10•7 days ago
|
||
Updated•7 days ago
|
Updated•7 days ago
|
Comment 11•6 days ago
|
||
Pushed by mkmelin@iki.fi:
https://hg.mozilla.org/comm-central/rev/0069be759f54
Try to fix browser_threadTreeSelection.js. r=mkmelin
Comment 12•5 days ago
|
||
Unfortunately this still happens.
Updated•5 days ago
|
Comment hidden (Intermittent Failures Robot) |
Assignee | ||
Comment 14•2 days ago
|
||
The intermittent is caused by a behavior of virtual folders, when they
load their content from the cache and then realize that some messages no
longer exist: They "delete" them and trigger the selectedMessagesRemoved()
callback.
This patch aims to fix the intermittent and early exits the said
callback for virtual folders still being loaded.
This patch also applies the changes of D238368 to the second
switchFolder()
function in the test.
Updated•2 days ago
|
Assignee | ||
Updated•2 days ago
|
Assignee | ||
Updated•2 days ago
|
Comment 15•2 days ago
|
||
Pushed by john@thunderbird.net:
https://hg.mozilla.org/comm-central/rev/ead1a79726f0
Ignore selectedMessageRemoved() triggered by virtual folders on cache-restore. r=darktrojan,arschmitz
Description
•