Closed
Bug 1445174
Opened 7 years ago
Closed 7 years ago
TEST-UNEXPECTED-FAIL | mailnews/imap/test/unit/test_imapCopyTimeout.js
Categories
(Thunderbird :: General, defect)
Thunderbird
General
Tracking
(Not tracked)
RESOLVED
FIXED
Thunderbird 61.0
People
(Reporter: jorgk-bmo, Assigned: mayhemer)
References
Details
(Whiteboard: [Thunderbird-testfailure: X all][Thunderbird-disabled-test])
Attachments
(3 files)
651.46 KB,
text/plain
|
Details | |
898.57 KB,
text/plain
|
Details | |
911 bytes,
patch
|
Details | Diff | Splinter Review |
TEST-UNEXPECTED-FAIL | mailnews/imap/test/unit/test_imapCopyTimeout.js
M-C last good: 718e04535230d53a590b7dbb1a3cd983c2
M-C first bad: 0ac3698a74a7b1a742682b8e704f1f418d
https://hg.mozilla.org/mozilla-central/pushloghtml?fromchange=718e04535230d53a590b7dbb1a3cd983c2&tochange=0ac3698a74a7b1a742682b8e704f1f418d
Most likely this:
ba1480b57708 Honza Bambas — Bug 1444160 - Fix calculation of network socket timeout logic. r=valentin, mayhemer
Reporter | ||
Comment 1•7 years ago
|
||
Running this manually I get:
4:03.00 pid:1888 2018-03-13 17:59:58 test.test INFO [Context: test.test:4 state: started] Starting test: waitForOfflinePlayback
4:03.01 INFO (xpcshell/head.js) | test _async_driver pending (3)
4:03.01 INFO (xpcshell/head.js) | test _async_driver finished (3)
4:03.01 INFO (xpcshell/head.js) | test _async_driver finished (2)
8:02.83 ERROR Timeout running test, and we want you to have the log.
../../../resources/asyncTestUtils.js:_async_test_runner_timeout:236
c:\mozilla-source\comm-central\mozilla\testing\xpcshell\head.js:notify:199
c:\mozilla-source\comm-central\mozilla\testing\xpcshell\head.js:_do_main:221
c:\mozilla-source\comm-central\mozilla\testing\xpcshell\head.js:_execute_test:533
-e:null:1
8:02.84 INFO exiting test
8:02.84 ERROR exception thrown from do_timeout callback: 2147500036
c:\mozilla-source\comm-central\mozilla\testing\xpcshell\head.js:notify:201
c:\mozilla-source\comm-central\mozilla\testing\xpcshell\head.js:_do_main:221
c:\mozilla-source\comm-central\mozilla\testing\xpcshell\head.js:_execute_test:533
-e:null:1
8:02.84 INFO exiting test
8:02.84 pid:1888 JavaScript error: c:\\mozilla-source\\comm-central\\mozilla\\testing\\xpcshell\\head.js, line 221: uncaught exception: 2147500036
8:02.84 INFO "CONSOLE_MESSAGE: (error) [JavaScript Error: "uncaught exception: 2147500036" {file: "c:\\mozilla-source\\comm-central\\mozilla\\testing\\xpcshell\\head.js" line: 221}]"
8:02.86 INFO "Found XPCOM error: NS_ERROR_ABORT"
8:02.86 ERROR Error console says [stackFrame uncaught exception: 2147500036]
../../../resources/logHelper.js:observe:95
c:\mozilla-source\comm-central\mozilla\testing\xpcshell\head.js:_do_main:223
c:\mozilla-source\comm-central\mozilla\testing\xpcshell\head.js:_execute_test:533
-e:null:1
8:02.86 INFO exiting test
Honza, could you please take a look. What do we need to change to get this test going again.
Flags: needinfo?(honzab.moz)
Assignee | ||
Comment 2•7 years ago
|
||
Ups, looks like an uncovered previously hidden bug. I'll take a look soon (in one or two days).
a log would be useful to collect in the meantime from a bad run _and_ form a good run, you may use this helper, no need for a profile:
https://hg.mozilla.org/try/rev/3a202b388791758eae42de79a4a953068c16a204
Assignee: nobody → honzab.moz
Flags: needinfo?(honzab.moz)
Reporter | ||
Comment 3•7 years ago
|
||
Reporter | ||
Comment 4•7 years ago
|
||
After backing out rev ba1480b57708. Happy reading of 9000 lines ;-)
Reporter | ||
Comment 5•7 years ago
|
||
I'm disabling this test for a few days.
Keywords: leave-open
Whiteboard: [Thunderbird-testfailure: X all] → [Thunderbird-testfailure: X all][Thunderbird-disabled-test]
Reporter | ||
Comment 6•7 years ago
|
||
Pushed by mozilla@jorgk.com:
https://hg.mozilla.org/comm-central/rev/7b47ff67f794
temporarily disable test_imapCopyTimeout.js. rs=bustage-fix
Comment hidden (Intermittent Failures Robot) |
Reporter | ||
Updated•7 years ago
|
Keywords: leave-open
Pushed by mozilla@jorgk.com:
https://hg.mozilla.org/comm-central/rev/42c318eda169
Backed out changeset 7b47ff67f794 to re-enable test. a=backout
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → FIXED
Reporter | ||
Updated•7 years ago
|
Target Milestone: --- → Thunderbird 61.0
You need to log in
before you can comment on or make changes to this bug.
Description
•