Intermittent comm/mail/test/browser/folder-display/browser_deletionFromThreads.js | Group header in background tab should show the correct message count. -
Categories
(Thunderbird :: General, defect, P5)
Tracking
(Not tracked)
People
(Reporter: intermittent-bug-filer, Assigned: TbSync)
References
Details
(Keywords: intermittent-failure, intermittent-testcase)
Attachments
(1 file)
Filed by: mkmelin [at] iki.fi
Parsed log: https://treeherder.mozilla.org/logviewer?job_id=496383848&repo=comm-central
Full log: https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/OEKCyIVkSIuAp1U4oPSQwg/runs/0/artifacts/public/logs/live_backing.log
Updated•19 days ago
|
Assignee | ||
Comment 1•19 days ago
•
|
||
The intermittent is caused by the delete action, which deletes the
currently selected message and then selects the next message. Quickly
changing folders after deleting a message causes the message not to
be marked as read intermittently and we could end up with an unexpected
read status in the final test and fail.
The patch makes sure that the expected read states are seen, before
moving on. We could also wait for the onFolderPropertyFlagChanged
event, but TestUtils.waitForCondition()
seems good enough, as we know
that next message has to be marked as read eventually.
Updated•19 days ago
|
Updated•19 days ago
|
Assignee | ||
Updated•19 days ago
|
Pushed by alessandro@thunderbird.net:
https://hg.mozilla.org/comm-central/rev/c3be8686c8a5
Attempt to fix intermittent in browser_deletionFromThreads.js. r=aleca,arschmitz
Comment hidden (Intermittent Failures Robot) |
Description
•