Closed
Bug 1440951
Opened 7 years ago
Closed 5 years ago
TEST-UNEXPECTED-FAIL | /builds/slave/test/build/tests/mozmill/composition/test-attachment.js | test-attachment.js::test_attachment_reordering
Categories
(Thunderbird :: Testing Infrastructure, defect)
Thunderbird
Testing Infrastructure
Tracking
(Not tracked)
RESOLVED
FIXED
Thunderbird 71.0
People
(Reporter: aceman, Unassigned)
References
Details
(Keywords: intermittent-failure, Whiteboard: [Thunderbird-testfailure: Z Linux only][Thunderbird-disabled-test])
Attachments
(1 file)
1.12 KB,
patch
|
Details | Diff | Splinter Review |
+++ This bug was initially created as a clone of Bug #1416474 +++
In bug 1416474 we landed some tests for the attachment reordering feature.
The test works on Windows and Mac and should detect breakage in that feature.
Unfortunately the test fails on Linux, mostly on Buildbot runs (rarely on Taskcluster).
The failure usually is:
SUMMARY-UNEXPECTED-FAIL | test-attachment.js | test-attachment.js::test_attachment_reordering
EXCEPTION: a != b: 'C' != 'bb'.
at: test-folder-display-helpers.js line 2913
assert_true test-folder-display-helpers.js:2913 11
assert_equals test-folder-display-helpers.js:2900 3
check_attachment_names test-attachment.js:319 5
subtest_reordering test-attachment.js:405 5
test_attachment_reordering test-attachment.js:751 3
This should be a timing problem again, as it works on other platforms and also on Linux locally.
Comment 1•7 years ago
|
||
Updated•7 years ago
|
Keywords: leave-open
Pushed by mozilla@jorgk.com:
https://hg.mozilla.org/comm-central/rev/b0a89e8248cc
temporarily disable test-attachment.js::test_attachment_reordering on Linux. rs=bustage-fix
Updated•7 years ago
|
Whiteboard: [Thunderbird-testfailure: Z Linux only][Thunderbird-disabled-test]
Comment 3•5 years ago
|
||
Let's see what still fails:
https://treeherder.mozilla.org/#/jobs?repo=try-comm-central&revision=bca644bca6df422c55e7443f9292169cadb4a002
Comment 4•5 years ago
|
||
Passes now.
Updated•5 years ago
|
Keywords: leave-open
Pushed by mozilla@jorgk.com:
https://hg.mozilla.org/comm-central/rev/42a31c2b81b9
re-enable attachment tests on Linux. a=backout
Status: NEW → RESOLVED
Closed: 5 years ago
Resolution: --- → FIXED
Comment 6•5 years ago
|
||
Note that I re-enabled the tests which were allegedly blocked by bug 617311 as well.
Target Milestone: --- → Thunderbird 71.0
You need to log in
before you can comment on or make changes to this bug.
Description
•