Closed
Bug 865364
Opened 12 years ago
Closed 11 years ago
Intermittent jsdownloads/test/unit/test_DownloadCore.js | test failed (with xpcshell return code: 0), see following log:, | Test timed out
Categories
(Toolkit :: Downloads API, defect)
Toolkit
Downloads API
Tracking
()
RESOLVED
FIXED
mozilla26
People
(Reporter: RyanVM, Assigned: Paolo)
References
(Blocks 1 open bug)
Details
(Keywords: intermittent-failure)
https://tbpl.mozilla.org/php/getParsedLog.php?id=22162328&tree=Mozilla-Inbound
Rev4 MacOSX Lion 10.7 mozilla-inbound opt test xpcshell on 2013-04-23 15:41:01 PDT for push 789256edc44a
slave: talos-r4-lion-017
Reporter | ||
Comment 1•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
Comment hidden (Legacy TBPL/Treeherder Robot) |
Comment hidden (Legacy TBPL/Treeherder Robot) |
Comment hidden (Legacy TBPL/Treeherder Robot) |
Comment hidden (Legacy TBPL/Treeherder Robot) |
Comment hidden (Legacy TBPL/Treeherder Robot) |
Comment hidden (Legacy TBPL/Treeherder Robot) |
Comment hidden (Legacy TBPL/Treeherder Robot) |
Comment hidden (Legacy TBPL/Treeherder Robot) |
Comment hidden (Legacy TBPL/Treeherder Robot) |
Comment hidden (Legacy TBPL/Treeherder Robot) |
Comment hidden (Legacy TBPL/Treeherder Robot) |
Comment hidden (Legacy TBPL/Treeherder Robot) |
Comment hidden (Legacy TBPL/Treeherder Robot) |
Comment hidden (Legacy TBPL/Treeherder Robot) |
Comment hidden (Legacy TBPL/Treeherder Robot) |
Comment hidden (Legacy TBPL/Treeherder Robot) |
Comment hidden (Legacy TBPL/Treeherder Robot) |
Comment hidden (Legacy TBPL/Treeherder Robot) |
Comment hidden (Legacy TBPL/Treeherder Robot) |
Comment hidden (Legacy TBPL/Treeherder Robot) |
Comment hidden (Legacy TBPL/Treeherder Robot) |
Comment hidden (Legacy TBPL/Treeherder Robot) |
Comment hidden (Legacy TBPL/Treeherder Robot) |
Comment hidden (Legacy TBPL/Treeherder Robot) |
Comment hidden (Legacy TBPL/Treeherder Robot) |
Updated•11 years ago
|
Summary: Intermittent jsdownloads/test/unit/test_DownloadCore.js | test failed (with xpcshell return code: 0), see following log: → Intermittent jsdownloads/test/unit/test_DownloadCore.js | test failed (with xpcshell return code: 0), see following log:, | Test timed out
Comment hidden (Legacy TBPL/Treeherder Robot) |
Comment hidden (Legacy TBPL/Treeherder Robot) |
Comment hidden (Legacy TBPL/Treeherder Robot) |
Comment hidden (Legacy TBPL/Treeherder Robot) |
Comment hidden (Legacy TBPL/Treeherder Robot) |
Comment 33•11 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
Comment hidden (Legacy TBPL/Treeherder Robot) |
Comment hidden (Legacy TBPL/Treeherder Robot) |
Comment hidden (Legacy TBPL/Treeherder Robot) |
Comment hidden (Legacy TBPL/Treeherder Robot) |
Comment hidden (Legacy TBPL/Treeherder Robot) |
Comment hidden (Legacy TBPL/Treeherder Robot) |
Comment hidden (Legacy TBPL/Treeherder Robot) |
Comment hidden (Legacy TBPL/Treeherder Robot) |
Reporter | ||
Comment 43•11 years ago
|
||
Paolo, any luck with this?
status-firefox24:
--- → affected
status-firefox25:
--- → affected
status-firefox26:
--- → affected
Flags: needinfo?(paolo.mozmail)
Reporter | ||
Comment 44•11 years ago
|
||
(In reply to TBPL Robot from comment #42)
> RyanVM
> https://tbpl.mozilla.org/php/getParsedLog.php?id=26866720&tree=Mozilla-Beta
> Ubuntu VM 12.04 x64 mozilla-beta debug test xpcshell on 2013-08-22 04:11:56
> revision: 229a2402debc
> slave: tst-linux64-ec2-041
This doesn't look good:
04:46:35 INFO - System JS : ERROR resource://gre/modules/DownloadCore.jsm:664
04:46:35 INFO - NS_BASE_STREAM_CLOSED: Component returned failure code: 0x80470002 (NS_BASE_STREAM_CLOSED) [nsIStreamListener.onDataAvailable]
Assignee | ||
Comment 45•11 years ago
|
||
(In reply to Ryan VanderMeulen [:RyanVM UTC-4] from comment #44)
> This doesn't look good:
> 04:46:35 INFO - System JS : ERROR
> resource://gre/modules/DownloadCore.jsm:664
> 04:46:35 INFO - NS_BASE_STREAM_CLOSED: Component
> returned failure code: 0x80470002 (NS_BASE_STREAM_CLOSED)
> [nsIStreamListener.onDataAvailable]
That's actually normal and due to a recent change in error reporting across C++
and JavaScript. We have other false positives across the code base. I'm not
sure about what is the plan for solving these, if any exists.
Flags: needinfo?(paolo.mozmail)
Assignee | ||
Comment 46•11 years ago
|
||
I see that the tree is beta, that's probably line 1467 on trunk:
http://mxr.mozilla.org/mozilla-central/source/toolkit/components/jsdownloads/src/DownloadCore.jsm#1467
Comment hidden (Legacy TBPL/Treeherder Robot) |
Comment 48•11 years ago
|
||
That last Thunderbird error is caused by a NS_ERROR_PORT_ACCESS_NOT_ALLOWED error, and not the same issue.
Comment hidden (Legacy TBPL/Treeherder Robot) |
Comment hidden (Legacy TBPL/Treeherder Robot) |
Comment hidden (Legacy TBPL/Treeherder Robot) |
Reporter | ||
Comment 52•11 years ago
|
||
Test disabled on beta.
https://hg.mozilla.org/releases/mozilla-beta/rev/9101f8a0fc29
Comment 53•11 years ago
|
||
The last time this failure occurred was on August 19, which co-incides with a patch to the code relating to this error (in toolkit/components/jsdownloads/test/unit/head.js) I don't see why the change would fix it though, if it is fixed.
Reporter | ||
Comment 54•11 years ago
|
||
Assuming you're referring to bug 852868, did you want to request uplift to Aurora? Too late for Fx24 at this point, but we might able to get it into Fx25 at least.
Comment hidden (Legacy TBPL/Treeherder Robot) |
Comment 56•11 years ago
|
||
Going to mark this fixed I think.
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Reporter | ||
Updated•11 years ago
|
Target Milestone: --- → mozilla26
Reporter | ||
Comment 57•11 years ago
|
||
(In reply to Ryan VanderMeulen [:RyanVM UTC-4] from comment #52)
> Test disabled on beta.
And Aurora.
https://hg.mozilla.org/releases/mozilla-aurora/rev/0d71f4d6b63c
You need to log in
before you can comment on or make changes to this bug.
Description
•