Closed
Bug 894724
Opened 12 years ago
Closed 11 years ago
Intermittent TEST-UNEXPECTED-FAIL | tests/test-places-host.testBookmarkRemove | Test output exceeded timeout (60s).
Categories
(Add-on SDK Graveyard :: General, defect, P2)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: KWierso, Assigned: jsantell)
References
()
Details
(Keywords: intermittent-failure)
TEST-START | tests/test-places-host.testBookmarkRemove
TEST-INFO | [JavaScript Error: "Not a number" {file: "resource://gre/modules/PlacesDBUtils.jsm" line: 975}]
TEST-INFO | [JavaScript Error: "Not a number" {file: "resource://gre/modules/PlacesDBUtils.jsm" line: 975}]
TEST-INFO | [JavaScript Error: "Not a number" {file: "resource://gre/modules/PlacesDBUtils.jsm" line: 975}]
TEST-INFO | [JavaScript Error: "Async statement execution returned with '6', 'database table is locked'" {file: "resource://gre/modules/PlacesDBUtils.jsm" line: 147}]
error: addon-sdk: [Exception... "Component returned failure code: 0x804b000a (NS_ERROR_MALFORMED_URI) [nsINavBookmarksService.getBookmarkURI]" nsresult: "0x804b000a (NS_ERROR_MALFORMED_URI)" location: "JS frame :: resource://gre/modules/XPIProvider.jsm -> jar:file:///var/folders/48/lhw5r9md7k706sy9km0t8zkm00000w/T/tmpEZjJjZ.mozrunner/extensions/447f2f83-89ff-4372-9905-a677c24f4031@jetpack.xpi!/bootstrap.js -> resource://gre/modules/commonjs/toolkit/loader.js -> resource://extensions.modules.447f2f83-89ff-4372-9905-a677c24f4031-at-jetpack.commonjs.path.tests/places-helper.js :: compareWithHost :: line 61" data: no]
TEST-INFO | [JavaScript Error: "addon-sdk: [Exception... "Component returned failure code: 0x804b000a (NS_ERROR_MALFORMED_URI) [nsINavBookmarksService.getBookmarkURI]" nsresult: "0x804b000a (NS_ERROR_MALFORMED_URI)" location: "JS frame :: resource://gre/modules/XPIProvider.jsm -> jar:file:///var/folders/48/lhw5r9md7k706sy9km0t8zkm00000w/T/tmpEZjJjZ.mozrunner/extensions/447f2f83-89ff-4372-9905-a677c24f4031@jetpack.xpi!/bootstrap.js -> resource://gre/modules/commonjs/toolkit/loader.js -> resource://extensions.modules.447f2f83-89ff-4372-9905-a677c24f4031-at-jetpack.commonjs.path.tests/places-helper.js :: compareWithHost :: line 61" data: no]
"]
TEST-UNEXPECTED-FAIL | tests/test-places-host.testBookmarkRemove | Test output exceeded timeout (60s).
Traceback (most recent call last):
File "jetpack/bin/cfx", line 33, in <module>
cuddlefish.run()
File "/builds/slave/talos-slave/test/build/jetpack/python-lib/cuddlefish/__init__.py", line 608, in run
test_all_packages(env_root, defaults=options.__dict__)
File "/builds/slave/talos-slave/test/build/jetpack/python-lib/cuddlefish/__init__.py", line 490, in test_all_packages
env_root=env_root)
File "/builds/slave/talos-slave/test/build/jetpack/python-lib/cuddlefish/__init__.py", line 937, in run
pkgdir=options.pkgdir)
File "/builds/slave/talos-slave/test/build/jetpack/python-lib/cuddlefish/runner.py", line 745, in run_app
OUTPUT_TIMEOUT, test_name, parseable)
Exception: Test output exceeded timeout (60s).
Updated•12 years ago
|
Priority: -- → P2
Comment hidden (Legacy TBPL/Treeherder Robot) |
Assignee | ||
Updated•12 years ago
|
Assignee: nobody → jsantell
Assignee | ||
Comment 2•12 years ago
|
||
Looks like possibly related to bug 871896. Looks like an invalid URI got in the database, and when bookmark service's getBookmarkURI is called, it tries to nsIURI the invalid URI, throwing this.
Assignee | ||
Comment 3•12 years ago
|
||
Attempted fix by removing duplicate URLs in tests: https://github.com/mozilla/addon-sdk/commit/5270f3890280b3e87aeb68bc874d913313e20452
Updated•11 years ago
|
Assignee | ||
Comment 4•11 years ago
|
||
Moved into addon-test, seems to fix
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•